@ProviderType
public class DDLRecordSetServiceUtil
extends java.lang.Object
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. Methods of this service are expected to have security
checks based on the propagated JAAS credentials because this service can be
accessed remotely.DDLRecordSetService,
com.liferay.portlet.dynamicdatalists.service.base.DDLRecordSetServiceBaseImpl,
com.liferay.portlet.dynamicdatalists.service.impl.DDLRecordSetServiceImpl| Constructor and Description |
|---|
DDLRecordSetServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static DDLRecordSet |
addRecordSet(long groupId,
long ddmStructureId,
java.lang.String recordSetKey,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
int minDisplayRows,
int scope,
ServiceContext serviceContext) |
static void |
deleteRecordSet(long recordSetId) |
static java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
static DDLRecordSet |
getRecordSet(long recordSetId) |
static DDLRecordSetService |
getService() |
static java.util.List<DDLRecordSet> |
search(long companyId,
long groupId,
java.lang.String keywords,
int scope,
int start,
int end,
OrderByComparator orderByComparator) |
static java.util.List<DDLRecordSet> |
search(long companyId,
long groupId,
java.lang.String name,
java.lang.String description,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator) |
static int |
searchCount(long companyId,
long groupId,
java.lang.String keywords,
int scope) |
static int |
searchCount(long companyId,
long groupId,
java.lang.String name,
java.lang.String description,
int scope,
boolean andOperator) |
static void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setService(DDLRecordSetService service)
Deprecated.
As of 6.2.0
|
static DDLRecordSet |
updateMinDisplayRows(long recordSetId,
int minDisplayRows,
ServiceContext serviceContext) |
static DDLRecordSet |
updateRecordSet(long recordSetId,
long ddmStructureId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext) |
static DDLRecordSet |
updateRecordSet(long groupId,
long ddmStructureId,
java.lang.String recordSetKey,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext) |
public static java.lang.String getBeanIdentifier()
public static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static DDLRecordSet addRecordSet(long groupId, long ddmStructureId, java.lang.String recordSetKey, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, int minDisplayRows, int scope, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static void deleteRecordSet(long recordSetId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static DDLRecordSet getRecordSet(long recordSetId) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static java.util.List<DDLRecordSet> search(long companyId, long groupId, java.lang.String keywords, int scope, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemExceptionpublic static java.util.List<DDLRecordSet> search(long companyId, long groupId, java.lang.String name, java.lang.String description, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemExceptionpublic static int searchCount(long companyId,
long groupId,
java.lang.String keywords,
int scope)
throws SystemException
SystemExceptionpublic static int searchCount(long companyId,
long groupId,
java.lang.String name,
java.lang.String description,
int scope,
boolean andOperator)
throws SystemException
SystemExceptionpublic static DDLRecordSet updateMinDisplayRows(long recordSetId, int minDisplayRows, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static DDLRecordSet updateRecordSet(long recordSetId, long ddmStructureId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, int minDisplayRows, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static DDLRecordSet updateRecordSet(long groupId, long ddmStructureId, java.lang.String recordSetKey, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, int minDisplayRows, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static DDLRecordSetService getService()
public void setService(DDLRecordSetService service)