Package com.liferay.depot.service
Class DepotEntryPinServiceUtil
java.lang.Object
com.liferay.depot.service.DepotEntryPinServiceUtil
Provides the remote service utility for DepotEntryPin. This utility wraps
com.liferay.depot.service.impl.DepotEntryPinServiceImpl 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 DepotEntryPinaddDepotEntryPin(long userId, long depotEntryId) static DepotEntryPindeleteDepotEntryPin(long userId, long depotEntryId) static StringReturns the OSGi service identifier.static DepotEntryPinService
-
Constructor Details
-
DepotEntryPinServiceUtil
public DepotEntryPinServiceUtil()
-
-
Method Details
-
addDepotEntryPin
public static DepotEntryPin addDepotEntryPin(long userId, long depotEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteDepotEntryPin
public static DepotEntryPin deleteDepotEntryPin(long userId, long depotEntryId) 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
-
getService
-