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) void
deleteCTAutoResolutionInfo
(long ctAutoResolutionInfoId) deleteCTCollection
(CTCollection ctCollection) void
discardCTEntry
(long ctCollectionId, long modelClassNameId, long modelClassPK) 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) int
getCTCollectionsCount
(long companyId, int[] statuses, String keywords) Returns the OSGi service identifier.void
moveCTEntry
(long fromCTCollectionId, long toCTCollectionId, long modelClassNameId, long modelClassPK) void
publishCTCollection
(long userId, long ctCollectionId) void
setWrappedService
(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:
addCTCollection
in interfaceCTCollectionService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCTAutoResolutionInfo
public void deleteCTAutoResolutionInfo(long ctAutoResolutionInfoId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCTAutoResolutionInfo
in interfaceCTCollectionService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCTCollection
public CTCollection deleteCTCollection(CTCollection ctCollection) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCTCollection
in 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:
discardCTEntry
in 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:
getCTCollections
in 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:
getCTCollections
in interfaceCTCollectionService
-
getCTCollectionsCount
- Specified by:
getCTCollectionsCount
in interfaceCTCollectionService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCTCollectionService
- Returns:
- the OSGi service identifier
-
moveCTEntry
public void moveCTEntry(long fromCTCollectionId, long toCTCollectionId, long modelClassNameId, long modelClassPK) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveCTEntry
in 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:
publishCTCollection
in 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:
undoCTCollection
in 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:
updateCTCollection
in interfaceCTCollectionService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CTCollectionService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CTCollectionService>
-