Liferay 7.0-ce-m3

com.liferay.portlet.dynamicdatalists.service.impl
Class DDLRecordVersionLocalServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.dynamicdatalists.service.base.DDLRecordVersionLocalServiceBaseImpl
          extended by com.liferay.portlet.dynamicdatalists.service.impl.DDLRecordVersionLocalServiceImpl
All Implemented Interfaces:
IdentifiableBean, BaseLocalService, PersistedModelLocalService, DDLRecordVersionLocalService

public class DDLRecordVersionLocalServiceImpl
extends DDLRecordVersionLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.dynamicdatalists.service.base.DDLRecordVersionLocalServiceBaseImpl
counterLocalService, ddlRecordVersionLocalService, ddlRecordVersionPersistence, ddlRecordVersionService, persistedModelLocalServiceRegistry
 
Constructor Summary
DDLRecordVersionLocalServiceImpl()
           
 
Method Summary
 DDLRecordVersion getLatestRecordVersion(long recordId)
           
 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)
           
 
Methods inherited from class com.liferay.portlet.dynamicdatalists.service.base.DDLRecordVersionLocalServiceBaseImpl
addDDLRecordVersion, afterPropertiesSet, createDDLRecordVersion, deleteDDLRecordVersion, deleteDDLRecordVersion, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchDDLRecordVersion, getActionableDynamicQuery, getBeanIdentifier, getCounterLocalService, getDDLRecordVersion, getDDLRecordVersionLocalService, getDDLRecordVersionPersistence, getDDLRecordVersions, getDDLRecordVersionsCount, getDDLRecordVersionService, getModelClass, getModelClassName, getPersistedModel, initActionableDynamicQuery, runSQL, setBeanIdentifier, setCounterLocalService, setDDLRecordVersionLocalService, setDDLRecordVersionPersistence, setDDLRecordVersionService, updateDDLRecordVersion
 
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

DDLRecordVersionLocalServiceImpl

public DDLRecordVersionLocalServiceImpl()
Method Detail

getLatestRecordVersion

public DDLRecordVersion getLatestRecordVersion(long recordId)
                                        throws PortalException
Throws:
PortalException

getRecordVersion

public DDLRecordVersion getRecordVersion(long recordVersionId)
                                  throws PortalException
Throws:
PortalException

getRecordVersion

public DDLRecordVersion getRecordVersion(long recordId,
                                         String version)
                                  throws PortalException
Throws:
PortalException

getRecordVersions

public List<DDLRecordVersion> getRecordVersions(long recordId,
                                                int start,
                                                int end,
                                                OrderByComparator<DDLRecordVersion> orderByComparator)

getRecordVersionsCount

public int getRecordVersionsCount(long recordId)

Liferay 7.0-ce-m3