Package com.liferay.object.scope
Interface ObjectScopeProvider
public interface ObjectScopeProvider
-
Method Summary
Modifier and TypeMethodDescriptionlong
getGroupId
(javax.servlet.http.HttpServletRequest httpServletRequest) getKey()
String[]
boolean
boolean
isValidGroupId
(long groupId)
-
Method Details
-
getGroupId
long getGroupId(javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getKey
String getKey() -
getLabel
-
getRootPanelCategoryKeys
String[] getRootPanelCategoryKeys() -
isGroupAware
boolean isGroupAware() -
isValidGroupId
boolean isValidGroupId(long groupId)
-