@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(long groupId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
DepotEntryGroupRel |
updateSearchable(long depotEntryGroupRelId,
boolean searchable) |
DepotEntryGroupRel addDepotEntryGroupRel(long depotEntryId, long toGroupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
DepotEntryGroupRel 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(long groupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getOSGiServiceIdentifier()
DepotEntryGroupRel updateSearchable(long depotEntryGroupRelId, boolean searchable) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException