com.liferay.portlet.dynamicdatamapping.service.impl
Class DDMStructureVersionServiceImpl
java.lang.Object
com.liferay.portal.service.BaseServiceImpl
com.liferay.portlet.dynamicdatamapping.service.base.DDMStructureVersionServiceBaseImpl
com.liferay.portlet.dynamicdatamapping.service.impl.DDMStructureVersionServiceImpl
- All Implemented Interfaces:
- IdentifiableBean, BaseService, DDMStructureVersionService
@ProviderType
public class DDMStructureVersionServiceImpl
- extends DDMStructureVersionServiceBaseImpl
| Methods inherited from class com.liferay.portlet.dynamicdatamapping.service.base.DDMStructureVersionServiceBaseImpl |
afterPropertiesSet, destroy, getBeanIdentifier, getCounterLocalService, getDDMStructureVersionLocalService, getDDMStructureVersionPersistence, getDDMStructureVersionService, getModelClass, getModelClassName, runSQL, setBeanIdentifier, setCounterLocalService, setDDMStructureVersionLocalService, setDDMStructureVersionPersistence, setDDMStructureVersionService |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDMStructureVersionServiceImpl
public DDMStructureVersionServiceImpl()
getLatestStructureVersion
public DDMStructureVersion getLatestStructureVersion(long structureId)
throws PortalException
- Throws:
PortalException
getStructureVersion
public DDMStructureVersion getStructureVersion(long structureVersionId)
throws PortalException
- Throws:
PortalException
getStructureVersions
public List<DDMStructureVersion> getStructureVersions(long structureId,
int start,
int end,
OrderByComparator<DDMStructureVersion> orderByComparator)
throws PortalException
- Throws:
PortalException
getStructureVersionsCount
public int getStructureVersionsCount(long structureId)
throws PortalException
- Throws:
PortalException