Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatalists.service
Class DDLRecordServiceWrapper

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

public class DDLRecordServiceWrapper
extends Object
implements DDLRecordService, ServiceWrapper<DDLRecordService>

This class is a wrapper for DDLRecordService.

See Also:
DDLRecordService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
DDLRecordServiceWrapper(DDLRecordService ddlRecordService)
           
 
Method Summary
 DDLRecord addRecord(long groupId, long recordSetId, int displayIndex, Fields fields, ServiceContext serviceContext)
           
 DDLRecord addRecord(long groupId, long recordSetId, int displayIndex, Map<String,Serializable> fieldsMap, ServiceContext serviceContext)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 DDLRecord getRecord(long recordId)
           
 DDLRecordService getWrappedDDLRecordService()
          Deprecated. Renamed to getWrappedService()
 DDLRecordService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedDDLRecordService(DDLRecordService ddlRecordService)
          Deprecated. Renamed to setWrappedService(com.liferay.portlet.dynamicdatalists.service.DDLRecordService)
 void setWrappedService(DDLRecordService ddlRecordService)
           
 DDLRecord updateRecord(long recordId, boolean majorVersion, int displayIndex, Fields fields, boolean mergeFields, ServiceContext serviceContext)
           
 DDLRecord updateRecord(long recordId, int displayIndex, Map<String,Serializable> fieldsMap, boolean mergeFields, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDLRecordServiceWrapper

public DDLRecordServiceWrapper(DDLRecordService ddlRecordService)
Method Detail

getBeanIdentifier

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

Specified by:
getBeanIdentifier in interface DDLRecordService
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 DDLRecordService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addRecord

public DDLRecord addRecord(long groupId,
                           long recordSetId,
                           int displayIndex,
                           Fields fields,
                           ServiceContext serviceContext)
                    throws PortalException,
                           SystemException
Specified by:
addRecord in interface DDLRecordService
Throws:
PortalException
SystemException

addRecord

public DDLRecord addRecord(long groupId,
                           long recordSetId,
                           int displayIndex,
                           Map<String,Serializable> fieldsMap,
                           ServiceContext serviceContext)
                    throws PortalException,
                           SystemException
Specified by:
addRecord in interface DDLRecordService
Throws:
PortalException
SystemException

getRecord

public DDLRecord getRecord(long recordId)
                    throws PortalException,
                           SystemException
Specified by:
getRecord in interface DDLRecordService
Throws:
PortalException
SystemException

updateRecord

public DDLRecord updateRecord(long recordId,
                              boolean majorVersion,
                              int displayIndex,
                              Fields fields,
                              boolean mergeFields,
                              ServiceContext serviceContext)
                       throws PortalException,
                              SystemException
Specified by:
updateRecord in interface DDLRecordService
Throws:
PortalException
SystemException

updateRecord

public DDLRecord updateRecord(long recordId,
                              int displayIndex,
                              Map<String,Serializable> fieldsMap,
                              boolean mergeFields,
                              ServiceContext serviceContext)
                       throws PortalException,
                              SystemException
Specified by:
updateRecord in interface DDLRecordService
Throws:
PortalException
SystemException

getWrappedDDLRecordService

public DDLRecordService getWrappedDDLRecordService()
Deprecated. Renamed to getWrappedService()


setWrappedDDLRecordService

public void setWrappedDDLRecordService(DDLRecordService ddlRecordService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.dynamicdatalists.service.DDLRecordService)


getWrappedService

public DDLRecordService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<DDLRecordService>

setWrappedService

public void setWrappedService(DDLRecordService ddlRecordService)
Specified by:
setWrappedService in interface ServiceWrapper<DDLRecordService>

Liferay 6.1.2-ce-ga3