public class DepotEntryGroupRelServiceWrapper extends java.lang.Object implements DepotEntryGroupRelService, ServiceWrapper<DepotEntryGroupRelService>
DepotEntryGroupRelService.DepotEntryGroupRelService| Constructor and Description |
|---|
DepotEntryGroupRelServiceWrapper(DepotEntryGroupRelService depotEntryGroupRelService) |
| 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.
|
DepotEntryGroupRelService |
getWrappedService() |
void |
setWrappedService(DepotEntryGroupRelService depotEntryGroupRelService) |
DepotEntryGroupRel |
updateSearchable(long depotEntryGroupRelId,
boolean searchable) |
public DepotEntryGroupRelServiceWrapper(DepotEntryGroupRelService depotEntryGroupRelService)
public DepotEntryGroupRel addDepotEntryGroupRel(long depotEntryId, long toGroupId) throws PortalException
addDepotEntryGroupRel in interface DepotEntryGroupRelServicePortalExceptionpublic DepotEntryGroupRel deleteDepotEntryGroupRel(long depotEntryGroupRelId) throws PortalException
deleteDepotEntryGroupRel in interface DepotEntryGroupRelServicePortalExceptionpublic java.util.List<DepotEntryGroupRel> getDepotEntryGroupRels(long groupId, int start, int end) throws PortalException
getDepotEntryGroupRels in interface DepotEntryGroupRelServicePortalExceptionpublic int getDepotEntryGroupRelsCount(DepotEntry depotEntry) throws PortalException
getDepotEntryGroupRelsCount in interface DepotEntryGroupRelServicePortalExceptionpublic int getDepotEntryGroupRelsCount(long groupId)
throws PortalException
getDepotEntryGroupRelsCount in interface DepotEntryGroupRelServicePortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface DepotEntryGroupRelServicepublic DepotEntryGroupRel updateSearchable(long depotEntryGroupRelId, boolean searchable) throws PortalException
updateSearchable in interface DepotEntryGroupRelServicePortalExceptionpublic DepotEntryGroupRelService getWrappedService()
getWrappedService in interface ServiceWrapper<DepotEntryGroupRelService>public void setWrappedService(DepotEntryGroupRelService depotEntryGroupRelService)
setWrappedService in interface ServiceWrapper<DepotEntryGroupRelService>