|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.dynamicdatamapping.service.DDMTemplateServiceWrapper
public class DDMTemplateServiceWrapper
This class is a wrapper for DDMTemplateService
.
DDMTemplateService
Constructor Summary | |
---|---|
DDMTemplateServiceWrapper(DDMTemplateService ddmTemplateService)
|
Method Summary | |
---|---|
DDMTemplate |
addTemplate(long groupId,
long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
|
List<DDMTemplate> |
copyTemplates(long structureId,
long newStructureId,
String type,
ServiceContext serviceContext)
|
void |
deleteTemplate(long templateId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
DDMTemplate |
getTemplate(long templateId)
|
List<DDMTemplate> |
getTemplates(long structureId,
String type,
String mode)
|
DDMTemplateService |
getWrappedDDMTemplateService()
Deprecated. Renamed to getWrappedService() |
DDMTemplateService |
getWrappedService()
|
List<DDMTemplate> |
search(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
search(long companyId,
long groupId,
long structureId,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
searchCount(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode)
|
int |
searchCount(long companyId,
long groupId,
long structureId,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedDDMTemplateService(DDMTemplateService ddmTemplateService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.dynamicdatamapping.service.DDMTemplateService) |
void |
setWrappedService(DDMTemplateService ddmTemplateService)
|
DDMTemplate |
updateTemplate(long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DDMTemplateServiceWrapper(DDMTemplateService ddmTemplateService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface DDMTemplateService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface DDMTemplateService
beanIdentifier
- the Spring bean ID for this beanpublic DDMTemplate addTemplate(long groupId, long structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String mode, String language, String script, ServiceContext serviceContext) throws PortalException, SystemException
addTemplate
in interface DDMTemplateService
PortalException
SystemException
public List<DDMTemplate> copyTemplates(long structureId, long newStructureId, String type, ServiceContext serviceContext) throws PortalException, SystemException
copyTemplates
in interface DDMTemplateService
PortalException
SystemException
public void deleteTemplate(long templateId) throws PortalException, SystemException
deleteTemplate
in interface DDMTemplateService
PortalException
SystemException
public DDMTemplate getTemplate(long templateId) throws PortalException, SystemException
getTemplate
in interface DDMTemplateService
PortalException
SystemException
public List<DDMTemplate> getTemplates(long structureId, String type, String mode) throws SystemException
getTemplates
in interface DDMTemplateService
SystemException
public List<DDMTemplate> search(long companyId, long groupId, long structureId, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator) throws SystemException
search
in interface DDMTemplateService
SystemException
public List<DDMTemplate> search(long companyId, long groupId, long structureId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator) throws SystemException
search
in interface DDMTemplateService
SystemException
public int searchCount(long companyId, long groupId, long structureId, String keywords, String type, String mode) throws SystemException
searchCount
in interface DDMTemplateService
SystemException
public int searchCount(long companyId, long groupId, long structureId, String name, String description, String type, String mode, String language, boolean andOperator) throws SystemException
searchCount
in interface DDMTemplateService
SystemException
public DDMTemplate updateTemplate(long templateId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String mode, String language, String script, ServiceContext serviceContext) throws PortalException, SystemException
updateTemplate
in interface DDMTemplateService
PortalException
SystemException
public DDMTemplateService getWrappedDDMTemplateService()
getWrappedService()
public void setWrappedDDMTemplateService(DDMTemplateService ddmTemplateService)
setWrappedService(com.liferay.portlet.dynamicdatamapping.service.DDMTemplateService)
public DDMTemplateService getWrappedService()
getWrappedService
in interface ServiceWrapper<DDMTemplateService>
public void setWrappedService(DDMTemplateService ddmTemplateService)
setWrappedService
in interface ServiceWrapper<DDMTemplateService>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |