|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@AccessControlled
@JSONWebService
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface DDMTemplateServiceThe interface for the d d m template remote service.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
DDMTemplateServiceUtil,
com.liferay.portlet.dynamicdatamapping.service.base.DDMTemplateServiceBaseImpl,
com.liferay.portlet.dynamicdatamapping.service.impl.DDMTemplateServiceImpl| Method Summary | |
|---|---|
DDMTemplate |
addTemplate(long groupId,
long classNameId,
long classPK,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
|
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,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
|
DDMTemplate |
copyTemplate(long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
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)
|
DDMTemplate |
getTemplate(long groupId,
String templateKey,
boolean includeGlobalTemplates)
|
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)
|
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. |
DDMTemplate |
updateTemplate(long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
|
| Method Detail |
|---|
String getBeanIdentifier()
void setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
DDMTemplate addTemplate(long groupId,
long classNameId,
long classPK,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
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,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
DDMTemplate copyTemplate(long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
List<DDMTemplate> copyTemplates(long classNameId,
long classPK,
long newClassPK,
String type,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
void deleteTemplate(long templateId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DDMTemplate fetchTemplate(long groupId,
String templateKey)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DDMTemplate getTemplate(long templateId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DDMTemplate getTemplate(long groupId,
String templateKey)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DDMTemplate getTemplate(long groupId,
String templateKey,
boolean includeGlobalTemplates)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<DDMTemplate> getTemplates(long groupId,
long classNameId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<DDMTemplate> getTemplates(long groupId,
long classNameId,
long classPK)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<DDMTemplate> getTemplates(long classNameId,
long classPK,
String type,
String mode)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
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
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
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
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
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
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
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
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int searchCount(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int searchCount(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String keywords,
String type,
String mode)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
throws SystemException
SystemException
DDMTemplate updateTemplate(long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||