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

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.service.base.DDMStructureLinkLocalServiceBaseImpl
      extended by com.liferay.portlet.dynamicdatamapping.service.impl.DDMStructureLinkLocalServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.bean.IdentifiableBean, com.liferay.portal.service.PersistedModelLocalService, com.liferay.portlet.dynamicdatamapping.service.DDMStructureLinkLocalService

public class DDMStructureLinkLocalServiceImpl
extends DDMStructureLinkLocalServiceBaseImpl

Author:
Brian Wing Shun Chan, Bruno Basto

Field Summary
 
Fields inherited from class com.liferay.portlet.dynamicdatamapping.service.base.DDMStructureLinkLocalServiceBaseImpl
counterLocalService, ddmContentLocalService, ddmContentPersistence, ddmStorageLinkLocalService, ddmStorageLinkPersistence, ddmStructureFinder, ddmStructureLinkLocalService, ddmStructureLinkPersistence, ddmStructureLocalService, ddmStructurePersistence, ddmStructureService, ddmTemplateFinder, ddmTemplateLocalService, ddmTemplatePersistence, ddmTemplateService, persistedModelLocalServiceRegistry, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService
 
Constructor Summary
DDMStructureLinkLocalServiceImpl()
           
 
Method Summary
 com.liferay.portlet.dynamicdatamapping.model.DDMStructureLink addStructureLink(long classNameId, long classPK, long structureId, com.liferay.portal.service.ServiceContext serviceContext)
           
 void deleteClassStructureLink(long classPK)
           
 void deleteStructureLink(com.liferay.portlet.dynamicdatamapping.model.DDMStructureLink structureLink)
           
 void deleteStructureLink(long structureLinkId)
           
 void deleteStructureStructureLinks(long structureId)
           
 com.liferay.portlet.dynamicdatamapping.model.DDMStructureLink getClassStructureLink(long classPK)
           
 java.util.List<com.liferay.portlet.dynamicdatamapping.model.DDMStructureLink> getClassStructureLinks(long classNameId)
           
 com.liferay.portlet.dynamicdatamapping.model.DDMStructureLink getStructureLink(long structureLinkId)
           
 java.util.List<com.liferay.portlet.dynamicdatamapping.model.DDMStructureLink> getStructureLinks(long structureId, int start, int end)
           
 com.liferay.portlet.dynamicdatamapping.model.DDMStructureLink updateStructureLink(long structureLinkId, long classNameId, long classPK, long structureId)
           
 
Methods inherited from class com.liferay.portlet.dynamicdatamapping.service.base.DDMStructureLinkLocalServiceBaseImpl
addDDMStructureLink, afterPropertiesSet, createDDMStructureLink, deleteDDMStructureLink, deleteDDMStructureLink, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, fetchDDMStructureLink, getBeanIdentifier, getCounterLocalService, getDDMContentLocalService, getDDMContentPersistence, getDDMStorageLinkLocalService, getDDMStorageLinkPersistence, getDDMStructureFinder, getDDMStructureLink, getDDMStructureLinkLocalService, getDDMStructureLinkPersistence, getDDMStructureLinks, getDDMStructureLinksCount, getDDMStructureLocalService, getDDMStructurePersistence, getDDMStructureService, getDDMTemplateFinder, getDDMTemplateLocalService, getDDMTemplatePersistence, getDDMTemplateService, getModelClass, getModelClassName, getPersistedModel, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setDDMContentLocalService, setDDMContentPersistence, setDDMStorageLinkLocalService, setDDMStorageLinkPersistence, setDDMStructureFinder, setDDMStructureLinkLocalService, setDDMStructureLinkPersistence, setDDMStructureLocalService, setDDMStructurePersistence, setDDMStructureService, setDDMTemplateFinder, setDDMTemplateLocalService, setDDMTemplatePersistence, setDDMTemplateService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateDDMStructureLink, updateDDMStructureLink
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDMStructureLinkLocalServiceImpl

public DDMStructureLinkLocalServiceImpl()
Method Detail

addStructureLink

public com.liferay.portlet.dynamicdatamapping.model.DDMStructureLink addStructureLink(long classNameId,
                                                                                      long classPK,
                                                                                      long structureId,
                                                                                      com.liferay.portal.service.ServiceContext serviceContext)
                                                                               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteClassStructureLink

public void deleteClassStructureLink(long classPK)
                              throws com.liferay.portal.kernel.exception.PortalException,
                                     com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteStructureLink

public void deleteStructureLink(com.liferay.portlet.dynamicdatamapping.model.DDMStructureLink structureLink)
                         throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteStructureLink

public void deleteStructureLink(long structureLinkId)
                         throws com.liferay.portal.kernel.exception.PortalException,
                                com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteStructureStructureLinks

public void deleteStructureStructureLinks(long structureId)
                                   throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getClassStructureLink

public com.liferay.portlet.dynamicdatamapping.model.DDMStructureLink getClassStructureLink(long classPK)
                                                                                    throws com.liferay.portal.kernel.exception.PortalException,
                                                                                           com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getClassStructureLinks

public java.util.List<com.liferay.portlet.dynamicdatamapping.model.DDMStructureLink> getClassStructureLinks(long classNameId)
                                                                                                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getStructureLink

public com.liferay.portlet.dynamicdatamapping.model.DDMStructureLink getStructureLink(long structureLinkId)
                                                                               throws com.liferay.portal.kernel.exception.PortalException,
                                                                                      com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getStructureLinks

public java.util.List<com.liferay.portlet.dynamicdatamapping.model.DDMStructureLink> getStructureLinks(long structureId,
                                                                                                       int start,
                                                                                                       int end)
                                                                                                throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

updateStructureLink

public com.liferay.portlet.dynamicdatamapping.model.DDMStructureLink updateStructureLink(long structureLinkId,
                                                                                         long classNameId,
                                                                                         long classPK,
                                                                                         long structureId)
                                                                                  throws com.liferay.portal.kernel.exception.PortalException,
                                                                                         com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException