public class CTCollectionTemplateServiceWrapper extends java.lang.Object implements CTCollectionTemplateService, com.liferay.portal.kernel.service.ServiceWrapper<CTCollectionTemplateService>
CTCollectionTemplateService
.CTCollectionTemplateService
Constructor and Description |
---|
CTCollectionTemplateServiceWrapper() |
CTCollectionTemplateServiceWrapper(CTCollectionTemplateService ctCollectionTemplateService) |
Modifier and Type | Method and Description |
---|---|
CTCollectionTemplate |
addCTCollectionTemplate(java.lang.String name,
java.lang.String description,
java.lang.String json) |
java.util.List<CTCollectionTemplate> |
getCTCollectionTemplates(java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator) |
int |
getCTCollectionTemplatesCount(java.lang.String keywords) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CTCollectionTemplateService |
getWrappedService() |
void |
setWrappedService(CTCollectionTemplateService ctCollectionTemplateService) |
CTCollectionTemplate |
updateCTCollectionTemplate(long ctCollectionTemplateId,
java.lang.String name,
java.lang.String description,
java.lang.String json) |
public CTCollectionTemplateServiceWrapper()
public CTCollectionTemplateServiceWrapper(CTCollectionTemplateService ctCollectionTemplateService)
public CTCollectionTemplate addCTCollectionTemplate(java.lang.String name, java.lang.String description, java.lang.String json) throws com.liferay.portal.kernel.exception.PortalException
addCTCollectionTemplate
in interface CTCollectionTemplateService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<CTCollectionTemplate> getCTCollectionTemplates(java.lang.String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator)
getCTCollectionTemplates
in interface CTCollectionTemplateService
public int getCTCollectionTemplatesCount(java.lang.String keywords)
getCTCollectionTemplatesCount
in interface CTCollectionTemplateService
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface CTCollectionTemplateService
public CTCollectionTemplate updateCTCollectionTemplate(long ctCollectionTemplateId, java.lang.String name, java.lang.String description, java.lang.String json) throws com.liferay.portal.kernel.exception.PortalException
updateCTCollectionTemplate
in interface CTCollectionTemplateService
com.liferay.portal.kernel.exception.PortalException
public CTCollectionTemplateService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<CTCollectionTemplateService>
public void setWrappedService(CTCollectionTemplateService ctCollectionTemplateService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<CTCollectionTemplateService>