@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface DepotEntryGroupRelService extends 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 PortalException
PortalExceptionDepotEntryGroupRel deleteDepotEntryGroupRel(long depotEntryGroupRelId) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<DepotEntryGroupRel> getDepotEntryGroupRels(long groupId, int start, int end) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) int getDepotEntryGroupRelsCount(DepotEntry depotEntry) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) int getDepotEntryGroupRelsCount(long groupId) throws PortalException
PortalExceptionjava.lang.String getOSGiServiceIdentifier()
DepotEntryGroupRel updateDDMStructuresAvailable(long depotEntryGroupRelId, boolean ddmStructuresAvailable) throws PortalException
PortalExceptionDepotEntryGroupRel updateSearchable(long depotEntryGroupRelId, boolean searchable) throws PortalException
PortalException