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 DepotEntryGroupRel
addDepotEntryGroupRel
(long depotEntryId, long toGroupId) static DepotEntryGroupRel
deleteDepotEntryGroupRel
(long depotEntryGroupRelId) static DepotEntryGroupRel
getDepotEntryGroupRelByDepotEntryIdToGroupId
(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 int
getDepotEntryGroupRelsCount
(long groupId) static int
getDepotEntryGroupRelsCount
(DepotEntry depotEntry) static String
Returns the OSGi service identifier.static DepotEntryGroupRelService
static DepotEntryGroupRel
updateDDMStructuresAvailable
(long depotEntryGroupRelId, boolean ddmStructuresAvailable) static DepotEntryGroupRel
updateSearchable
(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
-