Liferay 7.0-ce-m6

Uses of Interface
com.liferay.portlet.dynamicdatamapping.model.DDMStructureLayout

Packages that use DDMStructureLayout
com.liferay.portlet.dynamicdatamapping.model   
com.liferay.portlet.dynamicdatamapping.service   
com.liferay.portlet.dynamicdatamapping.service.persistence   
com.liferay.portlet.dynamicdatamapping.util.test   
 

Uses of DDMStructureLayout in com.liferay.portlet.dynamicdatamapping.model
 

Classes in com.liferay.portlet.dynamicdatamapping.model that implement DDMStructureLayout
 class DDMStructureLayoutWrapper
           This class is a wrapper for DDMStructureLayout.
 

Methods in com.liferay.portlet.dynamicdatamapping.model that return DDMStructureLayout
 DDMStructureLayout DDMStructureLayoutWrapper.getWrappedDDMStructureLayout()
          Deprecated. As of 6.1.0, replaced by DDMStructureLayoutWrapper.getWrappedModel()
 DDMStructureLayout DDMStructureLayoutWrapper.getWrappedModel()
           
 DDMStructureLayout DDMStructureLayoutWrapper.toEscapedModel()
           
 DDMStructureLayout DDMStructureLayoutModel.toEscapedModel()
           
 DDMStructureLayout DDMStructureLayoutWrapper.toUnescapedModel()
           
 DDMStructureLayout DDMStructureLayoutModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.model that return types with arguments of type DDMStructureLayout
 CacheModel<DDMStructureLayout> DDMStructureLayoutWrapper.toCacheModel()
           
 CacheModel<DDMStructureLayout> DDMStructureLayoutModel.toCacheModel()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.model with parameters of type DDMStructureLayout
 int DDMStructureLayoutWrapper.compareTo(DDMStructureLayout ddmStructureLayout)
           
 int DDMStructureLayoutModel.compareTo(DDMStructureLayout ddmStructureLayout)
           
static DDMStructureLayoutSoap DDMStructureLayoutSoap.toSoapModel(DDMStructureLayout model)
           
static DDMStructureLayoutSoap[] DDMStructureLayoutSoap.toSoapModels(DDMStructureLayout[] models)
           
static DDMStructureLayoutSoap[][] DDMStructureLayoutSoap.toSoapModels(DDMStructureLayout[][] models)
           
 

Method parameters in com.liferay.portlet.dynamicdatamapping.model with type arguments of type DDMStructureLayout
static DDMStructureLayoutSoap[] DDMStructureLayoutSoap.toSoapModels(List<DDMStructureLayout> models)
           
 

Constructors in com.liferay.portlet.dynamicdatamapping.model with parameters of type DDMStructureLayout
DDMStructureLayoutWrapper(DDMStructureLayout ddmStructureLayout)
           
 

Uses of DDMStructureLayout in com.liferay.portlet.dynamicdatamapping.service
 

Methods in com.liferay.portlet.dynamicdatamapping.service that return DDMStructureLayout
static DDMStructureLayout DDMStructureLayoutLocalServiceUtil.addDDMStructureLayout(DDMStructureLayout ddmStructureLayout)
          Adds the d d m structure layout to the database.
 DDMStructureLayout DDMStructureLayoutLocalServiceWrapper.addDDMStructureLayout(DDMStructureLayout ddmStructureLayout)
          Adds the d d m structure layout to the database.
 DDMStructureLayout DDMStructureLayoutLocalService.addDDMStructureLayout(DDMStructureLayout ddmStructureLayout)
          Adds the d d m structure layout to the database.
static DDMStructureLayout DDMStructureLayoutLocalServiceUtil.addStructureLayout(long userId, long groupId, long structureVersionId, DDMFormLayout ddmFormLayout, ServiceContext serviceContext)
           
 DDMStructureLayout DDMStructureLayoutLocalServiceWrapper.addStructureLayout(long userId, long groupId, long structureVersionId, DDMFormLayout ddmFormLayout, ServiceContext serviceContext)
           
 DDMStructureLayout DDMStructureLayoutLocalService.addStructureLayout(long userId, long groupId, long structureVersionId, DDMFormLayout ddmFormLayout, ServiceContext serviceContext)
           
