Package com.liferay.depot.service
Class DepotEntryGroupRelServiceUtil
java.lang.Object
com.liferay.depot.service.DepotEntryGroupRelServiceUtil
Provides the remote service utility for DepotEntryGroupRel. This utility wraps
com.liferay.depot.service.impl.DepotEntryGroupRelServiceImpl and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DepotEntryGroupReladdDepotEntryGroupRel(long depotEntryId, long toGroupId) static DepotEntryGroupReldeleteDepotEntryGroupRel(long depotEntryGroupRelId) static DepotEntryGroupRelgetDepotEntryGroupRelByDepotEntryIdToGroupId(long depotEntryId, long toGroupId) static List<DepotEntryGroupRel> getDepotEntryGroupRels(long groupId, int start, int end) static List<DepotEntryGroupRel> getDepotEntryGroupRels(DepotEntry depotEntry, int start, int end) static intgetDepotEntryGroupRelsCount(long groupId) static intgetDepotEntryGroupRelsCount(DepotEntry depotEntry) static StringReturns the OSGi service identifier.static DepotEntryGroupRelServicestatic DepotEntryGroupRelupdateDDMStructuresAvailable(long depotEntryGroupRelId, boolean ddmStructuresAvailable) static DepotEntryGroupRelupdateSearchable(long depotEntryGroupRelId, boolean searchable)
-
Constructor Details
-
DepotEntryGroupRelServiceUtil
public DepotEntryGroupRelServiceUtil()
-
-
Method Details
-
addDepotEntryGroupRel
public static DepotEntryGroupRel addDepotEntryGroupRel(long depotEntryId, long toGroupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteDepotEntryGroupRel
public static DepotEntryGroupRel deleteDepotEntryGroupRel(long depotEntryGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDepotEntryGroupRelByDepotEntryIdToGroupId
public static DepotEntryGroupRel getDepotEntryGroupRelByDepotEntryIdToGroupId(long depotEntryId, long toGroupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDepotEntryGroupRels
public static List<DepotEntryGroupRel> getDepotEntryGroupRels(DepotEntry depotEntry, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDepotEntryGroupRels
public static List<DepotEntryGroupRel> getDepotEntryGroupRels(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDepotEntryGroupRelsCount
public static int getDepotEntryGroupRelsCount(DepotEntry depotEntry) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDepotEntryGroupRelsCount
public static int getDepotEntryGroupRelsCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateDDMStructuresAvailable
public static DepotEntryGroupRel updateDDMStructuresAvailable(long depotEntryGroupRelId, boolean ddmStructuresAvailable) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateSearchable
public static DepotEntryGroupRel updateSearchable(long depotEntryGroupRelId, boolean searchable) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-