Liferay 7.0-ce-m6

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

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.dynamicdatamapping.service.base.DDMStructureLayoutLocalServiceBaseImpl
          extended by com.liferay.portlet.dynamicdatamapping.service.impl.DDMStructureLayoutLocalServiceImpl
All Implemented Interfaces:
IdentifiableBean, BaseLocalService, PersistedModelLocalService, DDMStructureLayoutLocalService

@ProviderType
public class DDMStructureLayoutLocalServiceImpl
extends DDMStructureLayoutLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.dynamicdatamapping.service.base.DDMStructureLayoutLocalServiceBaseImpl
counterLocalService, ddmStructureLayoutLocalService, ddmStructureLayoutPersistence, persistedModelLocalServiceRegistry, userFinder, userLocalService, userPersistence, userService
 
Constructor Summary
DDMStructureLayoutLocalServiceImpl()
           
 
Method Summary
 DDMStructureLayout addStructureLayout(long userId, long groupId, long structureVersionId, DDMFormLayout ddmFormLayout, ServiceContext serviceContext)
           
 void deleteStructureLayout(DDMStructureLayout structureLayout)
           
 void deleteStructureLayout(long structureLayoutId)
           
 DDMStructureLayout getStructureLayout(long structureLayoutId)
           
 DDMStructureLayout getStructureLayoutByStructureVersionId(long structureVersionId)
           
 DDMStructureLayout updateStructureLayout(long structureLayoutId, DDMFormLayout ddmFormLayout, ServiceContext serviceContext)
           
 
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 com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDMStructureLayoutLocalServiceImpl

public DDMStructureLayoutLocalServiceImpl()
Method Detail

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

Liferay 7.0-ce-m6