Package com.liferay.depot.group.provider
Interface SiteConnectedGroupGroupProvider
public interface SiteConnectedGroupGroupProvider
-
Method Summary
Modifier and TypeMethodDescriptionlong[]
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)
-
Method Details
-
getAncestorSiteAndDepotGroupIds
long[] getAncestorSiteAndDepotGroupIds(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAncestorSiteAndDepotGroupIds
long[] getAncestorSiteAndDepotGroupIds(long groupId, boolean ddmStructuresAvailable) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCurrentAndAncestorSiteAndDepotGroupIds
long[] getCurrentAndAncestorSiteAndDepotGroupIds(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCurrentAndAncestorSiteAndDepotGroupIds
long[] getCurrentAndAncestorSiteAndDepotGroupIds(long groupId, boolean checkContentSharingWithChildrenEnabled) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCurrentAndAncestorSiteAndDepotGroupIds
long[] getCurrentAndAncestorSiteAndDepotGroupIds(long groupId, boolean checkContentSharingWithChildrenEnabled, boolean ddmStructuresAvailable) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCurrentAndAncestorSiteAndDepotGroupIds
long[] getCurrentAndAncestorSiteAndDepotGroupIds(long[] groupIds) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCurrentAndAncestorSiteAndDepotGroupIds
long[] getCurrentAndAncestorSiteAndDepotGroupIds(long[] groupIds, boolean checkContentSharingWithChildrenEnabled) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-