com.liferay.portlet.dynamicdatalists.service.impl
Class DDLRecordVersionLocalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.dynamicdatalists.service.base.DDLRecordVersionLocalServiceBaseImpl
com.liferay.portlet.dynamicdatalists.service.impl.DDLRecordVersionLocalServiceImpl
- All Implemented Interfaces:
- IdentifiableBean, BaseLocalService, PersistedModelLocalService, DDLRecordVersionLocalService
public class DDLRecordVersionLocalServiceImpl
- extends DDLRecordVersionLocalServiceBaseImpl
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDLRecordVersionLocalServiceImpl
public DDLRecordVersionLocalServiceImpl()
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)