|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.dynamicdatalists.service.DDLRecordSetServiceWrapper
public class DDLRecordSetServiceWrapper
This class is a wrapper for DDLRecordSetService.
DDLRecordSetService| Constructor Summary | |
|---|---|
DDLRecordSetServiceWrapper(DDLRecordSetService ddlRecordSetService)
|
|
| 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)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
DDLRecordSet |
getRecordSet(long recordSetId)
|
DDLRecordSetService |
getWrappedDDLRecordSetService()
Deprecated. Renamed to getWrappedService() |
DDLRecordSetService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
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 |
| Constructor Detail |
|---|
public DDLRecordSetServiceWrapper(DDLRecordSetService ddlRecordSetService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface DDLRecordSetServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface DDLRecordSetServicebeanIdentifier - the Spring bean ID for this bean
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
addRecordSet in interface DDLRecordSetServicePortalException
SystemException
public void deleteRecordSet(long recordSetId)
throws PortalException,
SystemException
deleteRecordSet in interface DDLRecordSetServicePortalException
SystemException
public DDLRecordSet getRecordSet(long recordSetId)
throws PortalException,
SystemException
getRecordSet in interface DDLRecordSetServicePortalException
SystemException
public DDLRecordSet updateMinDisplayRows(long recordSetId,
int minDisplayRows,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateMinDisplayRows in interface DDLRecordSetServicePortalException
SystemException
public DDLRecordSet updateRecordSet(long recordSetId,
long ddmStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateRecordSet in interface DDLRecordSetServicePortalException
SystemException
public DDLRecordSet updateRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateRecordSet in interface DDLRecordSetServicePortalException
SystemExceptionpublic 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>
|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||