Liferay 7.0-ce-m3

com.liferay.portlet.dynamicdatamapping.service.impl
Class DDMStructureVersionServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portlet.dynamicdatamapping.service.base.DDMStructureVersionServiceBaseImpl
          extended by com.liferay.portlet.dynamicdatamapping.service.impl.DDMStructureVersionServiceImpl
All Implemented Interfaces:
IdentifiableBean, BaseService, DDMStructureVersionService

@ProviderType
public class DDMStructureVersionServiceImpl
extends DDMStructureVersionServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.dynamicdatamapping.service.base.DDMStructureVersionServiceBaseImpl
counterLocalService, ddmStructureVersionLocalService, ddmStructureVersionPersistence, ddmStructureVersionService
 
Fields inherited from class com.liferay.portal.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
DDMStructureVersionServiceImpl()
           
 
Method Summary
 DDMStructureVersion getLatestStructureVersion(long structureId)
           
 DDMStructureVersion getStructureVersion(long structureVersionId)
           
 List<DDMStructureVersion> getStructureVersions(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
           
 int getStructureVersionsCount(long structureId)
           
 
Methods inherited from class com.liferay.portlet.dynamicdatamapping.service.base.DDMStructureVersionServiceBaseImpl
afterPropertiesSet, destroy, getBeanIdentifier, getCounterLocalService, getDDMStructureVersionLocalService, getDDMStructureVersionPersistence, getDDMStructureVersionService, getModelClass, getModelClassName, runSQL, setBeanIdentifier, setCounterLocalService, setDDMStructureVersionLocalService, setDDMStructureVersionPersistence, setDDMStructureVersionService
 
Methods inherited from class com.liferay.portal.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDMStructureVersionServiceImpl

public DDMStructureVersionServiceImpl()
Method Detail

getLatestStructureVersion

public DDMStructureVersion getLatestStructureVersion(long structureId)
                                              throws PortalException
Throws:
PortalException

getStructureVersion

public DDMStructureVersion getStructureVersion(long structureVersionId)
                                        throws PortalException
Throws:
PortalException

getStructureVersions

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

getStructureVersionsCount

public int getStructureVersionsCount(long structureId)
                              throws PortalException
Throws:
PortalException

Liferay 7.0-ce-m3