Liferay 6.2-ce-ga5

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

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

public class DDMStorageLinkLocalServiceImpl
extends DDMStorageLinkLocalServiceBaseImpl


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, resourceLocalService, userFinder, userLocalService, userPersistence, userService
 
Fields inherited from class com.liferay.portal.service.BaseLocalServiceImpl
layoutPersistence
 
Constructor Summary
DDMStorageLinkLocalServiceImpl()
           
 
Method Summary
 DDMStorageLink addStorageLink(long classNameId, long classPK, long structureId, ServiceContext serviceContext)
           
 void deleteClassStorageLink(long classPK)
           
 void deleteStorageLink(DDMStorageLink storageLink)
           
 void deleteStorageLink(long storageLinkId)
           
 void deleteStructureStorageLinks(long structureId)
           
 DDMStorageLink getClassStorageLink(long classPK)
           
 DDMStorageLink getStorageLink(long storageLinkId)
           
 List<DDMStorageLink> getStructureStorageLinks(long structureId)
           
 int getStructureStorageLinksCount(long structureId)
           
 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, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchDDMStorageLink, getBeanIdentifier, getCounterLocalService, getDDMContentLocalService, getDDMContentPersistence, getDDMStorageLink, getDDMStorageLinkLocalService, getDDMStorageLinkPersistence, getDDMStorageLinks, getDDMStorageLinksCount, getDDMStructureFinder, getDDMStructureLinkLocalService, getDDMStructureLinkPersistence, getDDMStructureLocalService, getDDMStructurePersistence, getDDMStructureService, getDDMTemplateFinder, getDDMTemplateLocalService, getDDMTemplatePersistence, getDDMTemplateService, getModelClass, getModelClassName, getPersistedModel, getResourceLocalService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setDDMContentLocalService, setDDMContentPersistence, setDDMStorageLinkLocalService, setDDMStorageLinkPersistence, setDDMStructureFinder, setDDMStructureLinkLocalService, setDDMStructureLinkPersistence, setDDMStructureLocalService, setDDMStructurePersistence, setDDMStructureService, setDDMTemplateFinder, setDDMTemplateLocalService, setDDMTemplatePersistence, setDDMTemplateService, setResourceLocalService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateDDMStorageLink
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader, getLayoutURL, getLayoutURL
 
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 DDMStorageLink addStorageLink(long classNameId,
                                     long classPK,
                                     long structureId,
                                     ServiceContext serviceContext)
                              throws SystemException
Throws:
SystemException

deleteClassStorageLink

public void deleteClassStorageLink(long classPK)
                            throws PortalException,
                                   SystemException
Throws:
PortalException
SystemException

deleteStorageLink

public void deleteStorageLink(DDMStorageLink storageLink)
                       throws SystemException
Throws:
SystemException

deleteStorageLink

public void deleteStorageLink(long storageLinkId)
                       throws PortalException,
                              SystemException
Throws:
PortalException
SystemException

deleteStructureStorageLinks

public void deleteStructureStorageLinks(long structureId)
                                 throws SystemException
Throws:
SystemException

getClassStorageLink

public DDMStorageLink getClassStorageLink(long classPK)
                                   throws PortalException,
                                          SystemException
Throws:
PortalException
SystemException

getStorageLink

public DDMStorageLink getStorageLink(long storageLinkId)
                              throws PortalException,
                                     SystemException
Throws:
PortalException
SystemException

getStructureStorageLinks

public List<DDMStorageLink> getStructureStorageLinks(long structureId)
                                              throws SystemException
Throws:
SystemException

getStructureStorageLinksCount

public int getStructureStorageLinksCount(long structureId)
                                  throws SystemException
Throws:
SystemException

updateStorageLink

public DDMStorageLink updateStorageLink(long storageLinkId,
                                        long classNameId,
                                        long classPK)
                                 throws PortalException,
                                        SystemException
Throws:
PortalException
SystemException

Liferay 6.2-ce-ga5