public class DepotEntryGroupRelServiceUtil
extends java.lang.Object
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.DepotEntryGroupRelService| Constructor and Description |
|---|
DepotEntryGroupRelServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static DepotEntryGroupRel |
addDepotEntryGroupRel(long depotEntryId,
long toGroupId) |
static DepotEntryGroupRel |
deleteDepotEntryGroupRel(long depotEntryGroupRelId) |
static java.util.List<DepotEntryGroupRel> |
getDepotEntryGroupRels(long groupId,
int start,
int end) |
static int |
getDepotEntryGroupRelsCount(DepotEntry depotEntry) |
static int |
getDepotEntryGroupRelsCount(long groupId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static DepotEntryGroupRelService |
getService() |
static DepotEntryGroupRel |
updateDDMStructuresAvailable(long depotEntryGroupRelId,
boolean ddmStructuresAvailable) |
static DepotEntryGroupRel |
updateSearchable(long depotEntryGroupRelId,
boolean searchable) |
public static DepotEntryGroupRel addDepotEntryGroupRel(long depotEntryId, long toGroupId) throws PortalException
PortalExceptionpublic static DepotEntryGroupRel deleteDepotEntryGroupRel(long depotEntryGroupRelId) throws PortalException
PortalExceptionpublic static java.util.List<DepotEntryGroupRel> getDepotEntryGroupRels(long groupId, int start, int end) throws PortalException
PortalExceptionpublic static int getDepotEntryGroupRelsCount(DepotEntry depotEntry) throws PortalException
PortalExceptionpublic static int getDepotEntryGroupRelsCount(long groupId)
throws PortalException
PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static DepotEntryGroupRel updateDDMStructuresAvailable(long depotEntryGroupRelId, boolean ddmStructuresAvailable) throws PortalException
PortalExceptionpublic static DepotEntryGroupRel updateSearchable(long depotEntryGroupRelId, boolean searchable) throws PortalException
PortalExceptionpublic static DepotEntryGroupRelService getService()