com.liferay.portlet.dynamicdatalists.service
Class DDLRecordSetServiceUtil
java.lang.Object
com.liferay.portlet.dynamicdatalists.service.DDLRecordSetServiceUtil
public class DDLRecordSetServiceUtil
- extends Object
The utility for the d d l record set remote service. This utility wraps com.liferay.portlet.dynamicdatalists.service.impl.DDLRecordSetServiceImpl
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.
- See Also:
DDLRecordSetService
,
com.liferay.portlet.dynamicdatalists.service.base.DDLRecordSetServiceBaseImpl
,
com.liferay.portlet.dynamicdatalists.service.impl.DDLRecordSetServiceImpl
Method Summary |
static DDLRecordSet |
addRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
int scope,
ServiceContext serviceContext)
|
static void |
deleteRecordSet(long recordSetId)
|
static DDLRecordSet |
getRecordSet(long recordSetId)
|
static DDLRecordSetService |
getService()
|
void |
setService(DDLRecordSetService service)
|
static DDLRecordSet |
updateMinDisplayRows(long recordSetId,
int minDisplayRows,
ServiceContext serviceContext)
|
static DDLRecordSet |
updateRecordSet(long recordSetId,
long ddmStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
static DDLRecordSet |
updateRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDLRecordSetServiceUtil
public DDLRecordSetServiceUtil()
addRecordSet
public static DDLRecordSet addRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
int scope,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteRecordSet
public static void deleteRecordSet(long recordSetId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getRecordSet
public static DDLRecordSet getRecordSet(long recordSetId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateMinDisplayRows
public static DDLRecordSet updateMinDisplayRows(long recordSetId,
int minDisplayRows,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateRecordSet
public static DDLRecordSet updateRecordSet(long recordSetId,
long ddmStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateRecordSet
public static DDLRecordSet updateRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getService
public static DDLRecordSetService getService()
setService
public void setService(DDLRecordSetService service)