com.liferay.portlet.dynamicdatamapping.service.impl
Class DDMStorageLinkLocalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.dynamicdatamapping.service.base.DDMStorageLinkLocalServiceBaseImpl
com.liferay.portlet.dynamicdatamapping.service.impl.DDMStorageLinkLocalServiceImpl
- All Implemented Interfaces:
- IdentifiableBean, BaseLocalService, PersistedModelLocalService, DDMStorageLinkLocalService
public class DDMStorageLinkLocalServiceImpl
- extends DDMStorageLinkLocalServiceBaseImpl
| Methods inherited from class com.liferay.portlet.dynamicdatamapping.service.base.DDMStorageLinkLocalServiceBaseImpl |
addDDMStorageLink, afterPropertiesSet, createDDMStorageLink, deleteDDMStorageLink, deleteDDMStorageLink, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchDDMStorageLink, getActionableDynamicQuery, getBeanIdentifier, getCounterLocalService, getDDMStorageLink, getDDMStorageLinkLocalService, getDDMStorageLinkPersistence, getDDMStorageLinks, getDDMStorageLinksCount, getModelClass, getModelClassName, getPersistedModel, initActionableDynamicQuery, runSQL, setBeanIdentifier, setCounterLocalService, setDDMStorageLinkLocalService, setDDMStorageLinkPersistence, updateDDMStorageLink |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDMStorageLinkLocalServiceImpl
public DDMStorageLinkLocalServiceImpl()
addStorageLink
public DDMStorageLink addStorageLink(long classNameId,
long classPK,
long structureId,
ServiceContext serviceContext)
deleteClassStorageLink
public void deleteClassStorageLink(long classPK)
throws PortalException
- Throws:
PortalException
deleteStorageLink
public void deleteStorageLink(DDMStorageLink storageLink)
deleteStorageLink
public void deleteStorageLink(long storageLinkId)
throws PortalException
- Throws:
PortalException
deleteStructureStorageLinks
public void deleteStructureStorageLinks(long structureId)
getClassStorageLink
public DDMStorageLink getClassStorageLink(long classPK)
throws PortalException
- Throws:
PortalException
getStorageLink
public DDMStorageLink getStorageLink(long storageLinkId)
throws PortalException
- Throws:
PortalException
getStructureStorageLinks
public List<DDMStorageLink> getStructureStorageLinks(long structureId)
getStructureStorageLinksCount
public int getStructureStorageLinksCount(long structureId)
updateStorageLink
public DDMStorageLink updateStorageLink(long storageLinkId,
long classNameId,
long classPK)
throws PortalException
- Throws:
PortalException