Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatalists.service
Class DDLRecordSetServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.dynamicdatalists.service.DDLRecordSetServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<DDLRecordSetService>, DDLRecordSetService

public class DDLRecordSetServiceWrapper
extends Object
implements DDLRecordSetService, ServiceWrapper<DDLRecordSetService>

This class is a wrapper for DDLRecordSetService.

See Also:
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

DDLRecordSetServiceWrapper

public DDLRecordSetServiceWrapper(DDLRecordSetService ddlRecordSetService)
Method Detail

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface DDLRecordSetService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface DDLRecordSetService
Parameters:
beanIdentifier - the Spring bean ID for this bean

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>

Liferay 6.1.2-ce-ga3