@ProviderType public class DDLRecordSetServiceWrapper extends java.lang.Object implements DDLRecordSetService, ServiceWrapper<DDLRecordSetService>
DDLRecordSetService.DDLRecordSetService| Constructor and Description |
|---|
DDLRecordSetServiceWrapper(DDLRecordSetService ddlRecordSetService) |
| Modifier and Type | Method and Description |
|---|---|
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) |
void |
deleteRecordSet(long recordSetId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
DDLRecordSet |
getRecordSet(long recordSetId) |
DDLRecordSetService |
getWrappedDDLRecordSetService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
DDLRecordSetService |
getWrappedService() |
java.util.List<DDLRecordSet> |
search(long companyId,
long groupId,
java.lang.String keywords,
int scope,
int start,
int end,
OrderByComparator orderByComparator) |
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) |
int |
searchCount(long companyId,
long groupId,
java.lang.String keywords,
int scope) |
int |
searchCount(long companyId,
long groupId,
java.lang.String name,
java.lang.String description,
int scope,
boolean andOperator) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedDDLRecordSetService(DDLRecordSetService ddlRecordSetService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.dynamicdatalists.service.DDLRecordSetService) |
void |
setWrappedService(DDLRecordSetService ddlRecordSetService) |
DDLRecordSet |
updateMinDisplayRows(long recordSetId,
int minDisplayRows,
ServiceContext serviceContext) |
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) |
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 DDLRecordSetServiceWrapper(DDLRecordSetService ddlRecordSetService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface DDLRecordSetServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface DDLRecordSetServicebeanIdentifier - the Spring bean ID for this beanpublic 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
addRecordSet in interface DDLRecordSetServicePortalExceptionSystemExceptionpublic void deleteRecordSet(long recordSetId)
throws PortalException,
SystemException
deleteRecordSet in interface DDLRecordSetServicePortalExceptionSystemExceptionpublic DDLRecordSet getRecordSet(long recordSetId) throws PortalException, SystemException
getRecordSet in interface DDLRecordSetServicePortalExceptionSystemExceptionpublic java.util.List<DDLRecordSet> search(long companyId, long groupId, java.lang.String keywords, int scope, int start, int end, OrderByComparator orderByComparator) throws SystemException
search in interface DDLRecordSetServiceSystemExceptionpublic 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
search in interface DDLRecordSetServiceSystemExceptionpublic int searchCount(long companyId,
long groupId,
java.lang.String keywords,
int scope)
throws SystemException
searchCount in interface DDLRecordSetServiceSystemExceptionpublic int searchCount(long companyId,
long groupId,
java.lang.String name,
java.lang.String description,
int scope,
boolean andOperator)
throws SystemException
searchCount in interface DDLRecordSetServiceSystemExceptionpublic DDLRecordSet updateMinDisplayRows(long recordSetId, int minDisplayRows, ServiceContext serviceContext) throws PortalException, SystemException
updateMinDisplayRows in interface DDLRecordSetServicePortalExceptionSystemExceptionpublic 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
updateRecordSet in interface DDLRecordSetServicePortalExceptionSystemExceptionpublic 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
updateRecordSet in interface DDLRecordSetServicePortalExceptionSystemExceptionpublic DDLRecordSetService getWrappedDDLRecordSetService()
getWrappedService()public void setWrappedDDLRecordSetService(DDLRecordSetService ddlRecordSetService)
setWrappedService(com.liferay.portlet.dynamicdatalists.service.DDLRecordSetService)public DDLRecordSetService getWrappedService()
getWrappedService in interface ServiceWrapper<DDLRecordSetService>public void setWrappedService(DDLRecordSetService ddlRecordSetService)
setWrappedService in interface ServiceWrapper<DDLRecordSetService>