|
Liferay 6.2.0-ce-m1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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 classNameId,
long classPK,
String templateKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
ServiceContext serviceContext)
|
List<DDMTemplate> |
copyTemplates(long classNameId,
long classPK,
long newClassPK,
String type,
ServiceContext serviceContext)
|
void |
deleteTemplate(long templateId)
|
DDMTemplate |
fetchTemplate(long groupId,
String templateKey)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
DDMTemplate |
getTemplate(long templateId)
|
DDMTemplate |
getTemplate(long groupId,
String templateKey)
|
List<DDMTemplate> |
getTemplates(long groupId,
long classNameId)
|
List<DDMTemplate> |
getTemplates(long groupId,
long classNameId,
long classPK)
|
List<DDMTemplate> |
getTemplates(long classNameId,
long classPK,
String type,
String mode)
|
DDMTemplateService |
getWrappedDDMTemplateService()
Deprecated. Renamed to getWrappedService() |
DDMTemplateService |
getWrappedService()
|
List<DDMTemplate> |
search(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
search(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
search(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
search(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String keywords,
String type,
String mode)
|
int |
searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
|
int |
searchCount(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode)
|
int |
searchCount(long companyId,
long groupId,
long classNameId,
long classPK,
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,
boolean cacheable,
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 DDMTemplateServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface DDMTemplateServicebeanIdentifier - the Spring bean ID for this bean
public DDMTemplate addTemplate(long groupId,
long classNameId,
long classPK,
String templateKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
ServiceContext serviceContext)
throws PortalException,
SystemException
addTemplate in interface DDMTemplateServicePortalException
SystemException
public List<DDMTemplate> copyTemplates(long classNameId,
long classPK,
long newClassPK,
String type,
ServiceContext serviceContext)
throws PortalException,
SystemException
copyTemplates in interface DDMTemplateServicePortalException
SystemException
public void deleteTemplate(long templateId)
throws PortalException,
SystemException
deleteTemplate in interface DDMTemplateServicePortalException
SystemException
public DDMTemplate fetchTemplate(long groupId,
String templateKey)
throws SystemException
fetchTemplate in interface DDMTemplateServiceSystemException
public DDMTemplate getTemplate(long templateId)
throws PortalException,
SystemException
getTemplate in interface DDMTemplateServicePortalException
SystemException
public DDMTemplate getTemplate(long groupId,
String templateKey)
throws PortalException,
SystemException
getTemplate in interface DDMTemplateServicePortalException
SystemException
public List<DDMTemplate> getTemplates(long groupId,
long classNameId)
throws SystemException
getTemplates in interface DDMTemplateServiceSystemException
public List<DDMTemplate> getTemplates(long groupId,
long classNameId,
long classPK)
throws SystemException
getTemplates in interface DDMTemplateServiceSystemException
public List<DDMTemplate> getTemplates(long classNameId,
long classPK,
String type,
String mode)
throws SystemException
getTemplates in interface DDMTemplateServiceSystemException
public List<DDMTemplate> search(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
search in interface DDMTemplateServiceSystemException
public List<DDMTemplate> search(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
search in interface DDMTemplateServiceSystemException
public List<DDMTemplate> search(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
search in interface DDMTemplateServiceSystemException
public List<DDMTemplate> search(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
search in interface DDMTemplateServiceSystemException
public int searchCount(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode)
throws SystemException
searchCount in interface DDMTemplateServiceSystemException
public int searchCount(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
throws SystemException
searchCount in interface DDMTemplateServiceSystemException
public int searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String keywords,
String type,
String mode)
throws SystemException
searchCount in interface DDMTemplateServiceSystemException
public int searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
throws SystemException
searchCount in interface DDMTemplateServiceSystemException
public DDMTemplate updateTemplate(long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateTemplate in interface DDMTemplateServicePortalException
SystemExceptionpublic 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.2.0-ce-m1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||