com.liferay.portlet.dynamicdatalists.service
Class DDLRecordSetServiceWrapper
java.lang.Object
com.liferay.portlet.dynamicdatalists.service.DDLRecordSetServiceWrapper
- All Implemented Interfaces:
- ServiceWrapper<DDLRecordSetService>, DDLRecordSetService
public class DDLRecordSetServiceWrapper
- extends Object
- implements DDLRecordSetService, ServiceWrapper<DDLRecordSetService>
This class is a wrapper for DDLRecordSetService
.
- See Also:
DDLRecordSetService
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
Method Summary |
DDLRecordSet |
addRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
int scope,
ServiceContext serviceContext)
|
void |
deleteRecordSet(long recordSetId)
|
DDLRecordSet |
getRecordSet(long recordSetId)
|
DDLRecordSetService |
getWrappedDDLRecordSetService()
Deprecated. Renamed to getWrappedService() |
DDLRecordSetService |
getWrappedService()
|
void |
setWrappedDDLRecordSetService(DDLRecordSetService ddlRecordSetService)
Deprecated. Renamed to 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,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
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 |
DDLRecordSetServiceWrapper
public DDLRecordSetServiceWrapper(DDLRecordSetService ddlRecordSetService)
addRecordSet
public 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
- Specified by:
addRecordSet
in interface DDLRecordSetService
- Throws:
PortalException
SystemException
deleteRecordSet
public void deleteRecordSet(long recordSetId)
throws PortalException,
SystemException
- Specified by:
deleteRecordSet
in interface DDLRecordSetService
- Throws:
PortalException
SystemException
getRecordSet
public DDLRecordSet getRecordSet(long recordSetId)
throws PortalException,
SystemException
- Specified by:
getRecordSet
in interface DDLRecordSetService
- Throws:
PortalException
SystemException
updateMinDisplayRows
public DDLRecordSet updateMinDisplayRows(long recordSetId,
int minDisplayRows,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateMinDisplayRows
in interface DDLRecordSetService
- Throws:
PortalException
SystemException
updateRecordSet
public DDLRecordSet updateRecordSet(long recordSetId,
long ddmStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateRecordSet
in interface DDLRecordSetService
- Throws:
PortalException
SystemException
updateRecordSet
public DDLRecordSet updateRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateRecordSet
in interface DDLRecordSetService
- Throws:
PortalException
SystemException
getWrappedDDLRecordSetService
public DDLRecordSetService getWrappedDDLRecordSetService()
- Deprecated. Renamed to
getWrappedService()
setWrappedDDLRecordSetService
public void setWrappedDDLRecordSetService(DDLRecordSetService ddlRecordSetService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portlet.dynamicdatalists.service.DDLRecordSetService)
getWrappedService
public DDLRecordSetService getWrappedService()
- Specified by:
getWrappedService
in interface ServiceWrapper<DDLRecordSetService>
setWrappedService
public void setWrappedService(DDLRecordSetService ddlRecordSetService)
- Specified by:
setWrappedService
in interface ServiceWrapper<DDLRecordSetService>