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