static DDMStructureLayout DDMStructureLayoutLocalServiceUtil.createDDMStructureLayout(long structureLayoutId)
          Creates a new d d m structure layout with the primary key.
 DDMStructureLayout DDMStructureLayoutLocalServiceWrapper.createDDMStructureLayout(long structureLayoutId)
          Creates a new d d m structure layout with the primary key.
 DDMStructureLayout DDMStructureLayoutLocalService.createDDMStructureLayout(long structureLayoutId)
          Creates a new d d m structure layout with the primary key.
static DDMStructureLayout DDMStructureLayoutLocalServiceUtil.deleteDDMStructureLayout(DDMStructureLayout ddmStructureLayout)
          Deletes the d d m structure layout from the database.
 DDMStructureLayout DDMStructureLayoutLocalServiceWrapper.deleteDDMStructureLayout(DDMStructureLayout ddmStructureLayout)
          Deletes the d d m structure layout from the database.
 DDMStructureLayout DDMStructureLayoutLocalService.deleteDDMStructureLayout(DDMStructureLayout ddmStructureLayout)
          Deletes the d d m structure layout from the database.
static DDMStructureLayout DDMStructureLayoutLocalServiceUtil.deleteDDMStructureLayout(long structureLayoutId)
          Deletes the d d m structure layout with the primary key from the database.
 DDMStructureLayout DDMStructureLayoutLocalServiceWrapper.deleteDDMStructureLayout(long structureLayoutId)
          Deletes the d d m structure layout with the primary key from the database.
 DDMStructureLayout DDMStructureLayoutLocalService.deleteDDMStructureLayout(long structureLayoutId)
          Deletes the d d m structure layout with the primary key from the database.
static DDMStructureLayout DDMStructureLayoutLocalServiceUtil.fetchDDMStructureLayout(long structureLayoutId)
           
 DDMStructureLayout DDMStructureLayoutLocalServiceWrapper.fetchDDMStructureLayout(long structureLayoutId)
           
 DDMStructureLayout DDMStructureLayoutLocalService.fetchDDMStructureLayout(long structureLayoutId)
           
static DDMStructureLayout DDMStructureLayoutLocalServiceUtil.fetchDDMStructureLayoutByUuidAndGroupId(String uuid, long groupId)
          Returns the d d m structure layout matching the UUID and group.
 DDMStructureLayout DDMStructureLayoutLocalServiceWrapper.fetchDDMStructureLayoutByUuidAndGroupId(String uuid, long groupId)
          Returns the d d m structure layout matching the UUID and group.
 DDMStructureLayout DDMStructureLayoutLocalService.fetchDDMStructureLayoutByUuidAndGroupId(String uuid, long groupId)
          Returns the d d m structure layout matching the UUID and group.
static DDMStructureLayout DDMStructureLayoutLocalServiceUtil.getDDMStructureLayout(long structureLayoutId)
          Returns the d d m structure layout with the primary key.
 DDMStructureLayout DDMStructureLayoutLocalServiceWrapper.getDDMStructureLayout(long structureLayoutId)
          Returns the d d m structure layout with the primary key.
 DDMStructureLayout DDMStructureLayoutLocalService.getDDMStructureLayout(long structureLayoutId)
          Returns the d d m structure layout with the primary key.
static DDMStructureLayout DDMStructureLayoutLocalServiceUtil.getDDMStructureLayoutByUuidAndGroupId(String uuid, long groupId)
          Returns the d d m structure layout matching the UUID and group.
 DDMStructureLayout DDMStructureLayoutLocalServiceWrapper.getDDMStructureLayoutByUuidAndGroupId(String uuid, long groupId)
          Returns the d d m structure layout matching the UUID and group.
 DDMStructureLayout DDMStructureLayoutLocalService.getDDMStructureLayoutByUuidAndGroupId(String uuid, long groupId)
          Returns the d d m structure layout matching the UUID and group.
