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) intgetCTCollectionTemplatesCount(String keywords) Returns the OSGi service identifier.voidsetWrappedService(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:
addCTCollectionTemplatein 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:
getCTCollectionTemplatesin interfaceCTCollectionTemplateService
-
getCTCollectionTemplatesCount
- Specified by:
getCTCollectionTemplatesCountin interfaceCTCollectionTemplateService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin 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:
updateCTCollectionTemplatein interfaceCTCollectionTemplateService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CTCollectionTemplateService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CTCollectionTemplateService>
-