com.liferay.portlet.dynamicdatamapping.service.impl
Class DDMStructureVersionLocalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.dynamicdatamapping.service.base.DDMStructureVersionLocalServiceBaseImpl
com.liferay.portlet.dynamicdatamapping.service.impl.DDMStructureVersionLocalServiceImpl
- All Implemented Interfaces:
- IdentifiableBean, BaseLocalService, PersistedModelLocalService, DDMStructureVersionLocalService
@ProviderType
public class DDMStructureVersionLocalServiceImpl
- extends DDMStructureVersionLocalServiceBaseImpl
| Methods inherited from class com.liferay.portlet.dynamicdatamapping.service.base.DDMStructureVersionLocalServiceBaseImpl |
addDDMStructureVersion, afterPropertiesSet, createDDMStructureVersion, deleteDDMStructureVersion, deleteDDMStructureVersion, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchDDMStructureVersion, getActionableDynamicQuery, getBeanIdentifier, getCounterLocalService, getDDMStructureVersion, getDDMStructureVersionLocalService, getDDMStructureVersionPersistence, getDDMStructureVersions, getDDMStructureVersionsCount, getDDMStructureVersionService, getModelClass, getModelClassName, getPersistedModel, initActionableDynamicQuery, runSQL, setBeanIdentifier, setCounterLocalService, setDDMStructureVersionLocalService, setDDMStructureVersionPersistence, setDDMStructureVersionService, updateDDMStructureVersion |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDMStructureVersionLocalServiceImpl
public DDMStructureVersionLocalServiceImpl()
getLatestStructureVersion
public DDMStructureVersion getLatestStructureVersion(long structureId)
throws PortalException
- Throws:
PortalException
getStructureVersion
public DDMStructureVersion getStructureVersion(long structureVersionId)
throws PortalException
- Throws:
PortalException
getStructureVersion
public DDMStructureVersion getStructureVersion(long structureId,
String version)
throws PortalException
- Throws:
PortalException
getStructureVersions
public List<DDMStructureVersion> getStructureVersions(long structureId,
int start,
int end,
OrderByComparator<DDMStructureVersion> orderByComparator)
getStructureVersionsCount
public int getStructureVersionsCount(long structureId)