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

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.service.base.DDMStorageLinkLocalServiceBaseImpl
      extended by com.liferay.portlet.dynamicdatamapping.service.impl.DDMStorageLinkLocalServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.bean.IdentifiableBean, com.liferay.portal.service.PersistedModelLocalService, com.liferay.portlet.dynamicdatamapping.service.DDMStorageLinkLocalService

public class DDMStorageLinkLocalServiceImpl
extends DDMStorageLinkLocalServiceBaseImpl

Author:
Brian Wing Shun Chan, Eduardo Lundgren

Field Summary
 
Fields inherited from class com.liferay.portlet.dynamicdatamapping.service.base.DDMStorageLinkLocalServiceBaseImpl
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
DDMStorageLinkLocalServiceImpl()
           
 
Method Summary
 com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink addStorageLink(long classNameId, long classPK, long structureId, com.liferay.portal.service.ServiceContext serviceContext)
           
 void deleteClassStorageLink(long classPK)
           
 void deleteStorageLink(com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink storageLink)
           
 void deleteStorageLink(long storageLinkId)
           
 void deleteStructureStorageLinks(long structureId)
           
 com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink getClassStorageLink(long classPK)
           
 com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink getStorageLink(long storageLinkId)
           
 java.util.List<com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink> getStructureStorageLinks(long structureId)
           
 com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink updateStorageLink(long storageLinkId, long classNameId, long classPK)
           
 
Methods inherited from class com.liferay.portlet.dynamicdatamapping.service.base.DDMStorageLinkLocalServiceBaseImpl
addDDMStorageLink, afterPropertiesSet, createDDMStorageLink, deleteDDMStorageLink, deleteDDMStorageLink, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, fetchDDMStorageLink, getBeanIdentifier, getCounterLocalService, getDDMContentLocalService, getDDMContentPersistence, getDDMStorageLink, getDDMStorageLinkLocalService, getDDMStorageLinkPersistence, getDDMStorageLinks, getDDMStorageLinksCount, getDDMStructureFinder, getDDMStructureLinkLocalService, getDDMStructureLinkPersistence, 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, updateDDMStorageLink, updateDDMStorageLink
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDMStorageLinkLocalServiceImpl

public DDMStorageLinkLocalServiceImpl()
Method Detail

addStorageLink

public com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink addStorageLink(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

deleteClassStorageLink

public void deleteClassStorageLink(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

deleteStorageLink

public void deleteStorageLink(com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink storageLink)
                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteStorageLink

public void deleteStorageLink(long storageLinkId)
                       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

deleteStructureStorageLinks

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

getClassStorageLink

public com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink getClassStorageLink(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

getStorageLink

public com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink getStorageLink(long storageLinkId)
                                                                           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

getStructureStorageLinks

public java.util.List<com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink> getStructureStorageLinks(long structureId)
                                                                                                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

updateStorageLink

public com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink updateStorageLink(long storageLinkId,
                                                                                     long classNameId,
                                                                                     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