Liferay 7.0-ce-m3

com.liferay.portlet.dynamicdatalists.service
Class DDLRecordVersionServiceWrapper

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

@ProviderType
public class DDLRecordVersionServiceWrapper
extends Object
implements DDLRecordVersionService, ServiceWrapper<DDLRecordVersionService>

Provides a wrapper for DDLRecordVersionService.

See Also:
DDLRecordVersionService

Constructor Summary
DDLRecordVersionServiceWrapper(DDLRecordVersionService ddlRecordVersionService)
           
 
Method Summary
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 DDLRecordVersion getRecordVersion(long recordVersionId)
           
 DDLRecordVersion getRecordVersion(long recordId, String version)
           
 List<DDLRecordVersion> getRecordVersions(long recordId, int start, int end, OrderByComparator<DDLRecordVersion> orderByComparator)
           
 int getRecordVersionsCount(long recordId)
           
 DDLRecordVersionService getWrappedDDLRecordVersionService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 DDLRecordVersionService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedDDLRecordVersionService(DDLRecordVersionService ddlRecordVersionService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.dynamicdatalists.service.DDLRecordVersionService)
 void setWrappedService(DDLRecordVersionService ddlRecordVersionService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDLRecordVersionServiceWrapper

public DDLRecordVersionServiceWrapper(DDLRecordVersionService ddlRecordVersionService)
Method Detail

getBeanIdentifier

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

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

getRecordVersion

public DDLRecordVersion getRecordVersion(long recordId,
                                         String version)
                                  throws PortalException
Specified by:
getRecordVersion in interface DDLRecordVersionService
Throws:
PortalException

getRecordVersion

public DDLRecordVersion getRecordVersion(long recordVersionId)
                                  throws PortalException
Specified by:
getRecordVersion in interface DDLRecordVersionService
Throws:
PortalException

getRecordVersions

public List<DDLRecordVersion> getRecordVersions(long recordId,
                                                int start,
                                                int end,
                                                OrderByComparator<DDLRecordVersion> orderByComparator)
                                         throws PortalException
Specified by:
getRecordVersions in interface DDLRecordVersionService
Throws:
PortalException

getRecordVersionsCount

public int getRecordVersionsCount(long recordId)
                           throws PortalException
Specified by:
getRecordVersionsCount in interface DDLRecordVersionService
Throws:
PortalException

setBeanIdentifier

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

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

getWrappedDDLRecordVersionService

@Deprecated
public DDLRecordVersionService getWrappedDDLRecordVersionService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedDDLRecordVersionService

@Deprecated
public void setWrappedDDLRecordVersionService(DDLRecordVersionService ddlRecordVersionService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.dynamicdatalists.service.DDLRecordVersionService)


getWrappedService

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

setWrappedService

public void setWrappedService(DDLRecordVersionService ddlRecordVersionService)
Specified by:
setWrappedService in interface ServiceWrapper<DDLRecordVersionService>

Liferay 7.0-ce-m3