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) int
getDepotEntryGroupRelsCount
(long groupId) int
getDepotEntryGroupRelsCount
(DepotEntry depotEntry) Returns the OSGi service identifier.void
setWrappedService
(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:
addDepotEntryGroupRel
in interfaceDepotEntryGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteDepotEntryGroupRel
public DepotEntryGroupRel deleteDepotEntryGroupRel(long depotEntryGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteDepotEntryGroupRel
in 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:
getDepotEntryGroupRelByDepotEntryIdToGroupId
in 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:
getDepotEntryGroupRels
in 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:
getDepotEntryGroupRels
in interfaceDepotEntryGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDepotEntryGroupRelsCount
public int getDepotEntryGroupRelsCount(DepotEntry depotEntry) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getDepotEntryGroupRelsCount
in interfaceDepotEntryGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDepotEntryGroupRelsCount
public int getDepotEntryGroupRelsCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getDepotEntryGroupRelsCount
in interfaceDepotEntryGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceDepotEntryGroupRelService
- Returns:
- the OSGi service identifier
-
updateDDMStructuresAvailable
public DepotEntryGroupRel updateDDMStructuresAvailable(long depotEntryGroupRelId, boolean ddmStructuresAvailable) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateDDMStructuresAvailable
in 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:
updateSearchable
in interfaceDepotEntryGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<DepotEntryGroupRelService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<DepotEntryGroupRelService>
-