@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface DepotEntryGroupRelService
extends com.liferay.portal.kernel.service.BaseService
DepotEntryGroupRelServiceUtil| Modifier and Type | Method and Description |
|---|---|
DepotEntryGroupRel |
addDepotEntryGroupRel(long depotEntryId,
long toGroupId) |
DepotEntryGroupRel |
deleteDepotEntryGroupRel(long depotEntryGroupRelId) |
java.util.List<DepotEntryGroupRel> |
getDepotEntryGroupRels(long groupId,
int start,
int end) |
int |
getDepotEntryGroupRelsCount(DepotEntry depotEntry) |
int |
getDepotEntryGroupRelsCount(long groupId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
DepotEntryGroupRel |
updateDDMStructuresAvailable(long depotEntryGroupRelId,
boolean ddmStructuresAvailable) |
DepotEntryGroupRel |
updateSearchable(long depotEntryGroupRelId,
boolean searchable) |
DepotEntryGroupRel addDepotEntryGroupRel(long depotEntryId, long toGroupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionDepotEntryGroupRel deleteDepotEntryGroupRel(long depotEntryGroupRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<DepotEntryGroupRel> getDepotEntryGroupRels(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getDepotEntryGroupRelsCount(DepotEntry depotEntry)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getDepotEntryGroupRelsCount(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getOSGiServiceIdentifier()
DepotEntryGroupRel updateDDMStructuresAvailable(long depotEntryGroupRelId, boolean ddmStructuresAvailable) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionDepotEntryGroupRel updateSearchable(long depotEntryGroupRelId, boolean searchable) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException