public interface SiteConnectedGroupGroupProvider
| Modifier and Type | Method and Description |
|---|---|
long[] |
getAncestorSiteAndDepotGroupIds(long groupId) |
long[] |
getAncestorSiteAndDepotGroupIds(long groupId,
boolean ddmStructuresAvailable) |
long[] |
getCurrentAndAncestorSiteAndDepotGroupIds(long groupId) |
long[] |
getCurrentAndAncestorSiteAndDepotGroupIds(long[] groupIds) |
long[] |
getCurrentAndAncestorSiteAndDepotGroupIds(long[] groupIds,
boolean checkContentSharingWithChildrenEnabled) |
long[] |
getCurrentAndAncestorSiteAndDepotGroupIds(long groupId,
boolean checkContentSharingWithChildrenEnabled) |
long[] |
getCurrentAndAncestorSiteAndDepotGroupIds(long groupId,
boolean checkContentSharingWithChildrenEnabled,
boolean ddmStructuresAvailable) |
long[] getAncestorSiteAndDepotGroupIds(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionlong[] getAncestorSiteAndDepotGroupIds(long groupId,
boolean ddmStructuresAvailable)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionlong[] getCurrentAndAncestorSiteAndDepotGroupIds(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionlong[] getCurrentAndAncestorSiteAndDepotGroupIds(long groupId,
boolean checkContentSharingWithChildrenEnabled)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionlong[] getCurrentAndAncestorSiteAndDepotGroupIds(long groupId,
boolean checkContentSharingWithChildrenEnabled,
boolean ddmStructuresAvailable)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionlong[] getCurrentAndAncestorSiteAndDepotGroupIds(long[] groupIds)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionlong[] getCurrentAndAncestorSiteAndDepotGroupIds(long[] groupIds,
boolean checkContentSharingWithChildrenEnabled)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException