Liferay 7.0-ce-m3

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

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.dynamicdatamapping.service.base.DDMStructureVersionLocalServiceBaseImpl
          extended by com.liferay.portlet.dynamicdatamapping.service.impl.DDMStructureVersionLocalServiceImpl
All Implemented Interfaces:
IdentifiableBean, BaseLocalService, PersistedModelLocalService, DDMStructureVersionLocalService

@ProviderType
public class DDMStructureVersionLocalServiceImpl
extends DDMStructureVersionLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.dynamicdatamapping.service.base.DDMStructureVersionLocalServiceBaseImpl
counterLocalService, ddmStructureVersionLocalService, ddmStructureVersionPersistence, ddmStructureVersionService, persistedModelLocalServiceRegistry
 
Constructor Summary
DDMStructureVersionLocalServiceImpl()
           
 
Method Summary
 DDMStructureVersion getLatestStructureVersion(long structureId)
           
 DDMStructureVersion getStructureVersion(long structureVersionId)
           
 DDMStructureVersion getStructureVersion(long structureId, String version)
           
 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.DDMStructureVersionLocalServiceBaseImpl
addDDMStructureVersion, afterPropertiesSet, createDDMStructureVersion, deleteDDMStructureVersion, deleteDDMStructureVersion, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchDDMStructureVersion, getActionableDynamicQuery, getBeanIdentifier, getCounterLocalService, getDDMStructureVersion, getDDMStructureVersionLocalService, getDDMStructureVersionPersistence, getDDMStructureVersions, getDDMStructureVersionsCount, getDDMStructureVersionService, getModelClass, getModelClassName, getPersistedModel, initActionableDynamicQuery, runSQL, setBeanIdentifier, setCounterLocalService, setDDMStructureVersionLocalService, setDDMStructureVersionPersistence, setDDMStructureVersionService, updateDDMStructureVersion
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDMStructureVersionLocalServiceImpl

public DDMStructureVersionLocalServiceImpl()
Method Detail

getLatestStructureVersion

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

getStructureVersion

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

getStructureVersion

public DDMStructureVersion getStructureVersion(long structureId,
                                               String version)
                                        throws PortalException
Throws:
PortalException

getStructureVersions

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

getStructureVersionsCount

public int getStructureVersionsCount(long structureId)

Liferay 7.0-ce-m3