static DDMStructureLayout DDMStructureLayoutLocalServiceUtil.getStructureLayout(long structureLayoutId)
           
 DDMStructureLayout DDMStructureLayoutLocalServiceWrapper.getStructureLayout(long structureLayoutId)
           
 DDMStructureLayout DDMStructureLayoutLocalService.getStructureLayout(long structureLayoutId)
           
static DDMStructureLayout DDMStructureLayoutLocalServiceUtil.getStructureLayoutByStructureVersionId(long structureVersionId)
           
 DDMStructureLayout DDMStructureLayoutLocalServiceWrapper.getStructureLayoutByStructureVersionId(long structureVersionId)
           
 DDMStructureLayout DDMStructureLayoutLocalService.getStructureLayoutByStructureVersionId(long structureVersionId)
           
static DDMStructureLayout DDMStructureLayoutLocalServiceUtil.updateDDMStructureLayout(DDMStructureLayout ddmStructureLayout)
          Updates the d d m structure layout in the database or adds it if it does not yet exist.
 DDMStructureLayout DDMStructureLayoutLocalServiceWrapper.updateDDMStructureLayout(DDMStructureLayout ddmStructureLayout)
          Updates the d d m structure layout in the database or adds it if it does not yet exist.
 DDMStructureLayout DDMStructureLayoutLocalService.updateDDMStructureLayout(DDMStructureLayout ddmStructureLayout)
          Updates the d d m structure layout in the database or adds it if it does not yet exist.
