|
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.DDMTemplateServiceUtil
public class DDMTemplateServiceUtil
The utility for the d d m template remote service. This utility wraps com.liferay.portlet.dynamicdatamapping.service.impl.DDMTemplateServiceImpl
and is the primary access point for service operations in application layer code running on a remote server.
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.
DDMTemplateService
,
com.liferay.portlet.dynamicdatamapping.service.base.DDMTemplateServiceBaseImpl
,
com.liferay.portlet.dynamicdatamapping.service.impl.DDMTemplateServiceImpl
Constructor Summary | |
---|---|
DDMTemplateServiceUtil()
|
Method Summary | |
---|---|
static DDMTemplate |
addTemplate(long groupId,
long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
|
static List<DDMTemplate> |
copyTemplates(long structureId,
long newStructureId,
String type,
ServiceContext serviceContext)
|
static void |
deleteTemplate(long templateId)
|
static String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
static DDMTemplateService |
getService()
|
static DDMTemplate |
getTemplate(long templateId)
|
static List<DDMTemplate> |
getTemplates(long structureId,
String type,
String mode)
|
static List<DDMTemplate> |
search(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
static 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)
|
static int |
searchCount(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode)
|
static int |
searchCount(long companyId,
long groupId,
long structureId,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
|
static void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setService(DDMTemplateService service)
Deprecated. |
static 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 DDMTemplateServiceUtil()
Method Detail |
---|
public static String getBeanIdentifier()
public static void setBeanIdentifier(String beanIdentifier)
beanIdentifier
- the Spring bean ID for this beanpublic static 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
PortalException
SystemException
public static List<DDMTemplate> copyTemplates(long structureId, long newStructureId, String type, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
public static void deleteTemplate(long templateId) throws PortalException, SystemException
PortalException
SystemException
public static DDMTemplate getTemplate(long templateId) throws PortalException, SystemException
PortalException
SystemException
public static List<DDMTemplate> getTemplates(long structureId, String type, String mode) throws SystemException
SystemException
public static List<DDMTemplate> search(long companyId, long groupId, long structureId, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemException
public static 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
SystemException
public static int searchCount(long companyId, long groupId, long structureId, String keywords, String type, String mode) throws SystemException
SystemException
public static int searchCount(long companyId, long groupId, long structureId, String name, String description, String type, String mode, String language, boolean andOperator) throws SystemException
SystemException
public static 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
PortalException
SystemException
public static DDMTemplateService getService()
public void setService(DDMTemplateService service)
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |