com.liferay.portlet.dynamicdatamapping.service.impl
Class DDMTemplateVersionServiceImpl
java.lang.Object
com.liferay.portal.service.BaseServiceImpl
com.liferay.portlet.dynamicdatamapping.service.base.DDMTemplateVersionServiceBaseImpl
com.liferay.portlet.dynamicdatamapping.service.impl.DDMTemplateVersionServiceImpl
- All Implemented Interfaces:
- IdentifiableBean, BaseService, DDMTemplateVersionService
@ProviderType
public class DDMTemplateVersionServiceImpl
- extends DDMTemplateVersionServiceBaseImpl
| Methods inherited from class com.liferay.portlet.dynamicdatamapping.service.base.DDMTemplateVersionServiceBaseImpl |
afterPropertiesSet, destroy, getBeanIdentifier, getCounterLocalService, getDDMTemplateVersionLocalService, getDDMTemplateVersionPersistence, getDDMTemplateVersionService, getModelClass, getModelClassName, runSQL, setBeanIdentifier, setCounterLocalService, setDDMTemplateVersionLocalService, setDDMTemplateVersionPersistence, setDDMTemplateVersionService |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDMTemplateVersionServiceImpl
public DDMTemplateVersionServiceImpl()
getLatestTemplateVersion
public DDMTemplateVersion getLatestTemplateVersion(long templateId)
throws PortalException
- Throws:
PortalException
getTemplateVersion
public DDMTemplateVersion getTemplateVersion(long templateVersionId)
throws PortalException
- Throws:
PortalException
getTemplateVersions
public List<DDMTemplateVersion> getTemplateVersions(long templateId,
int start,
int end,
OrderByComparator<DDMTemplateVersion> orderByComparator)
throws PortalException
- Throws:
PortalException
getTemplateVersionsCount
public int getTemplateVersionsCount(long templateId)
throws PortalException
- Throws:
PortalException