Class CTCollectionTemplateServiceWrapper
java.lang.Object
com.liferay.change.tracking.service.CTCollectionTemplateServiceWrapper
- All Implemented Interfaces:
CTCollectionTemplateService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<CTCollectionTemplateService>
public class CTCollectionTemplateServiceWrapper
extends Object
implements CTCollectionTemplateService, com.liferay.portal.kernel.service.ServiceWrapper<CTCollectionTemplateService>
Provides a wrapper for
CTCollectionTemplateService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCTCollectionTemplateServiceWrapper
(CTCollectionTemplateService ctCollectionTemplateService) -
Method Summary
Modifier and TypeMethodDescriptionaddCTCollectionTemplate
(String name, String description, String json) getCTCollectionTemplates
(String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator) int
getCTCollectionTemplatesCount
(String keywords) Returns the OSGi service identifier.void
setWrappedService
(CTCollectionTemplateService ctCollectionTemplateService) updateCTCollectionTemplate
(long ctCollectionTemplateId, String name, String description, String json)
-
Constructor Details
-
CTCollectionTemplateServiceWrapper
public CTCollectionTemplateServiceWrapper() -
CTCollectionTemplateServiceWrapper
-
-
Method Details
-
addCTCollectionTemplate
public CTCollectionTemplate addCTCollectionTemplate(String name, String description, String json) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCTCollectionTemplate
in interfaceCTCollectionTemplateService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCTCollectionTemplates
public List<CTCollectionTemplate> getCTCollectionTemplates(String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator) - Specified by:
getCTCollectionTemplates
in interfaceCTCollectionTemplateService
-
getCTCollectionTemplatesCount
- Specified by:
getCTCollectionTemplatesCount
in interfaceCTCollectionTemplateService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCTCollectionTemplateService
- Returns:
- the OSGi service identifier
-
updateCTCollectionTemplate
public CTCollectionTemplate updateCTCollectionTemplate(long ctCollectionTemplateId, String name, String description, String json) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCTCollectionTemplate
in interfaceCTCollectionTemplateService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CTCollectionTemplateService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CTCollectionTemplateService>
-