Liferay 7.0-ce-m6

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

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.dynamicdatamapping.service.base.DDMTemplateLinkLocalServiceBaseImpl
          extended by com.liferay.portlet.dynamicdatamapping.service.impl.DDMTemplateLinkLocalServiceImpl
All Implemented Interfaces:
IdentifiableBean, BaseLocalService, PersistedModelLocalService, DDMTemplateLinkLocalService

public class DDMTemplateLinkLocalServiceImpl
extends DDMTemplateLinkLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.dynamicdatamapping.service.base.DDMTemplateLinkLocalServiceBaseImpl
counterLocalService, ddmTemplateLinkLocalService, ddmTemplateLinkPersistence, persistedModelLocalServiceRegistry
 
Constructor Summary
DDMTemplateLinkLocalServiceImpl()
           
 
Method Summary
 DDMTemplateLink addTemplateLink(long classNameId, long classPK, long templateId)
           
 DDMTemplateLink deleteTemplateLink(DDMTemplateLink templateLink)
           
 DDMTemplateLink deleteTemplateLink(long templateLinkId)
           
 DDMTemplateLink deleteTemplateLink(long classNameId, long classPK)
           
 DDMTemplateLink getTemplateLink(long templateLinkId)
           
 DDMTemplateLink getTemplateLink(long classNameId, long classPK)
           
 List<DDMTemplateLink> getTemplateLinks(long classNameId)
           
 DDMTemplateLink updateTemplateLink(long templateLinkId, long templateId)
           
 DDMTemplateLink updateTemplateLink(long classNameId, long classPK, long templateId)
           
 
Methods inherited from class com.liferay.portlet.dynamicdatamapping.service.base.DDMTemplateLinkLocalServiceBaseImpl
addDDMTemplateLink, afterPropertiesSet, createDDMTemplateLink, deleteDDMTemplateLink, deleteDDMTemplateLink, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchDDMTemplateLink, getActionableDynamicQuery, getBeanIdentifier, getCounterLocalService, getDDMTemplateLink, getDDMTemplateLinkLocalService, getDDMTemplateLinkPersistence, getDDMTemplateLinks, getDDMTemplateLinksCount, getModelClass, getModelClassName, getPersistedModel, initActionableDynamicQuery, runSQL, setBeanIdentifier, setCounterLocalService, setDDMTemplateLinkLocalService, setDDMTemplateLinkPersistence, updateDDMTemplateLink
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDMTemplateLinkLocalServiceImpl

public DDMTemplateLinkLocalServiceImpl()
Method Detail

addTemplateLink

public DDMTemplateLink addTemplateLink(long classNameId,
                                       long classPK,
                                       long templateId)

deleteTemplateLink

public DDMTemplateLink deleteTemplateLink(DDMTemplateLink templateLink)

deleteTemplateLink

public DDMTemplateLink deleteTemplateLink(long templateLinkId)
                                   throws PortalException
Throws:
PortalException

deleteTemplateLink

public DDMTemplateLink deleteTemplateLink(long classNameId,
                                          long classPK)

getTemplateLink

public DDMTemplateLink getTemplateLink(long templateLinkId)
                                throws PortalException
Throws:
PortalException

getTemplateLink

public DDMTemplateLink getTemplateLink(long classNameId,
                                       long classPK)
                                throws PortalException
Throws:
PortalException

getTemplateLinks

public List<DDMTemplateLink> getTemplateLinks(long classNameId)

updateTemplateLink

public DDMTemplateLink updateTemplateLink(long templateLinkId,
                                          long templateId)
                                   throws PortalException
Throws:
PortalException

updateTemplateLink

public DDMTemplateLink updateTemplateLink(long classNameId,
                                          long classPK,
                                          long templateId)

Liferay 7.0-ce-m6