Liferay 6.2-ce-ga5

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

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

Provides 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)
           
 void deleteRecord(long recordId)
           
 DDLRecord deleteRecordLocale(long recordId, Locale locale, ServiceContext serviceContext)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 DDLRecord getRecord(long recordId)
           
 DDLRecordService getWrappedDDLRecordService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 DDLRecordService getWrappedService()
           
 void revertRecordVersion(long recordId, String version, ServiceContext serviceContext)
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedDDLRecordService(DDLRecordService ddlRecordService)
          Deprecated. As of 6.1.0, replaced by 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

deleteRecord

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

deleteRecordLocale

public DDLRecord deleteRecordLocale(long recordId,
                                    Locale locale,
                                    ServiceContext serviceContext)
                             throws PortalException,
                                    SystemException
Specified by:
deleteRecordLocale in interface DDLRecordService
Throws:
PortalException
SystemException

getRecord

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

revertRecordVersion

public void revertRecordVersion(long recordId,
                                String version,
                                ServiceContext serviceContext)
                         throws PortalException,
                                SystemException
Specified by:
revertRecordVersion 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. As of 6.1.0, replaced by getWrappedService()


setWrappedDDLRecordService

public void setWrappedDDLRecordService(DDLRecordService ddlRecordService)
Deprecated. As of 6.1.0, replaced by 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.2-ce-ga5