Liferay 7.0-ce-m3

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

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portlet.dynamicdatalists.service.base.DDLRecordVersionServiceBaseImpl
          extended by com.liferay.portlet.dynamicdatalists.service.impl.DDLRecordVersionServiceImpl
All Implemented Interfaces:
IdentifiableBean, BaseService, DDLRecordVersionService

public class DDLRecordVersionServiceImpl
extends DDLRecordVersionServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.dynamicdatalists.service.base.DDLRecordVersionServiceBaseImpl
counterLocalService, ddlRecordVersionLocalService, ddlRecordVersionPersistence, ddlRecordVersionService
 
Fields inherited from class com.liferay.portal.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
DDLRecordVersionServiceImpl()
           
 
Method Summary
 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.DDLRecordVersionServiceBaseImpl
afterPropertiesSet, destroy, getBeanIdentifier, getCounterLocalService, getDDLRecordVersionLocalService, getDDLRecordVersionPersistence, getDDLRecordVersionService, getModelClass, getModelClassName, runSQL, setBeanIdentifier, setCounterLocalService, setDDLRecordVersionLocalService, setDDLRecordVersionPersistence, setDDLRecordVersionService
 
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

DDLRecordVersionServiceImpl

public DDLRecordVersionServiceImpl()
Method Detail

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)
                                         throws PortalException
Throws:
PortalException

getRecordVersionsCount

public int getRecordVersionsCount(long recordId)
                           throws PortalException
Throws:
PortalException

Liferay 7.0-ce-m3