com.liferay.portlet.dynamicdatalists.service.impl
Class DDLRecordVersionServiceImpl
java.lang.Object
com.liferay.portal.service.BaseServiceImpl
com.liferay.portlet.dynamicdatalists.service.base.DDLRecordVersionServiceBaseImpl
com.liferay.portlet.dynamicdatalists.service.impl.DDLRecordVersionServiceImpl
- All Implemented Interfaces:
- IdentifiableBean, BaseService, DDLRecordVersionService
public class DDLRecordVersionServiceImpl
- extends DDLRecordVersionServiceBaseImpl
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDLRecordVersionServiceImpl
public DDLRecordVersionServiceImpl()
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