Liferay 7.0-ce-m6

com.liferay.portlet.dynamicdatamapping.service.impl
Class DDMTemplateVersionServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portlet.dynamicdatamapping.service.base.DDMTemplateVersionServiceBaseImpl
          extended by com.liferay.portlet.dynamicdatamapping.service.impl.DDMTemplateVersionServiceImpl
All Implemented Interfaces:
IdentifiableBean, BaseService, DDMTemplateVersionService

@ProviderType
public class DDMTemplateVersionServiceImpl
extends DDMTemplateVersionServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.dynamicdatamapping.service.base.DDMTemplateVersionServiceBaseImpl
counterLocalService, ddmTemplateVersionLocalService, ddmTemplateVersionPersistence, ddmTemplateVersionService
 
Fields inherited from class com.liferay.portal.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
DDMTemplateVersionServiceImpl()
           
 
Method Summary
 DDMTemplateVersion getLatestTemplateVersion(long templateId)
           
 DDMTemplateVersion getTemplateVersion(long templateVersionId)
           
 List<DDMTemplateVersion> getTemplateVersions(long templateId, int start, int end, OrderByComparator<DDMTemplateVersion> orderByComparator)
           
 int getTemplateVersionsCount(long templateId)
           
 
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 com.liferay.portal.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDMTemplateVersionServiceImpl

public DDMTemplateVersionServiceImpl()
Method Detail

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

Liferay 7.0-ce-m6