com.liferay.portlet.dynamicdatamapping.service.impl
Class DDMStructureLayoutLocalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.dynamicdatamapping.service.base.DDMStructureLayoutLocalServiceBaseImpl
com.liferay.portlet.dynamicdatamapping.service.impl.DDMStructureLayoutLocalServiceImpl
- All Implemented Interfaces:
- IdentifiableBean, BaseLocalService, PersistedModelLocalService, DDMStructureLayoutLocalService
@ProviderType
public class DDMStructureLayoutLocalServiceImpl
- extends DDMStructureLayoutLocalServiceBaseImpl
| Methods inherited from class com.liferay.portlet.dynamicdatamapping.service.base.DDMStructureLayoutLocalServiceBaseImpl |
addDDMStructureLayout, afterPropertiesSet, createDDMStructureLayout, deleteDDMStructureLayout, deleteDDMStructureLayout, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchDDMStructureLayout, fetchDDMStructureLayoutByUuidAndGroupId, getActionableDynamicQuery, getBeanIdentifier, getCounterLocalService, getDDMStructureLayout, getDDMStructureLayoutByUuidAndGroupId, getDDMStructureLayoutLocalService, getDDMStructureLayoutPersistence, getDDMStructureLayouts, getDDMStructureLayoutsByUuidAndCompanyId, getDDMStructureLayoutsByUuidAndCompanyId, getDDMStructureLayoutsCount, getExportActionableDynamicQuery, getModelClass, getModelClassName, getPersistedModel, getUserFinder, getUserLocalService, getUserPersistence, getUserService, initActionableDynamicQuery, runSQL, setBeanIdentifier, setCounterLocalService, setDDMStructureLayoutLocalService, setDDMStructureLayoutPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateDDMStructureLayout |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDMStructureLayoutLocalServiceImpl
public DDMStructureLayoutLocalServiceImpl()
addStructureLayout
public DDMStructureLayout addStructureLayout(long userId,
long groupId,
long structureVersionId,
DDMFormLayout ddmFormLayout,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException
deleteStructureLayout
@SystemEvent(type=1)
public void deleteStructureLayout(DDMStructureLayout structureLayout)
deleteStructureLayout
public void deleteStructureLayout(long structureLayoutId)
throws PortalException
- Throws:
PortalException
getStructureLayout
public DDMStructureLayout getStructureLayout(long structureLayoutId)
throws PortalException
- Throws:
PortalException
getStructureLayoutByStructureVersionId
public DDMStructureLayout getStructureLayoutByStructureVersionId(long structureVersionId)
throws PortalException
- Throws:
PortalException
updateStructureLayout
public DDMStructureLayout updateStructureLayout(long structureLayoutId,
DDMFormLayout ddmFormLayout,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException