Class CTCollectionServiceWrapper
java.lang.Object
com.liferay.change.tracking.service.CTCollectionServiceWrapper
- All Implemented Interfaces:
CTCollectionService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<CTCollectionService>
public class CTCollectionServiceWrapper
extends Object
implements CTCollectionService, com.liferay.portal.kernel.service.ServiceWrapper<CTCollectionService>
Provides a wrapper for
CTCollectionService.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCTCollection(String externalReferenceCode, long companyId, long userId, long ctRemoteId, String name, String description) voiddeleteCTAutoResolutionInfo(long ctAutoResolutionInfoId) deleteCTCollection(CTCollection ctCollection) voiddiscardCTEntry(long ctCollectionId, long modelClassNameId, long modelClassPK) voiddiscardCTEntry(long ctCollectionId, List<CTEntry> ctEntries) getCTCollections(long companyId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollection> orderByComparator) getCTCollections(long companyId, int[] statuses, String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollection> orderByComparator) intgetCTCollectionsCount(long companyId, int[] statuses, String keywords) Returns the OSGi service identifier.voidmoveCTEntries(long fromCTCollectionId, long toCTCollectionId, List<CTEntry> ctEntries) voidmoveCTEntry(long fromCTCollectionId, long toCTCollectionId, long modelClassNameId, long modelClassPK) voidpublishCTCollection(long userId, long ctCollectionId) voidsetWrappedService(CTCollectionService ctCollectionService) undoCTCollection(long ctCollectionId, long userId, String name, String description) updateCTCollection(long userId, long ctCollectionId, String name, String description)
-
Constructor Details
-
CTCollectionServiceWrapper
public CTCollectionServiceWrapper() -
CTCollectionServiceWrapper
-
-
Method Details
-
addCTCollection
public CTCollection addCTCollection(String externalReferenceCode, long companyId, long userId, long ctRemoteId, String name, String description) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCTCollectionin interfaceCTCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCTAutoResolutionInfo
public void deleteCTAutoResolutionInfo(long ctAutoResolutionInfoId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCTAutoResolutionInfoin interfaceCTCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCTCollection
public CTCollection deleteCTCollection(CTCollection ctCollection) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCTCollectionin interfaceCTCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
discardCTEntry
public void discardCTEntry(long ctCollectionId, List<CTEntry> ctEntries) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
discardCTEntryin interfaceCTCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
discardCTEntry
public void discardCTEntry(long ctCollectionId, long modelClassNameId, long modelClassPK) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
discardCTEntryin interfaceCTCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCTCollections
public List<CTCollection> getCTCollections(long companyId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollection> orderByComparator) - Specified by:
getCTCollectionsin interfaceCTCollectionService
-
getCTCollections
public List<CTCollection> getCTCollections(long companyId, int[] statuses, String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollection> orderByComparator) - Specified by:
getCTCollectionsin interfaceCTCollectionService
-
getCTCollectionsCount
- Specified by:
getCTCollectionsCountin interfaceCTCollectionService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCTCollectionService- Returns:
- the OSGi service identifier
-
moveCTEntries
public void moveCTEntries(long fromCTCollectionId, long toCTCollectionId, List<CTEntry> ctEntries) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveCTEntriesin interfaceCTCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
moveCTEntry
public void moveCTEntry(long fromCTCollectionId, long toCTCollectionId, long modelClassNameId, long modelClassPK) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveCTEntryin interfaceCTCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
publishCTCollection
public void publishCTCollection(long userId, long ctCollectionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
publishCTCollectionin interfaceCTCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
undoCTCollection
public CTCollection undoCTCollection(long ctCollectionId, long userId, String name, String description) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
undoCTCollectionin interfaceCTCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCTCollection
public CTCollection updateCTCollection(long userId, long ctCollectionId, String name, String description) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCTCollectionin interfaceCTCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CTCollectionService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CTCollectionService>
-