Package com.liferay.depot.service
Class DepotEntryGroupRelServiceWrapper
java.lang.Object
com.liferay.depot.service.DepotEntryGroupRelServiceWrapper
- All Implemented Interfaces:
DepotEntryGroupRelService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<DepotEntryGroupRelService>
public class DepotEntryGroupRelServiceWrapper
extends Object
implements DepotEntryGroupRelService, com.liferay.portal.kernel.service.ServiceWrapper<DepotEntryGroupRelService>
Provides a wrapper for
DepotEntryGroupRelService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionDepotEntryGroupRelServiceWrapper(DepotEntryGroupRelService depotEntryGroupRelService) -
Method Summary
Modifier and TypeMethodDescriptionaddDepotEntryGroupRel(long depotEntryId, long toGroupId) deleteDepotEntryGroupRel(long depotEntryGroupRelId) getDepotEntryGroupRelByDepotEntryIdToGroupId(long depotEntryId, long toGroupId) getDepotEntryGroupRels(long groupId, int start, int end) getDepotEntryGroupRels(DepotEntry depotEntry, int start, int end) intgetDepotEntryGroupRelsCount(long groupId) intgetDepotEntryGroupRelsCount(DepotEntry depotEntry) Returns the OSGi service identifier.voidsetWrappedService(DepotEntryGroupRelService depotEntryGroupRelService) updateDDMStructuresAvailable(long depotEntryGroupRelId, boolean ddmStructuresAvailable) updateSearchable(long depotEntryGroupRelId, boolean searchable)
-
Constructor Details
-
DepotEntryGroupRelServiceWrapper
public DepotEntryGroupRelServiceWrapper() -
DepotEntryGroupRelServiceWrapper
-
-
Method Details
-
addDepotEntryGroupRel
public DepotEntryGroupRel addDepotEntryGroupRel(long depotEntryId, long toGroupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addDepotEntryGroupRelin interfaceDepotEntryGroupRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteDepotEntryGroupRel
public DepotEntryGroupRel deleteDepotEntryGroupRel(long depotEntryGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteDepotEntryGroupRelin interfaceDepotEntryGroupRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDepotEntryGroupRelByDepotEntryIdToGroupId
public DepotEntryGroupRel getDepotEntryGroupRelByDepotEntryIdToGroupId(long depotEntryId, long toGroupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getDepotEntryGroupRelByDepotEntryIdToGroupIdin interfaceDepotEntryGroupRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDepotEntryGroupRels
public List<DepotEntryGroupRel> getDepotEntryGroupRels(DepotEntry depotEntry, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getDepotEntryGroupRelsin interfaceDepotEntryGroupRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDepotEntryGroupRels
public List<DepotEntryGroupRel> getDepotEntryGroupRels(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getDepotEntryGroupRelsin interfaceDepotEntryGroupRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDepotEntryGroupRelsCount
public int getDepotEntryGroupRelsCount(DepotEntry depotEntry) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getDepotEntryGroupRelsCountin interfaceDepotEntryGroupRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDepotEntryGroupRelsCount
public int getDepotEntryGroupRelsCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getDepotEntryGroupRelsCountin interfaceDepotEntryGroupRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceDepotEntryGroupRelService- Returns:
- the OSGi service identifier
-
updateDDMStructuresAvailable
public DepotEntryGroupRel updateDDMStructuresAvailable(long depotEntryGroupRelId, boolean ddmStructuresAvailable) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateDDMStructuresAvailablein interfaceDepotEntryGroupRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateSearchable
public DepotEntryGroupRel updateSearchable(long depotEntryGroupRelId, boolean searchable) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateSearchablein interfaceDepotEntryGroupRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<DepotEntryGroupRelService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<DepotEntryGroupRelService>
-