Liferay 7.0-ce-m3

com.liferay.portlet.dynamicdatamapping.service
Class DDMStructureVersionServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.service.DDMStructureVersionServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<DDMStructureVersionService>, DDMStructureVersionService

@ProviderType
public class DDMStructureVersionServiceWrapper
extends Object
implements DDMStructureVersionService, ServiceWrapper<DDMStructureVersionService>

Provides a wrapper for DDMStructureVersionService.

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

Constructor Summary
DDMStructureVersionServiceWrapper(DDMStructureVersionService ddmStructureVersionService)
           
 
Method Summary
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 DDMStructureVersion getLatestStructureVersion(long structureId)
           
 DDMStructureVersion getStructureVersion(long structureVersionId)
           
 List<DDMStructureVersion> getStructureVersions(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
           
 int getStructureVersionsCount(long structureId)
           
 DDMStructureVersionService getWrappedDDMStructureVersionService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 DDMStructureVersionService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedDDMStructureVersionService(DDMStructureVersionService ddmStructureVersionService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureVersionService)
 void setWrappedService(DDMStructureVersionService ddmStructureVersionService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDMStructureVersionServiceWrapper

public DDMStructureVersionServiceWrapper(DDMStructureVersionService ddmStructureVersionService)
Method Detail

getBeanIdentifier

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

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

getLatestStructureVersion

public DDMStructureVersion getLatestStructureVersion(long structureId)
                                              throws PortalException
Specified by:
getLatestStructureVersion in interface DDMStructureVersionService
Throws:
PortalException

getStructureVersion

public DDMStructureVersion getStructureVersion(long structureVersionId)
                                        throws PortalException
Specified by:
getStructureVersion in interface DDMStructureVersionService
Throws:
PortalException

getStructureVersions

public List<DDMStructureVersion> getStructureVersions(long structureId,
                                                      int start,
                                                      int end,
                                                      OrderByComparator<DDMStructureVersion> orderByComparator)
                                               throws PortalException
Specified by:
getStructureVersions in interface DDMStructureVersionService
Throws:
PortalException

getStructureVersionsCount

public int getStructureVersionsCount(long structureId)
                              throws PortalException
Specified by:
getStructureVersionsCount in interface DDMStructureVersionService
Throws:
PortalException

setBeanIdentifier

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

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

getWrappedDDMStructureVersionService

@Deprecated
public DDMStructureVersionService getWrappedDDMStructureVersionService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedDDMStructureVersionService

@Deprecated
public void setWrappedDDMStructureVersionService(DDMStructureVersionService ddmStructureVersionService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureVersionService)


getWrappedService

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

setWrappedService

public void setWrappedService(DDMStructureVersionService ddmStructureVersionService)
Specified by:
setWrappedService in interface ServiceWrapper<DDMStructureVersionService>

Liferay 7.0-ce-m3