static DDMStructureLayout DDMStructureLayoutLocalServiceUtil.updateStructureLayout(long structureLayoutId, DDMFormLayout ddmFormLayout, ServiceContext serviceContext)
           
 DDMStructureLayout DDMStructureLayoutLocalServiceWrapper.updateStructureLayout(long structureLayoutId, DDMFormLayout ddmFormLayout, ServiceContext serviceContext)
           
 DDMStructureLayout DDMStructureLayoutLocalService.updateStructureLayout(long structureLayoutId, DDMFormLayout ddmFormLayout, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service that return types with arguments of type DDMStructureLayout
static List<DDMStructureLayout> DDMStructureLayoutLocalServiceUtil.getDDMStructureLayouts(int start, int end)
          Returns a range of all the d d m structure layouts.
 List<DDMStructureLayout> DDMStructureLayoutLocalServiceWrapper.getDDMStructureLayouts(int start, int end)
          Returns a range of all the d d m structure layouts.
 List<DDMStructureLayout> DDMStructureLayoutLocalService.getDDMStructureLayouts(int start, int end)
          Returns a range of all the d d m structure layouts.
static List<DDMStructureLayout> DDMStructureLayoutLocalServiceUtil.getDDMStructureLayoutsByUuidAndCompanyId(String uuid, long companyId)
          Returns all the d d m structure layouts matching the UUID and company.
 List<DDMStructureLayout> DDMStructureLayoutLocalServiceWrapper.getDDMStructureLayoutsByUuidAndCompanyId(String uuid, long companyId)
          Returns all the d d m structure layouts matching the UUID and company.
 List<DDMStructureLayout> DDMStructureLayoutLocalService.getDDMStructureLayoutsByUuidAndCompanyId(String uuid, long companyId)
          Returns all the d d m structure layouts matching the UUID and company.
static List<DDMStructureLayout> DDMStructureLayoutLocalServiceUtil.getDDMStructureLayoutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns a range of d d m structure layouts matching the UUID and company.
 List<DDMStructureLayout> DDMStructureLayoutLocalServiceWrapper.getDDMStructureLayoutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns a range of d d m structure layouts matching the UUID and company.
 List<DDMStructureLayout> DDMStructureLayoutLocalService.getDDMStructureLayoutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns a range of d d m structure layouts matching the UUID and company.
 

Methods in com.liferay.portlet.dynamicdatamapping.service with parameters of type DDMStructureLayout
static DDMStructureLayout DDMStructureLayoutLocalServiceUtil.addDDMStructureLayout(DDMStructureLayout ddmStructureLayout)
          Adds the d d m structure layout to the database.
 DDMStructureLayout DDMStructureLayoutLocalServiceWrapper.addDDMStructureLayout(DDMStructureLayout ddmStructureLayout)
          Adds the d d m structure layout to the database.
 DDMStructureLayout DDMStructureLayoutLocalService.addDDMStructureLayout(DDMStructureLayout ddmStructureLayout)
          Adds the d d m structure layout to the database.
static DDMStructureLayout DDMStructureLayoutLocalServiceUtil.deleteDDMStructureLayout(DDMStructureLayout ddmStructureLayout)
          Deletes the d d m structure layout from the database.
 DDMStructureLayout DDMStructureLayoutLocalServiceWrapper.deleteDDMStructureLayout(DDMStructureLayout ddmStructureLayout)
          Deletes the d d m structure layout from the database.
 DDMStructureLayout DDMStructureLayoutLocalService.deleteDDMStructureLayout(DDMStructureLayout ddmStructureLayout)
          Deletes the d d m structure layout from the database.
static void DDMStructureLayoutLocalServiceUtil.deleteStructureLayout(DDMStructureLayout structureLayout)
           
 void DDMStructureLayoutLocalServiceWrapper.deleteStructureLayout(DDMStructureLayout structureLayout)
           
 void DDMStructureLayoutLocalService.deleteStructureLayout(DDMStructureLayout structureLayout)
           
static DDMStructureLayout DDMStructureLayoutLocalServiceUtil.updateDDMStructureLayout(DDMStructureLayout ddmStructureLayout)
          Updates the d d m structure layout in the database or adds it if it does not yet exist.
 DDMStructureLayout DDMStructureLayoutLocalServiceWrapper.updateDDMStructureLayout(DDMStructureLayout ddmStructureLayout)
          Updates the d d m structure layout in the database or adds it if it does not yet exist.
 DDMStructureLayout DDMStructureLayoutLocalService.updateDDMStructureLayout(DDMStructureLayout ddmStructureLayout)
          Updates the d d m structure layout in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portlet.dynamicdatamapping.service with type arguments of type DDMStructureLayout
static List<DDMStructureLayout> DDMStructureLayoutLocalServiceUtil.getDDMStructureLayoutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns a range of d d m structure layouts matching the UUID and company.
 List<DDMStructureLayout> DDMStructureLayoutLocalServiceWrapper.getDDMStructureLayoutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns a range of d d m structure layouts matching the UUID and company.
 List<DDMStructureLayout> DDMStructureLayoutLocalService.getDDMStructureLayoutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns a range of d d m structure layouts matching the UUID and company.
 

Uses of DDMStructureLayout in com.liferay.portlet.dynamicdatamapping.service.persistence
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return DDMStructureLayout
 DDMStructureLayout DDMStructureLayoutPersistence.create(long structureLayoutId)
          Creates a new d d m structure layout with the primary key.
static DDMStructureLayout DDMStructureLayoutUtil.create(long structureLayoutId)
          Creates a new d d m structure layout with the primary key.
 DDMStructureLayout DDMStructureLayoutPersistence.fetchByPrimaryKey(long structureLayoutId)
          Returns the d d m structure layout with the primary key or returns null if it could not be found.
static DDMStructureLayout DDMStructureLayoutUtil.fetchByPrimaryKey(long structureLayoutId)
          Returns the d d m structure layout with the primary key or returns null if it could not be found.
 DDMStructureLayout DDMStructureLayoutPersistence.fetchByStructureVersionId(long structureVersionId)
          Returns the d d m structure layout where structureVersionId = ? or returns null if it could not be found.
static DDMStructureLayout DDMStructureLayoutUtil.fetchByStructureVersionId(long structureVersionId)
          Returns the d d m structure layout where structureVersionId = ? or returns null if it could not be found.
 DDMStructureLayout DDMStructureLayoutPersistence.fetchByStructureVersionId(long structureVersionId, boolean retrieveFromCache)
          Returns the d d m structure layout where structureVersionId = ? or returns null if it could not be found, optionally using the finder cache.
static DDMStructureLayout DDMStructureLayoutUtil.fetchByStructureVersionId(long structureVersionId, boolean retrieveFromCache)
          Returns the d d m structure layout where structureVersionId = ? or returns null if it could not be found, optionally using the finder cache.
 DDMStructureLayout DDMStructureLayoutPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the first d d m structure layout in the ordered set where uuid = ? and companyId = ?.
static DDMStructureLayout DDMStructureLayoutUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the first d d m structure layout in the ordered set where uuid = ? and companyId = ?.
 DDMStructureLayout DDMStructureLayoutPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the last d d m structure layout in the ordered set where uuid = ? and companyId = ?.
static DDMStructureLayout DDMStructureLayoutUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the last d d m structure layout in the ordered set where uuid = ? and companyId = ?.
 DDMStructureLayout DDMStructureLayoutPersistence.fetchByUuid_First(String uuid, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the first d d m structure layout in the ordered set where uuid = ?.
static DDMStructureLayout DDMStructureLayoutUtil.fetchByUuid_First(String uuid, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the first d d m structure layout in the ordered set where uuid = ?.
 DDMStructureLayout DDMStructureLayoutPersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the d d m structure layout where uuid = ? and groupId = ? or returns null if it could not be found.
static DDMStructureLayout DDMStructureLayoutUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the d d m structure layout where uuid = ? and groupId = ? or returns null if it could not be found.
 DDMStructureLayout DDMStructureLayoutPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the d d m structure layout where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static DDMStructureLayout DDMStructureLayoutUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the d d m structure layout where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 DDMStructureLayout DDMStructureLayoutPersistence.fetchByUuid_Last(String uuid, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the last d d m structure layout in the ordered set where uuid = ?.
static DDMStructureLayout DDMStructureLayoutUtil.fetchByUuid_Last(String uuid, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the last d d m structure layout in the ordered set where uuid = ?.
 DDMStructureLayout DDMStructureLayoutPersistence.findByPrimaryKey(long structureLayoutId)
          Returns the d d m structure layout with the primary key or throws a NoSuchStructureLayoutException if it could not be found.
static DDMStructureLayout DDMStructureLayoutUtil.findByPrimaryKey(long structureLayoutId)
          Returns the d d m structure layout with the primary key or throws a NoSuchStructureLayoutException if it could not be found.
 DDMStructureLayout DDMStructureLayoutPersistence.findByStructureVersionId(long structureVersionId)
          Returns the d d m structure layout where structureVersionId = ? or throws a NoSuchStructureLayoutException if it could not be found.
static DDMStructureLayout DDMStructureLayoutUtil.findByStructureVersionId(long structureVersionId)
          Returns the d d m structure layout where structureVersionId = ? or throws a NoSuchStructureLayoutException if it could not be found.
 DDMStructureLayout DDMStructureLayoutPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the first d d m structure layout in the ordered set where uuid = ? and companyId = ?.
static DDMStructureLayout DDMStructureLayoutUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the first d d m structure layout in the ordered set where uuid = ? and companyId = ?.
 DDMStructureLayout DDMStructureLayoutPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the last d d m structure layout in the ordered set where uuid = ? and companyId = ?.
static DDMStructureLayout DDMStructureLayoutUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the last d d m structure layout in the ordered set where uuid = ? and companyId = ?.
 DDMStructureLayout[] DDMStructureLayoutPersistence.findByUuid_C_PrevAndNext(long structureLayoutId, String uuid, long companyId, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the d d m structure layouts before and after the current d d m structure layout in the ordered set where uuid = ? and companyId = ?.
static DDMStructureLayout[] DDMStructureLayoutUtil.findByUuid_C_PrevAndNext(long structureLayoutId, String uuid, long companyId, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the d d m structure layouts before and after the current d d m structure layout in the ordered set where uuid = ? and companyId = ?.
 DDMStructureLayout DDMStructureLayoutPersistence.findByUuid_First(String uuid, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the first d d m structure layout in the ordered set where uuid = ?.
static DDMStructureLayout DDMStructureLayoutUtil.findByUuid_First(String uuid, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the first d d m structure layout in the ordered set where uuid = ?.
 DDMStructureLayout DDMStructureLayoutPersistence.findByUUID_G(String uuid, long groupId)
          Returns the d d m structure layout where uuid = ? and groupId = ? or throws a NoSuchStructureLayoutException if it could not be found.
static DDMStructureLayout DDMStructureLayoutUtil.findByUUID_G(String uuid, long groupId)
          Returns the d d m structure layout where uuid = ? and groupId = ? or throws a NoSuchStructureLayoutException if it could not be found.
 DDMStructureLayout DDMStructureLayoutPersistence.findByUuid_Last(String uuid, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the last d d m structure layout in the ordered set where uuid = ?.
static DDMStructureLayout DDMStructureLayoutUtil.findByUuid_Last(String uuid, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the last d d m structure layout in the ordered set where uuid = ?.
 DDMStructureLayout[] DDMStructureLayoutPersistence.findByUuid_PrevAndNext(long structureLayoutId, String uuid, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the d d m structure layouts before and after the current d d m structure layout in the ordered set where uuid = ?.
static DDMStructureLayout[] DDMStructureLayoutUtil.findByUuid_PrevAndNext(long structureLayoutId, String uuid, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the d d m structure layouts before and after the current d d m structure layout in the ordered set where uuid = ?.
 DDMStructureLayout DDMStructureLayoutPersistence.remove(long structureLayoutId)
          Removes the d d m structure layout with the primary key from the database.
static DDMStructureLayout DDMStructureLayoutUtil.remove(long structureLayoutId)
          Removes the d d m structure layout with the primary key from the database.
 DDMStructureLayout DDMStructureLayoutPersistence.removeByStructureVersionId(long structureVersionId)
          Removes the d d m structure layout where structureVersionId = ? from the database.
static DDMStructureLayout DDMStructureLayoutUtil.removeByStructureVersionId(long structureVersionId)
          Removes the d d m structure layout where structureVersionId = ? from the database.
 DDMStructureLayout DDMStructureLayoutPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the d d m structure layout where uuid = ? and groupId = ? from the database.
static DDMStructureLayout DDMStructureLayoutUtil.removeByUUID_G(String uuid, long groupId)
          Removes the d d m structure layout where uuid = ? and groupId = ? from the database.
static DDMStructureLayout DDMStructureLayoutUtil.update(DDMStructureLayout ddmStructureLayout)
           
static DDMStructureLayout DDMStructureLayoutUtil.update(DDMStructureLayout ddmStructureLayout, ServiceContext serviceContext)
           
 DDMStructureLayout DDMStructureLayoutPersistence.updateImpl(DDMStructureLayout ddmStructureLayout)
           
static DDMStructureLayout DDMStructureLayoutUtil.updateImpl(DDMStructureLayout ddmStructureLayout)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return types with arguments of type DDMStructureLayout
 Map<Serializable,DDMStructureLayout> DDMStructureLayoutPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static Map<Serializable,DDMStructureLayout> DDMStructureLayoutUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<DDMStructureLayout> DDMStructureLayoutPersistence.findAll()
          Returns all the d d m structure layouts.
static List<DDMStructureLayout> DDMStructureLayoutUtil.findAll()
          Returns all the d d m structure layouts.
 List<DDMStructureLayout> DDMStructureLayoutPersistence.findAll(int start, int end)
          Returns a range of all the d d m structure layouts.
static List<DDMStructureLayout> DDMStructureLayoutUtil.findAll(int start, int end)
          Returns a range of all the d d m structure layouts.
 List<DDMStructureLayout> DDMStructureLayoutPersistence.findAll(int start, int end, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns an ordered range of all the d d m structure layouts.
static List<DDMStructureLayout> DDMStructureLayoutUtil.findAll(int start, int end, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns an ordered range of all the d d m structure layouts.
 List<DDMStructureLayout> DDMStructureLayoutPersistence.findByUuid_C(String uuid, long companyId)
          Returns all the d d m structure layouts where uuid = ? and companyId = ?.
static List<DDMStructureLayout> DDMStructureLayoutUtil.findByUuid_C(String uuid, long companyId)
          Returns all the d d m structure layouts where uuid = ? and companyId = ?.
 List<DDMStructureLayout> DDMStructureLayoutPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the d d m structure layouts where uuid = ? and companyId = ?.
static List<DDMStructureLayout> DDMStructureLayoutUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the d d m structure layouts where uuid = ? and companyId = ?.
 List<DDMStructureLayout> DDMStructureLayoutPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns an ordered range of all the d d m structure layouts where uuid = ? and companyId = ?.
static List<DDMStructureLayout> DDMStructureLayoutUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns an ordered range of all the d d m structure layouts where uuid = ? and companyId = ?.
 List<DDMStructureLayout> DDMStructureLayoutPersistence.findByUuid(String uuid)
          Returns all the d d m structure layouts where uuid = ?.
static List<DDMStructureLayout> DDMStructureLayoutUtil.findByUuid(String uuid)
          Returns all the d d m structure layouts where uuid = ?.
 List<DDMStructureLayout> DDMStructureLayoutPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the d d m structure layouts where uuid = ?.
static List<DDMStructureLayout> DDMStructureLayoutUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the d d m structure layouts where uuid = ?.
 List<DDMStructureLayout> DDMStructureLayoutPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns an ordered range of all the d d m structure layouts where uuid = ?.
static List<DDMStructureLayout> DDMStructureLayoutUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns an ordered range of all the d d m structure layouts where uuid = ?.
static List<DDMStructureLayout> DDMStructureLayoutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<DDMStructureLayout> DDMStructureLayoutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<DDMStructureLayout> DDMStructureLayoutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DDMStructureLayout> orderByComparator)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence with parameters of type DDMStructureLayout
 void DDMStructureLayoutPersistence.cacheResult(DDMStructureLayout ddmStructureLayout)
          Caches the d d m structure layout in the entity cache if it is enabled.
static void DDMStructureLayoutUtil.cacheResult(DDMStructureLayout ddmStructureLayout)
          Caches the d d m structure layout in the entity cache if it is enabled.
static void DDMStructureLayoutUtil.clearCache(DDMStructureLayout ddmStructureLayout)
           
static DDMStructureLayout DDMStructureLayoutUtil.update(DDMStructureLayout ddmStructureLayout)
           
static DDMStructureLayout DDMStructureLayoutUtil.update(DDMStructureLayout ddmStructureLayout, ServiceContext serviceContext)
           
 DDMStructureLayout DDMStructureLayoutPersistence.updateImpl(DDMStructureLayout ddmStructureLayout)
           
static DDMStructureLayout DDMStructureLayoutUtil.updateImpl(DDMStructureLayout ddmStructureLayout)
           
 

Method parameters in com.liferay.portlet.dynamicdatamapping.service.persistence with type arguments of type DDMStructureLayout
 void DDMStructureLayoutPersistence.cacheResult(List<DDMStructureLayout> ddmStructureLayouts)
          Caches the d d m structure layouts in the entity cache if it is enabled.
static void DDMStructureLayoutUtil.cacheResult(List<DDMStructureLayout> ddmStructureLayouts)
          Caches the d d m structure layouts in the entity cache if it is enabled.
 DDMStructureLayout DDMStructureLayoutPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the first d d m structure layout in the ordered set where uuid = ? and companyId = ?.
static DDMStructureLayout DDMStructureLayoutUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the first d d m structure layout in the ordered set where uuid = ? and companyId = ?.
 DDMStructureLayout DDMStructureLayoutPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the last d d m structure layout in the ordered set where uuid = ? and companyId = ?.
static DDMStructureLayout DDMStructureLayoutUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the last d d m structure layout in the ordered set where uuid = ? and companyId = ?.
 DDMStructureLayout DDMStructureLayoutPersistence.fetchByUuid_First(String uuid, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the first d d m structure layout in the ordered set where uuid = ?.
static DDMStructureLayout DDMStructureLayoutUtil.fetchByUuid_First(String uuid, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the first d d m structure layout in the ordered set where uuid = ?.
 DDMStructureLayout DDMStructureLayoutPersistence.fetchByUuid_Last(String uuid, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the last d d m structure layout in the ordered set where uuid = ?.
static DDMStructureLayout DDMStructureLayoutUtil.fetchByUuid_Last(String uuid, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the last d d m structure layout in the ordered set where uuid = ?.
 List<DDMStructureLayout> DDMStructureLayoutPersistence.findAll(int start, int end, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns an ordered range of all the d d m structure layouts.
static List<DDMStructureLayout> DDMStructureLayoutUtil.findAll(int start, int end, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns an ordered range of all the d d m structure layouts.
 DDMStructureLayout DDMStructureLayoutPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the first d d m structure layout in the ordered set where uuid = ? and companyId = ?.
static DDMStructureLayout DDMStructureLayoutUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the first d d m structure layout in the ordered set where uuid = ? and companyId = ?.
 DDMStructureLayout DDMStructureLayoutPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the last d d m structure layout in the ordered set where uuid = ? and companyId = ?.
static DDMStructureLayout DDMStructureLayoutUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the last d d m structure layout in the ordered set where uuid = ? and companyId = ?.
 DDMStructureLayout[] DDMStructureLayoutPersistence.findByUuid_C_PrevAndNext(long structureLayoutId, String uuid, long companyId, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the d d m structure layouts before and after the current d d m structure layout in the ordered set where uuid = ? and companyId = ?.
static DDMStructureLayout[] DDMStructureLayoutUtil.findByUuid_C_PrevAndNext(long structureLayoutId, String uuid, long companyId, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the d d m structure layouts before and after the current d d m structure layout in the ordered set where uuid = ? and companyId = ?.
 List<DDMStructureLayout> DDMStructureLayoutPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns an ordered range of all the d d m structure layouts where uuid = ? and companyId = ?.
static List<DDMStructureLayout> DDMStructureLayoutUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns an ordered range of all the d d m structure layouts where uuid = ? and companyId = ?.
 DDMStructureLayout DDMStructureLayoutPersistence.findByUuid_First(String uuid, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the first d d m structure layout in the ordered set where uuid = ?.
static DDMStructureLayout DDMStructureLayoutUtil.findByUuid_First(String uuid, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the first d d m structure layout in the ordered set where uuid = ?.
 DDMStructureLayout DDMStructureLayoutPersistence.findByUuid_Last(String uuid, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the last d d m structure layout in the ordered set where uuid = ?.
static DDMStructureLayout DDMStructureLayoutUtil.findByUuid_Last(String uuid, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the last d d m structure layout in the ordered set where uuid = ?.
 DDMStructureLayout[] DDMStructureLayoutPersistence.findByUuid_PrevAndNext(long structureLayoutId, String uuid, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the d d m structure layouts before and after the current d d m structure layout in the ordered set where uuid = ?.
static DDMStructureLayout[] DDMStructureLayoutUtil.findByUuid_PrevAndNext(long structureLayoutId, String uuid, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the d d m structure layouts before and after the current d d m structure layout in the ordered set where uuid = ?.
 List<DDMStructureLayout> DDMStructureLayoutPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns an ordered range of all the d d m structure layouts where uuid = ?.
static List<DDMStructureLayout> DDMStructureLayoutUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns an ordered range of all the d d m structure layouts where uuid = ?.
static List<DDMStructureLayout> DDMStructureLayoutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DDMStructureLayout> orderByComparator)
           
 

Uses of DDMStructureLayout in com.liferay.portlet.dynamicdatamapping.util.test
 

Methods in com.liferay.portlet.dynamicdatamapping.util.test that return DDMStructureLayout
 DDMStructureLayout DDMStructureLayoutTestHelper.addStructureLayout(long structureId, DDMFormLayout ddmFormLayout)
           
 


Liferay 7.0-ce-m6