Package com.liferay.depot.util
Class SiteConnectedGroupGroupProviderUtil
java.lang.Object
com.liferay.depot.util.SiteConnectedGroupGroupProviderUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic long[]
getAncestorSiteAndDepotGroupIds
(long groupId) static long[]
getAncestorSiteAndDepotGroupIds
(long groupId, boolean ddmStructuresAvailable) static long[]
getCurrentAndAncestorSiteAndDepotGroupIds
(long groupId) static long[]
getCurrentAndAncestorSiteAndDepotGroupIds
(long[] groupIds) static long[]
getCurrentAndAncestorSiteAndDepotGroupIds
(long[] groupIds, boolean checkContentSharingWithChildrenEnabled) static long[]
getCurrentAndAncestorSiteAndDepotGroupIds
(long groupId, boolean checkContentSharingWithChildrenEnabled) static long[]
getCurrentAndAncestorSiteAndDepotGroupIds
(long groupId, boolean checkContentSharingWithChildrenEnabled, boolean ddmStructuresAvailable)
-
Method Details
-
getAncestorSiteAndDepotGroupIds
public static long[] getAncestorSiteAndDepotGroupIds(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAncestorSiteAndDepotGroupIds
public static long[] getAncestorSiteAndDepotGroupIds(long groupId, boolean ddmStructuresAvailable) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCurrentAndAncestorSiteAndDepotGroupIds
public static long[] getCurrentAndAncestorSiteAndDepotGroupIds(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCurrentAndAncestorSiteAndDepotGroupIds
public static long[] getCurrentAndAncestorSiteAndDepotGroupIds(long groupId, boolean checkContentSharingWithChildrenEnabled) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCurrentAndAncestorSiteAndDepotGroupIds
public static long[] getCurrentAndAncestorSiteAndDepotGroupIds(long groupId, boolean checkContentSharingWithChildrenEnabled, boolean ddmStructuresAvailable) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCurrentAndAncestorSiteAndDepotGroupIds
public static long[] getCurrentAndAncestorSiteAndDepotGroupIds(long[] groupIds) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCurrentAndAncestorSiteAndDepotGroupIds
public static long[] getCurrentAndAncestorSiteAndDepotGroupIds(long[] groupIds, boolean checkContentSharingWithChildrenEnabled) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-