Liferay 7.0-ce-m6

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

Packages that use DDMStructure
com.liferay.portal.search.test   
com.liferay.portlet.asset.model   
com.liferay.portlet.documentlibrary.display.context   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.documentlibrary.service.persistence   
com.liferay.portlet.dynamicdatamapping.model   
com.liferay.portlet.dynamicdatamapping.service   
com.liferay.portlet.dynamicdatamapping.service.persistence   
com.liferay.portlet.dynamicdatamapping.service.test   
com.liferay.portlet.dynamicdatamapping.storage   
com.liferay.portlet.dynamicdatamapping.util   
com.liferay.portlet.dynamicdatamapping.util.comparator   
com.liferay.portlet.dynamicdatamapping.util.test   
com.liferay.portlet.journal.model   
com.liferay.portlet.journal.service   
com.liferay.portlet.journal.util   
 

Uses of DDMStructure in com.liferay.portal.search.test
 

Methods in com.liferay.portal.search.test that return DDMStructure
protected  DDMStructure TestOrderHelper.addDDMStructure()
           
 

Methods in com.liferay.portal.search.test with parameters of type DDMStructure
protected  DDMTemplate TestOrderHelper.addDDMTemplate(DDMStructure ddmStructure)
           
protected  void TestOrderHelper.addSearchableAssetEntries(DDMStructure ddmStructure, DDMTemplate ddmTemplate)
           
protected abstract  BaseModel<?> TestOrderHelper.addSearchableAssetEntry(String fieldValue, BaseModel<?> parentBaseModel, DDMStructure ddmStructure, DDMTemplate ddmTemplate, ServiceContext serviceContext)
           
protected abstract  BaseModel<?> TestOrderHelper.addSearchableAssetEntryRepeatable(String[] fieldValues, BaseModel<?> parentBaseModel, DDMStructure ddmStructure, DDMTemplate ddmTemplate, ServiceContext serviceContext)
           
protected  AssetEntryQuery TestOrderHelper.createAssetEntryQuery(DDMStructure ddmStructure)
           
 

Uses of DDMStructure in com.liferay.portlet.asset.model
 

Methods in com.liferay.portlet.asset.model with parameters of type DDMStructure
protected  List<ClassTypeField> DDMStructureClassType.getClassTypeFields(DDMStructure ddmStructure)
           
 

Uses of DDMStructure in com.liferay.portlet.documentlibrary.display.context
 

Methods in com.liferay.portlet.documentlibrary.display.context that return types with arguments of type DDMStructure
 List<DDMStructure> DLViewFileVersionDisplayContext.getDDMStructures()
           
 List<DDMStructure> BaseDLViewFileVersionDisplayContext.getDDMStructures()
           
 

Methods in com.liferay.portlet.documentlibrary.display.context with parameters of type DDMStructure
 DDMFormValues DLViewFileVersionDisplayContext.getDDMFormValues(DDMStructure ddmStructure)
           
 DDMFormValues BaseDLViewFileVersionDisplayContext.getDDMFormValues(DDMStructure ddmStructure)
           
 boolean DLEditFileEntryDisplayContext.isDDMStructureVisible(DDMStructure ddmStructure)
           
 boolean BaseDLEditFileEntryDisplayContext.isDDMStructureVisible(DDMStructure ddmStructure)
           
 

Uses of DDMStructure in com.liferay.portlet.documentlibrary.model
 

Methods in com.liferay.portlet.documentlibrary.model that return DDMStructure
 DDMStructure DLFileEntryMetadataWrapper.getDDMStructure()
           
 DDMStructure DLFileEntryMetadata.getDDMStructure()
           
 

Methods in com.liferay.portlet.documentlibrary.model that return types with arguments of type DDMStructure
 List<DDMStructure> DLFileEntryType.getDDMStructures()
           
 List<DDMStructure> DLFileVersion.getDDMStructures()
           
 List<DDMStructure> DLFileEntryTypeWrapper.getDDMStructures()
           
 List<DDMStructure> DLFileVersionWrapper.getDDMStructures()
           
 

Uses of DDMStructure in com.liferay.portlet.documentlibrary.service
 

Method parameters in com.liferay.portlet.documentlibrary.service with type arguments of type DDMStructure
static void DLFileEntryMetadataLocalServiceUtil.updateFileEntryMetadata(long companyId, List<DDMStructure> ddmStructures, long fileEntryId, long fileVersionId, Map<String,DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext)
           
 void DLFileEntryMetadataLocalService.updateFileEntryMetadata(long companyId, List<DDMStructure> ddmStructures, long fileEntryId, long fileVersionId, Map<String,DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext)
           
 void DLFileEntryMetadataLocalServiceWrapper.updateFileEntryMetadata(long companyId, List<DDMStructure> ddmStructures, long fileEntryId, long fileVersionId, Map<String,DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext)
           
 

Uses of DDMStructure in com.liferay.portlet.documentlibrary.service.persistence
 

Methods in com.liferay.portlet.documentlibrary.service.persistence that return types with arguments of type DDMStructure
 List<DDMStructure> DLFileEntryTypePersistence.getDDMStructures(long pk)
          Returns all the d d m structures associated with the document library file entry type.
static List<DDMStructure> DLFileEntryTypeUtil.getDDMStructures(long pk)
          Returns all the d d m structures associated with the document library file entry type.
 List<DDMStructure> DLFileEntryTypePersistence.getDDMStructures(long pk, int start, int end)
          Returns a range of all the d d m structures associated with the document library file entry type.
static List<DDMStructure> DLFileEntryTypeUtil.getDDMStructures(long pk, int start, int end)
          Returns a range of all the d d m structures associated with the document library file entry type.
 List<DDMStructure> DLFileEntryTypePersistence.getDDMStructures(long pk, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures associated with the document library file entry type.
static List<DDMStructure> DLFileEntryTypeUtil.getDDMStructures(long pk, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures associated with the document library file entry type.
 

Methods in com.liferay.portlet.documentlibrary.service.persistence with parameters of type DDMStructure
 void DLFileEntryTypePersistence.addDDMStructure(long pk, DDMStructure ddmStructure)
          Adds an association between the document library file entry type and the d d m structure.
static void DLFileEntryTypeUtil.addDDMStructure(long pk, DDMStructure ddmStructure)
          Adds an association between the document library file entry type and the d d m structure.
 void DLFileEntryTypePersistence.removeDDMStructure(long pk, DDMStructure ddmStructure)
          Removes the association between the document library file entry type and the d d m structure.
static void DLFileEntryTypeUtil.removeDDMStructure(long pk, DDMStructure ddmStructure)
          Removes the association between the document library file entry type and the d d m structure.
 

Method parameters in com.liferay.portlet.documentlibrary.service.persistence with type arguments of type DDMStructure
 void DLFileEntryTypePersistence.addDDMStructures(long pk, List<DDMStructure> ddmStructures)
          Adds an association between the document library file entry type and the d d m structures.
static void DLFileEntryTypeUtil.addDDMStructures(long pk, List<DDMStructure> ddmStructures)
          Adds an association between the document library file entry type and the d d m structures.
 List<DDMStructure> DLFileEntryTypePersistence.getDDMStructures(long pk, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures associated with the document library file entry type.
static List<DDMStructure> DLFileEntryTypeUtil.getDDMStructures(long pk, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures associated with the document library file entry type.
 void DLFileEntryTypePersistence.removeDDMStructures(long pk, List<DDMStructure> ddmStructures)
          Removes the association between the document library file entry type and the d d m structures.
static void DLFileEntryTypeUtil.removeDDMStructures(long pk, List<DDMStructure> ddmStructures)
          Removes the association between the document library file entry type and the d d m structures.
 void DLFileEntryTypePersistence.setDDMStructures(long pk, List<DDMStructure> ddmStructures)
          Sets the d d m structures associated with the document library file entry type, removing and adding associations as necessary.
static void DLFileEntryTypeUtil.setDDMStructures(long pk, List<DDMStructure> ddmStructures)
          Sets the d d m structures associated with the document library file entry type, removing and adding associations as necessary.
 

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

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

Methods in com.liferay.portlet.dynamicdatamapping.model that return DDMStructure
 DDMStructure DDMStructureVersionWrapper.getStructure()
           
 DDMStructure DDMStructureVersion.getStructure()
           
 DDMStructure DDMStructureLink.getStructure()
           
 DDMStructure DDMStructureLinkWrapper.getStructure()
           
 DDMStructure DDMStorageLinkWrapper.getStructure()
           
 DDMStructure DDMStorageLink.getStructure()
           
 DDMStructure DDMStructureWrapper.getWrappedDDMStructure()
          Deprecated. As of 6.1.0, replaced by DDMStructureWrapper.getWrappedModel()
 DDMStructure DDMStructureWrapper.getWrappedModel()
           
 DDMStructure DDMStructureWrapper.toEscapedModel()
           
 DDMStructure DDMStructureModel.toEscapedModel()
           
 DDMStructure DDMStructureWrapper.toUnescapedModel()
           
 DDMStructure DDMStructureModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.model that return types with arguments of type DDMStructure
 CacheModel<DDMStructure> DDMStructureWrapper.toCacheModel()
           
 CacheModel<DDMStructure> DDMStructureModel.toCacheModel()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.model with parameters of type DDMStructure
 int DDMStructureWrapper.compareTo(DDMStructure ddmStructure)
           
 int DDMStructureModel.compareTo(DDMStructure ddmStructure)
           
static DDMStructureSoap DDMStructureSoap.toSoapModel(DDMStructure model)
           
static DDMStructureSoap[] DDMStructureSoap.toSoapModels(DDMStructure[] models)
           
static DDMStructureSoap[][] DDMStructureSoap.toSoapModels(DDMStructure[][] models)
           
 

Method parameters in com.liferay.portlet.dynamicdatamapping.model with type arguments of type DDMStructure
 String DDMStructureWrapper.getUnambiguousName(List<DDMStructure> structures, long groupId, Locale locale)
           
 String DDMStructure.getUnambiguousName(List<DDMStructure> structures, long groupId, Locale locale)
           
static DDMStructureSoap[] DDMStructureSoap.toSoapModels(List<DDMStructure> models)
           
 

Constructors in com.liferay.portlet.dynamicdatamapping.model with parameters of type DDMStructure
DDMStructureWrapper(DDMStructure ddmStructure)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.service that return DDMStructure
 DDMStructure DDMStructureLocalServiceWrapper.addDDMStructure(DDMStructure ddmStructure)
          Adds the d d m structure to the database.
static DDMStructure DDMStructureLocalServiceUtil.addDDMStructure(DDMStructure ddmStructure)
          Adds the d d m structure to the database.
 DDMStructure DDMStructureLocalService.addDDMStructure(DDMStructure ddmStructure)
          Adds the d d m structure to the database.
 DDMStructure DDMStructureLocalServiceWrapper.addStructure(long userId, long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, String storageType, int type, ServiceContext serviceContext)
           
static DDMStructure DDMStructureLocalServiceUtil.addStructure(long userId, long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, String storageType, int type, ServiceContext serviceContext)
           
 DDMStructure DDMStructureLocalService.addStructure(long userId, long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, String storageType, int type, ServiceContext serviceContext)
           
 DDMStructure DDMStructureLocalServiceWrapper.addStructure(long userId, long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String definition, String storageType, int type, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceWrapper.addStructure(long, long, long, long, String, Map, Map, DDMForm, DDMFormLayout, String, int, ServiceContext)
static DDMStructure DDMStructureLocalServiceUtil.addStructure(long userId, long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String definition, String storageType, int type, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceUtil.addStructure(long, long, long, long, String, Map, Map, DDMForm, DDMFormLayout, String, int, ServiceContext)
 DDMStructure DDMStructureLocalService.addStructure(long userId, long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String definition, String storageType, int type, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureLocalService.addStructure(long, long, long, long, String, Map, Map, DDMForm, DDMFormLayout, String, int, ServiceContext)
 DDMStructure DDMStructureLocalServiceWrapper.addStructure(long userId, long groupId, long classNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, ServiceContext serviceContext)
           
static DDMStructure DDMStructureServiceUtil.addStructure(long userId, long groupId, long classNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, ServiceContext serviceContext)
           
 DDMStructure DDMStructureService.addStructure(long userId, long groupId, long classNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, ServiceContext serviceContext)
           
static DDMStructure DDMStructureLocalServiceUtil.addStructure(long userId, long groupId, long classNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, ServiceContext serviceContext)
           
 DDMStructure DDMStructureLocalService.addStructure(long userId, long groupId, long classNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, ServiceContext serviceContext)
           
 DDMStructure DDMStructureServiceWrapper.addStructure(long userId, long groupId, long classNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, ServiceContext serviceContext)
           
 DDMStructure DDMStructureLocalServiceWrapper.addStructure(long userId, long groupId, long classNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String definition, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceWrapper.addStructure(long, long, long, Map, Map, DDMForm, DDMFormLayout, ServiceContext)
static DDMStructure DDMStructureServiceUtil.addStructure(long userId, long groupId, long classNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureServiceUtil.addStructure(long, long, long, Map, Map, DDMForm, DDMFormLayout, ServiceContext)
 DDMStructure DDMStructureService.addStructure(long userId, long groupId, long classNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureService.addStructure(long, long, long, Map, Map, DDMForm, DDMFormLayout, ServiceContext)
static DDMStructure DDMStructureLocalServiceUtil.addStructure(long userId, long groupId, long classNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String definition, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceUtil.addStructure(long, long, long, Map, Map, DDMForm, DDMFormLayout, ServiceContext)
 DDMStructure DDMStructureLocalService.addStructure(long userId, long groupId, long classNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String definition, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureLocalService.addStructure(long, long, long, Map, Map, DDMForm, DDMFormLayout, ServiceContext)
 DDMStructure DDMStructureServiceWrapper.addStructure(long userId, long groupId, long classNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureServiceWrapper.addStructure(long, long, long, Map, Map, DDMForm, DDMFormLayout, ServiceContext)
static DDMStructure DDMStructureServiceUtil.addStructure(long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, String storageType, int type, ServiceContext serviceContext)
           
 DDMStructure DDMStructureService.addStructure(long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, String storageType, int type, ServiceContext serviceContext)
           
 DDMStructure DDMStructureServiceWrapper.addStructure(long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, String storageType, int type, ServiceContext serviceContext)
           
static DDMStructure DDMStructureServiceUtil.addStructure(long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, String storageType, int type, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureServiceUtil.addStructure(long, long, long, String, Map, Map, DDMForm, DDMFormLayout, String, int, ServiceContext)
 DDMStructure DDMStructureService.addStructure(long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, String storageType, int type, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureService.addStructure(long, long, long, String, Map, Map, DDMForm, DDMFormLayout, String, int, ServiceContext)
 DDMStructure DDMStructureServiceWrapper.addStructure(long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, String storageType, int type, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureServiceWrapper.addStructure(long, long, long, String, Map, Map, DDMForm, DDMFormLayout, String, int, ServiceContext)
 DDMStructure DDMStructureLocalServiceWrapper.addStructure(long userId, long groupId, String parentStructureKey, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, String storageType, int type, ServiceContext serviceContext)
           
static DDMStructure DDMStructureServiceUtil.addStructure(long userId, long groupId, String parentStructureKey, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, String storageType, int type, ServiceContext serviceContext)
           
 DDMStructure DDMStructureService.addStructure(long userId, long groupId, String parentStructureKey, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, String storageType, int type, ServiceContext serviceContext)
           
static DDMStructure DDMStructureLocalServiceUtil.addStructure(long userId, long groupId, String parentStructureKey, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, String storageType, int type, ServiceContext serviceContext)
           
 DDMStructure DDMStructureLocalService.addStructure(long userId, long groupId, String parentStructureKey, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, String storageType, int type, ServiceContext serviceContext)
           
 DDMStructure DDMStructureServiceWrapper.addStructure(long userId, long groupId, String parentStructureKey, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, String storageType, int type, ServiceContext serviceContext)
           
 DDMStructure DDMStructureLocalServiceWrapper.addStructure(long userId, long groupId, String parentStructureKey, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String definition, String storageType, int type, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceWrapper.addStructure(long, long, String, long, String, Map, Map, DDMForm, DDMFormLayout, String, int, ServiceContext)
static DDMStructure DDMStructureServiceUtil.addStructure(long userId, long groupId, String parentStructureKey, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, String storageType, int type, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureServiceUtil.addStructure(long, long, String, long, String, Map, Map, DDMForm, DDMFormLayout, String, int, ServiceContext)
 DDMStructure DDMStructureService.addStructure(long userId, long groupId, String parentStructureKey, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, String storageType, int type, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureService.addStructure(long, long, String, long, String, Map, Map, DDMForm, DDMFormLayout, String, int, ServiceContext)
static DDMStructure DDMStructureLocalServiceUtil.addStructure(long userId, long groupId, String parentStructureKey, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String definition, String storageType, int type, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceUtil.addStructure(long, long, String, long, String, Map, Map, DDMForm, DDMFormLayout, String, int, ServiceContext)
 DDMStructure DDMStructureLocalService.addStructure(long userId, long groupId, String parentStructureKey, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String definition, String storageType, int type, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureLocalService.addStructure(long, long, String, long, String, Map, Map, DDMForm, DDMFormLayout, String, int, ServiceContext)
 DDMStructure DDMStructureServiceWrapper.addStructure(long userId, long groupId, String parentStructureKey, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, String storageType, int type, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureServiceWrapper.addStructure(long, long, String, long, String, Map, Map, DDMForm, DDMFormLayout, String, int, ServiceContext)
 DDMStructure DDMStructureLocalServiceWrapper.copyStructure(long userId, long structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
          Copies a structure, creating a new structure with all the values extracted from the original one.
static DDMStructure DDMStructureLocalServiceUtil.copyStructure(long userId, long structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
          Copies a structure, creating a new structure with all the values extracted from the original one.
 DDMStructure DDMStructureLocalService.copyStructure(long userId, long structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
          Copies a structure, creating a new structure with all the values extracted from the original one.
 DDMStructure DDMStructureLocalServiceWrapper.copyStructure(long userId, long structureId, ServiceContext serviceContext)
           
static DDMStructure DDMStructureLocalServiceUtil.copyStructure(long userId, long structureId, ServiceContext serviceContext)
           
 DDMStructure DDMStructureLocalService.copyStructure(long userId, long structureId, ServiceContext serviceContext)
           
static DDMStructure DDMStructureServiceUtil.copyStructure(long structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
          Copies a structure, creating a new structure with all the values extracted from the original one.
 DDMStructure DDMStructureService.copyStructure(long structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
          Copies a structure, creating a new structure with all the values extracted from the original one.
 DDMStructure DDMStructureServiceWrapper.copyStructure(long structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
          Copies a structure, creating a new structure with all the values extracted from the original one.
static DDMStructure DDMStructureServiceUtil.copyStructure(long structureId, ServiceContext serviceContext)
           
 DDMStructure DDMStructureService.copyStructure(long structureId, ServiceContext serviceContext)
           
 DDMStructure DDMStructureServiceWrapper.copyStructure(long structureId, ServiceContext serviceContext)
           
 DDMStructure DDMStructureLocalServiceWrapper.createDDMStructure(long structureId)
          Creates a new d d m structure with the primary key.
static DDMStructure DDMStructureLocalServiceUtil.createDDMStructure(long structureId)
          Creates a new d d m structure with the primary key.
 DDMStructure DDMStructureLocalService.createDDMStructure(long structureId)
          Creates a new d d m structure with the primary key.
 DDMStructure DDMStructureLocalServiceWrapper.deleteDDMStructure(DDMStructure ddmStructure)
          Deletes the d d m structure from the database.
static DDMStructure DDMStructureLocalServiceUtil.deleteDDMStructure(DDMStructure ddmStructure)
          Deletes the d d m structure from the database.
 DDMStructure DDMStructureLocalService.deleteDDMStructure(DDMStructure ddmStructure)
          Deletes the d d m structure from the database.
 DDMStructure DDMStructureLocalServiceWrapper.deleteDDMStructure(long structureId)
          Deletes the d d m structure with the primary key from the database.
static DDMStructure DDMStructureLocalServiceUtil.deleteDDMStructure(long structureId)
          Deletes the d d m structure with the primary key from the database.
 DDMStructure DDMStructureLocalService.deleteDDMStructure(long structureId)
          Deletes the d d m structure with the primary key from the database.
 DDMStructure DDMStructureLocalServiceWrapper.fetchDDMStructure(long structureId)
           
static DDMStructure DDMStructureLocalServiceUtil.fetchDDMStructure(long structureId)
           
 DDMStructure DDMStructureLocalService.fetchDDMStructure(long structureId)
           
 DDMStructure DDMStructureLocalServiceWrapper.fetchDDMStructureByUuidAndGroupId(String uuid, long groupId)
          Returns the d d m structure matching the UUID and group.
static DDMStructure DDMStructureLocalServiceUtil.fetchDDMStructureByUuidAndGroupId(String uuid, long groupId)
          Returns the d d m structure matching the UUID and group.
 DDMStructure DDMStructureLocalService.fetchDDMStructureByUuidAndGroupId(String uuid, long groupId)
          Returns the d d m structure matching the UUID and group.
 DDMStructure DDMStructureLocalServiceWrapper.fetchStructure(long structureId)
          Returns the structure with the ID.
static DDMStructure DDMStructureLocalServiceUtil.fetchStructure(long structureId)
          Returns the structure with the ID.
 DDMStructure DDMStructureLocalService.fetchStructure(long structureId)
          Returns the structure with the ID.
 DDMStructure DDMStructureLocalServiceWrapper.fetchStructure(long groupId, long classNameId, String structureKey)
          Returns the structure matching the class name ID, structure key, and group.
static DDMStructure DDMStructureServiceUtil.fetchStructure(long groupId, long classNameId, String structureKey)
          Returns the structure matching the class name ID, structure key, and group.
 DDMStructure DDMStructureService.fetchStructure(long groupId, long classNameId, String structureKey)
          Returns the structure matching the class name ID, structure key, and group.
static DDMStructure DDMStructureLocalServiceUtil.fetchStructure(long groupId, long classNameId, String structureKey)
          Returns the structure matching the class name ID, structure key, and group.
 DDMStructure DDMStructureLocalService.fetchStructure(long groupId, long classNameId, String structureKey)
          Returns the structure matching the class name ID, structure key, and group.
 DDMStructure DDMStructureServiceWrapper.fetchStructure(long groupId, long classNameId, String structureKey)
          Returns the structure matching the class name ID, structure key, and group.
 DDMStructure DDMStructureLocalServiceWrapper.fetchStructure(long groupId, long classNameId, String structureKey, boolean includeAncestorStructures)
          Returns the structure matching the class name ID, structure key, and group, optionally searching ancestor sites (that have sharing enabled) and global scoped sites.
static DDMStructure DDMStructureServiceUtil.fetchStructure(long groupId, long classNameId, String structureKey, boolean includeAncestorStructures)
           
 DDMStructure DDMStructureService.fetchStructure(long groupId, long classNameId, String structureKey, boolean includeAncestorStructures)
           
static DDMStructure DDMStructureLocalServiceUtil.fetchStructure(long groupId, long classNameId, String structureKey, boolean includeAncestorStructures)
          Returns the structure matching the class name ID, structure key, and group, optionally searching ancestor sites (that have sharing enabled) and global scoped sites.
 DDMStructure DDMStructureLocalService.fetchStructure(long groupId, long classNameId, String structureKey, boolean includeAncestorStructures)
          Returns the structure matching the class name ID, structure key, and group, optionally searching ancestor sites (that have sharing enabled) and global scoped sites.
 DDMStructure DDMStructureServiceWrapper.fetchStructure(long groupId, long classNameId, String structureKey, boolean includeAncestorStructures)
           
 DDMStructure DDMStructureLocalServiceWrapper.getDDMStructure(long structureId)
          Returns the d d m structure with the primary key.
static DDMStructure DDMStructureLocalServiceUtil.getDDMStructure(long structureId)
          Returns the d d m structure with the primary key.
 DDMStructure DDMStructureLocalService.getDDMStructure(long structureId)
          Returns the d d m structure with the primary key.
 DDMStructure DDMStructureLocalServiceWrapper.getDDMStructureByUuidAndGroupId(String uuid, long groupId)
          Returns the d d m structure matching the UUID and group.
static DDMStructure DDMStructureLocalServiceUtil.getDDMStructureByUuidAndGroupId(String uuid, long groupId)
          Returns the d d m structure matching the UUID and group.
 DDMStructure DDMStructureLocalService.getDDMStructureByUuidAndGroupId(String uuid, long groupId)
          Returns the d d m structure matching the UUID and group.
 DDMStructure DDMStructureLocalServiceWrapper.getStructure(long structureId)
          Returns the structure with the ID.
static DDMStructure DDMStructureServiceUtil.getStructure(long structureId)
          Returns the structure with the ID.
 DDMStructure DDMStructureService.getStructure(long structureId)
          Returns the structure with the ID.
static DDMStructure DDMStructureLocalServiceUtil.getStructure(long structureId)
          Returns the structure with the ID.
 DDMStructure DDMStructureLocalService.getStructure(long structureId)
          Returns the structure with the ID.
 DDMStructure DDMStructureServiceWrapper.getStructure(long structureId)
          Returns the structure with the ID.
 DDMStructure DDMStructureLocalServiceWrapper.getStructure(long groupId, long classNameId, String structureKey)
          Returns the structure matching the class name ID, structure key, and group.
static DDMStructure DDMStructureServiceUtil.getStructure(long groupId, long classNameId, String structureKey)
          Returns the structure matching the class name ID, structure key, and group.
 DDMStructure DDMStructureService.getStructure(long groupId, long classNameId, String structureKey)
          Returns the structure matching the class name ID, structure key, and group.
static DDMStructure DDMStructureLocalServiceUtil.getStructure(long groupId, long classNameId, String structureKey)
          Returns the structure matching the class name ID, structure key, and group.
 DDMStructure DDMStructureLocalService.getStructure(long groupId, long classNameId, String structureKey)
          Returns the structure matching the class name ID, structure key, and group.
 DDMStructure DDMStructureServiceWrapper.getStructure(long groupId, long classNameId, String structureKey)
          Returns the structure matching the class name ID, structure key, and group.
 DDMStructure DDMStructureLocalServiceWrapper.getStructure(long groupId, long classNameId, String structureKey, boolean includeAncestorStructures)
          Returns the structure matching the class name ID, structure key, and group, optionally searching ancestor sites (that have sharing enabled) and global scoped sites.
static DDMStructure DDMStructureServiceUtil.getStructure(long groupId, long classNameId, String structureKey, boolean includeAncestorStructures)
          Returns the structure matching the class name ID, structure key, and group, optionally searching ancestor sites (that have sharing enabled) and global scoped sites.
 DDMStructure DDMStructureService.getStructure(long groupId, long classNameId, String structureKey, boolean includeAncestorStructures)
          Returns the structure matching the class name ID, structure key, and group, optionally searching ancestor sites (that have sharing enabled) and global scoped sites.
static DDMStructure DDMStructureLocalServiceUtil.getStructure(long groupId, long classNameId, String structureKey, boolean includeAncestorStructures)
          Returns the structure matching the class name ID, structure key, and group, optionally searching ancestor sites (that have sharing enabled) and global scoped sites.
 DDMStructure DDMStructureLocalService.getStructure(long groupId, long classNameId, String structureKey, boolean includeAncestorStructures)
          Returns the structure matching the class name ID, structure key, and group, optionally searching ancestor sites (that have sharing enabled) and global scoped sites.
 DDMStructure DDMStructureServiceWrapper.getStructure(long groupId, long classNameId, String structureKey, boolean includeAncestorStructures)
          Returns the structure matching the class name ID, structure key, and group, optionally searching ancestor sites (that have sharing enabled) and global scoped sites.
 DDMStructure DDMStructureLocalServiceWrapper.updateDDMStructure(DDMStructure ddmStructure)
          Updates the d d m structure in the database or adds it if it does not yet exist.
static DDMStructure DDMStructureLocalServiceUtil.updateDDMStructure(DDMStructure ddmStructure)
          Updates the d d m structure in the database or adds it if it does not yet exist.
 DDMStructure DDMStructureLocalService.updateDDMStructure(DDMStructure ddmStructure)
          Updates the d d m structure in the database or adds it if it does not yet exist.
 DDMStructure DDMStructureLocalServiceWrapper.updateStructure(long userId, long structureId, DDMForm ddmForm, DDMFormLayout ddmFormLayout, ServiceContext serviceContext)
           
static DDMStructure DDMStructureLocalServiceUtil.updateStructure(long userId, long structureId, DDMForm ddmForm, DDMFormLayout ddmFormLayout, ServiceContext serviceContext)
           
 DDMStructure DDMStructureLocalService.updateStructure(long userId, long structureId, DDMForm ddmForm, DDMFormLayout ddmFormLayout, ServiceContext serviceContext)
           
 DDMStructure DDMStructureLocalServiceWrapper.updateStructure(long userId, long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, ServiceContext serviceContext)
           
static DDMStructure DDMStructureLocalServiceUtil.updateStructure(long userId, long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, ServiceContext serviceContext)
           
 DDMStructure DDMStructureLocalService.updateStructure(long userId, long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, ServiceContext serviceContext)
           
 DDMStructure DDMStructureLocalServiceWrapper.updateStructure(long userId, long structureId, long parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, ServiceContext serviceContext)
           
static DDMStructure DDMStructureLocalServiceUtil.updateStructure(long userId, long structureId, long parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, ServiceContext serviceContext)
           
 DDMStructure DDMStructureLocalService.updateStructure(long userId, long structureId, long parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, ServiceContext serviceContext)
           
static DDMStructure DDMStructureServiceUtil.updateStructure(long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, ServiceContext serviceContext)
           
 DDMStructure DDMStructureService.updateStructure(long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, ServiceContext serviceContext)
           
 DDMStructure DDMStructureServiceWrapper.updateStructure(long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, ServiceContext serviceContext)
           
 DDMStructure DDMStructureLocalServiceWrapper.updateStructure(long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String definition, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceWrapper.updateStructure(long, long, long, long, String, Map, Map, DDMForm, DDMFormLayout, ServiceContext)
static DDMStructure DDMStructureServiceUtil.updateStructure(long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String definition, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureServiceUtil.updateStructure(long, long, long, String, Map, Map, DDMForm, DDMFormLayout, ServiceContext)
 DDMStructure DDMStructureService.updateStructure(long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String definition, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureService.updateStructure(long, long, long, String, Map, Map, DDMForm, DDMFormLayout, ServiceContext)
static DDMStructure DDMStructureLocalServiceUtil.updateStructure(long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String definition, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceUtil.updateStructure(long, long, long, long, String, Map, Map, DDMForm, DDMFormLayout, ServiceContext)
 DDMStructure DDMStructureLocalService.updateStructure(long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String definition, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureLocalService.updateStructure(long, long, long, long, String, Map, Map, DDMForm, DDMFormLayout, ServiceContext)
 DDMStructure DDMStructureServiceWrapper.updateStructure(long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String definition, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureServiceWrapper.updateStructure(long, long, long, String, Map, Map, DDMForm, DDMFormLayout, ServiceContext)
static DDMStructure DDMStructureServiceUtil.updateStructure(long structureId, long parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, ServiceContext serviceContext)
           
 DDMStructure DDMStructureService.updateStructure(long structureId, long parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, ServiceContext serviceContext)
           
 DDMStructure DDMStructureServiceWrapper.updateStructure(long structureId, long parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, DDMFormLayout ddmFormLayout, ServiceContext serviceContext)
           
 DDMStructure DDMStructureLocalServiceWrapper.updateStructure(long structureId, long parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String definition, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceWrapper.updateStructure(long, long, long, Map, Map, DDMForm, DDMFormLayout, ServiceContext)
static DDMStructure DDMStructureServiceUtil.updateStructure(long structureId, long parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String definition, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureServiceUtil.updateStructure(long, long, Map, Map, DDMForm, DDMFormLayout, ServiceContext)
 DDMStructure DDMStructureService.updateStructure(long structureId, long parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String definition, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureService.updateStructure(long, long, Map, Map, DDMForm, DDMFormLayout, ServiceContext)
static DDMStructure DDMStructureLocalServiceUtil.updateStructure(long structureId, long parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String definition, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceUtil.updateStructure(long, long, long, Map, Map, DDMForm, DDMFormLayout, ServiceContext)
 DDMStructure DDMStructureLocalService.updateStructure(long structureId, long parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String definition, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureLocalService.updateStructure(long, long, long, Map, Map, DDMForm, DDMFormLayout, ServiceContext)
 DDMStructure DDMStructureServiceWrapper.updateStructure(long structureId, long parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String definition, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DDMStructureServiceWrapper.updateStructure(long, long, Map, Map, DDMForm, DDMFormLayout, ServiceContext)
 DDMStructure DDMStructureLocalServiceWrapper.updateXSD(long structureId, String definition, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by #updateStructure(long, DDMForm, DDMFormLayout, ServiceContext)
static DDMStructure DDMStructureLocalServiceUtil.updateXSD(long structureId, String definition, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by #updateStructure(long, DDMForm, DDMFormLayout, ServiceContext)
 DDMStructure DDMStructureLocalService.updateXSD(long structureId, String definition, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by #updateStructure(long, DDMForm, DDMFormLayout, ServiceContext)
 

Methods in com.liferay.portlet.dynamicdatamapping.service that return types with arguments of type DDMStructure
 List<DDMStructure> DDMStructureLocalServiceWrapper.getClassStructures(long companyId, long classNameId)
          Returns all the structures matching the class name ID.
static List<DDMStructure> DDMStructureLocalServiceUtil.getClassStructures(long companyId, long classNameId)
          Returns all the structures matching the class name ID.
 List<DDMStructure> DDMStructureLocalService.getClassStructures(long companyId, long classNameId)
          Returns all the structures matching the class name ID.
 List<DDMStructure> DDMStructureLocalServiceWrapper.getClassStructures(long companyId, long classNameId, int start, int end)
          Returns a range of all the structures matching the class name ID.
static List<DDMStructure> DDMStructureLocalServiceUtil.getClassStructures(long companyId, long classNameId, int start, int end)
          Returns a range of all the structures matching the class name ID.
 List<DDMStructure> DDMStructureLocalService.getClassStructures(long companyId, long classNameId, int start, int end)
          Returns a range of all the structures matching the class name ID.
 List<DDMStructure> DDMStructureLocalServiceWrapper.getClassStructures(long companyId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns all the structures matching the class name ID ordered by the comparator.
static List<DDMStructure> DDMStructureLocalServiceUtil.getClassStructures(long companyId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns all the structures matching the class name ID ordered by the comparator.
 List<DDMStructure> DDMStructureLocalService.getClassStructures(long companyId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns all the structures matching the class name ID ordered by the comparator.
 List<DDMStructure> DDMStructureLocalServiceWrapper.getDDMStructures(int start, int end)
          Returns a range of all the d d m structures.
static List<DDMStructure> DDMStructureLocalServiceUtil.getDDMStructures(int start, int end)
          Returns a range of all the d d m structures.
 List<DDMStructure> DDMStructureLocalService.getDDMStructures(int start, int end)
          Returns a range of all the d d m structures.
 List<DDMStructure> DDMStructureLocalServiceWrapper.getDDMStructuresByUuidAndCompanyId(String uuid, long companyId)
          Returns all the d d m structures matching the UUID and company.
static List<DDMStructure> DDMStructureLocalServiceUtil.getDDMStructuresByUuidAndCompanyId(String uuid, long companyId)
          Returns all the d d m structures matching the UUID and company.
 List<DDMStructure> DDMStructureLocalService.getDDMStructuresByUuidAndCompanyId(String uuid, long companyId)
          Returns all the d d m structures matching the UUID and company.
 List<DDMStructure> DDMStructureLocalServiceWrapper.getDDMStructuresByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns a range of d d m structures matching the UUID and company.
static List<DDMStructure> DDMStructureLocalServiceUtil.getDDMStructuresByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns a range of d d m structures matching the UUID and company.
 List<DDMStructure> DDMStructureLocalService.getDDMStructuresByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns a range of d d m structures matching the UUID and company.
 List<DDMStructure> DDMStructureLocalServiceWrapper.getDLFileEntryTypeDDMStructures(long fileEntryTypeId)
           
static List<DDMStructure> DDMStructureLocalServiceUtil.getDLFileEntryTypeDDMStructures(long fileEntryTypeId)
           
 List<DDMStructure> DDMStructureLocalService.getDLFileEntryTypeDDMStructures(long fileEntryTypeId)
           
 List<DDMStructure> DDMStructureLocalServiceWrapper.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end)
           
static List<DDMStructure> DDMStructureLocalServiceUtil.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end)
           
 List<DDMStructure> DDMStructureLocalService.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end)
           
 List<DDMStructure> DDMStructureLocalServiceWrapper.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
static List<DDMStructure> DDMStructureLocalServiceUtil.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
 List<DDMStructure> DDMStructureLocalService.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
 List<DDMStructure> DDMStructureLocalServiceWrapper.getDLFileEntryTypeStructures(long dlFileEntryTypeId)
          Returns all the structures for the document library file entry type.
static List<DDMStructure> DDMStructureLocalServiceUtil.getDLFileEntryTypeStructures(long dlFileEntryTypeId)
          Returns all the structures for the document library file entry type.
 List<DDMStructure> DDMStructureLocalService.getDLFileEntryTypeStructures(long dlFileEntryTypeId)
          Returns all the structures for the document library file entry type.
 List<DDMStructure> DDMStructureLocalServiceWrapper.getStructure(long groupId, String name, String description)
          Returns all the structures matching the group, name, and description.
static List<DDMStructure> DDMStructureLocalServiceUtil.getStructure(long groupId, String name, String description)
          Returns all the structures matching the group, name, and description.
 List<DDMStructure> DDMStructureLocalService.getStructure(long groupId, String name, String description)
          Returns all the structures matching the group, name, and description.
static List<DDMStructure> DDMStructureLinkLocalServiceUtil.getStructureLinkStructures(long classNameId, long classPK)
           
 List<DDMStructure> DDMStructureLinkLocalService.getStructureLinkStructures(long classNameId, long classPK)
           
 List<DDMStructure> DDMStructureLinkLocalServiceWrapper.getStructureLinkStructures(long classNameId, long classPK)
           
 List<DDMStructure> DDMStructureLocalServiceWrapper.getStructures()
          Returns all the structures present in the system.
static List<DDMStructure> DDMStructureLocalServiceUtil.getStructures()
          Returns all the structures present in the system.
 List<DDMStructure> DDMStructureLocalService.getStructures()
          Returns all the structures present in the system.
 List<DDMStructure> DDMStructureLocalServiceWrapper.getStructures(long groupId)
          Returns all the structures present in the group.
static List<DDMStructure> DDMStructureServiceUtil.getStructures(long groupId)
          Returns all the structures in the group that the user has permission to view.
 List<DDMStructure> DDMStructureService.getStructures(long groupId)
          Returns all the structures in the group that the user has permission to view.
static List<DDMStructure> DDMStructureLocalServiceUtil.getStructures(long groupId)
          Returns all the structures present in the group.
 List<DDMStructure> DDMStructureLocalService.getStructures(long groupId)
          Returns all the structures present in the group.
 List<DDMStructure> DDMStructureServiceWrapper.getStructures(long groupId)
          Returns all the structures in the group that the user has permission to view.
 List<DDMStructure> DDMStructureLocalServiceWrapper.getStructures(long[] groupIds)
          Returns all the structures belonging to the groups.
static List<DDMStructure> DDMStructureServiceUtil.getStructures(long[] groupIds)
          Returns all the structures in the groups that the user has permission to view.
 List<DDMStructure> DDMStructureService.getStructures(long[] groupIds)
          Returns all the structures in the groups that the user has permission to view.
static List<DDMStructure> DDMStructureLocalServiceUtil.getStructures(long[] groupIds)
          Returns all the structures belonging to the groups.
 List<DDMStructure> DDMStructureLocalService.getStructures(long[] groupIds)
          Returns all the structures belonging to the groups.
 List<DDMStructure> DDMStructureServiceWrapper.getStructures(long[] groupIds)
          Returns all the structures in the groups that the user has permission to view.
 List<DDMStructure> DDMStructureLocalServiceWrapper.getStructures(long[] groupIds, long classNameId)
          Returns all the structures matching the class name ID and belonging to the groups.
static List<DDMStructure> DDMStructureServiceUtil.getStructures(long[] groupIds, long classNameId)
          Returns all the structures matching the groups and class name ID that the user has permission to view.
 List<DDMStructure> DDMStructureService.getStructures(long[] groupIds, long classNameId)
          Returns all the structures matching the groups and class name ID that the user has permission to view.
static List<DDMStructure> DDMStructureLocalServiceUtil.getStructures(long[] groupIds, long classNameId)
          Returns all the structures matching the class name ID and belonging to the groups.
 List<DDMStructure> DDMStructureLocalService.getStructures(long[] groupIds, long classNameId)
          Returns all the structures matching the class name ID and belonging to the groups.
 List<DDMStructure> DDMStructureServiceWrapper.getStructures(long[] groupIds, long classNameId)
          Returns all the structures matching the groups and class name ID that the user has permission to view.
 List<DDMStructure> DDMStructureLocalServiceWrapper.getStructures(long[] groupIds, long classNameId, int start, int end)
          Returns a range of all the structures matching the class name ID and belonging to the groups.
static List<DDMStructure> DDMStructureServiceUtil.getStructures(long[] groupIds, long classNameId, int start, int end)
           
 List<DDMStructure> DDMStructureService.getStructures(long[] groupIds, long classNameId, int start, int end)
           
static List<DDMStructure> DDMStructureLocalServiceUtil.getStructures(long[] groupIds, long classNameId, int start, int end)
          Returns a range of all the structures matching the class name ID and belonging to the groups.
 List<DDMStructure> DDMStructureLocalService.getStructures(long[] groupIds, long classNameId, int start, int end)
          Returns a range of all the structures matching the class name ID and belonging to the groups.
 List<DDMStructure> DDMStructureServiceWrapper.getStructures(long[] groupIds, long classNameId, int start, int end)
           
 List<DDMStructure> DDMStructureLocalServiceWrapper.getStructures(long groupId, int start, int end)
          Returns a range of all the structures belonging to the group.
static List<DDMStructure> DDMStructureLocalServiceUtil.getStructures(long groupId, int start, int end)
          Returns a range of all the structures belonging to the group.
 List<DDMStructure> DDMStructureLocalService.getStructures(long groupId, int start, int end)
          Returns a range of all the structures belonging to the group.
 List<DDMStructure> DDMStructureLocalServiceWrapper.getStructures(long groupId, long classNameId)
          Returns all the structures matching class name ID and group.
static List<DDMStructure> DDMStructureLocalServiceUtil.getStructures(long groupId, long classNameId)
          Returns all the structures matching class name ID and group.
 List<DDMStructure> DDMStructureLocalService.getStructures(long groupId, long classNameId)
          Returns all the structures matching class name ID and group.
 List<DDMStructure> DDMStructureLocalServiceWrapper.getStructures(long groupId, long classNameId, int start, int end)
          Returns a range of all the structures that match the class name ID and group.
static List<DDMStructure> DDMStructureLocalServiceUtil.getStructures(long groupId, long classNameId, int start, int end)
          Returns a range of all the structures that match the class name ID and group.
 List<DDMStructure> DDMStructureLocalService.getStructures(long groupId, long classNameId, int start, int end)
          Returns a range of all the structures that match the class name ID and group.
 List<DDMStructure> DDMStructureLocalServiceWrapper.getStructures(long groupId, long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the class name ID and group.
static List<DDMStructure> DDMStructureLocalServiceUtil.getStructures(long groupId, long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the class name ID and group.
 List<DDMStructure> DDMStructureLocalService.getStructures(long groupId, long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the class name ID and group.
 List<DDMStructure> DDMStructureLocalServiceWrapper.getStructures(long groupId, String name, String description)
           
static List<DDMStructure> DDMStructureLocalServiceUtil.getStructures(long groupId, String name, String description)
           
 List<DDMStructure> DDMStructureLocalService.getStructures(long groupId, String name, String description)
           
 List<DDMStructure> DDMStructureLocalServiceWrapper.search(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions.
static List<DDMStructure> DDMStructureServiceUtil.search(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions.
 List<DDMStructure> DDMStructureService.search(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions.
static List<DDMStructure> DDMStructureLocalServiceUtil.search(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions.
 List<DDMStructure> DDMStructureLocalService.search(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions.
 List<DDMStructure> DDMStructureServiceWrapper.search(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions.
 List<DDMStructure> DDMStructureLocalServiceWrapper.search(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type.
static List<DDMStructure> DDMStructureServiceUtil.search(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type.
 List<DDMStructure> DDMStructureService.search(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type.
static List<DDMStructure> DDMStructureLocalServiceUtil.search(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type.
 List<DDMStructure> DDMStructureLocalService.search(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type.
 List<DDMStructure> DDMStructureServiceWrapper.search(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type.
 

Methods in com.liferay.portlet.dynamicdatamapping.service with parameters of type DDMStructure
 DDMStructure DDMStructureLocalServiceWrapper.addDDMStructure(DDMStructure ddmStructure)
          Adds the d d m structure to the database.
static DDMStructure DDMStructureLocalServiceUtil.addDDMStructure(DDMStructure ddmStructure)
          Adds the d d m structure to the database.
 DDMStructure DDMStructureLocalService.addDDMStructure(DDMStructure ddmStructure)
          Adds the d d m structure to the database.
 void DDMStructureLocalServiceWrapper.addDLFileEntryTypeDDMStructure(long fileEntryTypeId, DDMStructure ddmStructure)
           
static void DDMStructureLocalServiceUtil.addDLFileEntryTypeDDMStructure(long fileEntryTypeId, DDMStructure ddmStructure)
           
 void DDMStructureLocalService.addDLFileEntryTypeDDMStructure(long fileEntryTypeId, DDMStructure ddmStructure)
           
 void DDMStructureLocalServiceWrapper.addStructureResources(DDMStructure structure, boolean addGroupPermissions, boolean addGuestPermissions)
          Adds the resources to the structure.
static void DDMStructureLocalServiceUtil.addStructureResources(DDMStructure structure, boolean addGroupPermissions, boolean addGuestPermissions)
          Adds the resources to the structure.
 void DDMStructureLocalService.addStructureResources(DDMStructure structure, boolean addGroupPermissions, boolean addGuestPermissions)
          Adds the resources to the structure.
 void DDMStructureLocalServiceWrapper.addStructureResources(DDMStructure structure, String[] groupPermissions, String[] guestPermissions)
          Adds the model resources with the permissions to the structure.
static void DDMStructureLocalServiceUtil.addStructureResources(DDMStructure structure, String[] groupPermissions, String[] guestPermissions)
          Adds the model resources with the permissions to the structure.
 void DDMStructureLocalService.addStructureResources(DDMStructure structure, String[] groupPermissions, String[] guestPermissions)
          Adds the model resources with the permissions to the structure.
 DDMStructure DDMStructureLocalServiceWrapper.deleteDDMStructure(DDMStructure ddmStructure)
          Deletes the d d m structure from the database.
static DDMStructure DDMStructureLocalServiceUtil.deleteDDMStructure(DDMStructure ddmStructure)
          Deletes the d d m structure from the database.
 DDMStructure DDMStructureLocalService.deleteDDMStructure(DDMStructure ddmStructure)
          Deletes the d d m structure from the database.
 void DDMStructureLocalServiceWrapper.deleteDLFileEntryTypeDDMStructure(long fileEntryTypeId, DDMStructure ddmStructure)
           
static void DDMStructureLocalServiceUtil.deleteDLFileEntryTypeDDMStructure(long fileEntryTypeId, DDMStructure ddmStructure)
           
 void DDMStructureLocalService.deleteDLFileEntryTypeDDMStructure(long fileEntryTypeId, DDMStructure ddmStructure)
           
 void DDMStructureLocalServiceWrapper.deleteStructure(DDMStructure structure)
          Deletes the structure and its resources.
static void DDMStructureLocalServiceUtil.deleteStructure(DDMStructure structure)
          Deletes the structure and its resources.
 void DDMStructureLocalService.deleteStructure(DDMStructure structure)
          Deletes the structure and its resources.
 DDMStructure DDMStructureLocalServiceWrapper.updateDDMStructure(DDMStructure ddmStructure)
          Updates the d d m structure in the database or adds it if it does not yet exist.
static DDMStructure DDMStructureLocalServiceUtil.updateDDMStructure(DDMStructure ddmStructure)
          Updates the d d m structure in the database or adds it if it does not yet exist.
 DDMStructure DDMStructureLocalService.updateDDMStructure(DDMStructure ddmStructure)
          Updates the d d m structure 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 DDMStructure
 void DDMStructureLocalServiceWrapper.addDLFileEntryTypeDDMStructures(long fileEntryTypeId, List<DDMStructure> DDMStructures)
           
static void DDMStructureLocalServiceUtil.addDLFileEntryTypeDDMStructures(long fileEntryTypeId, List<DDMStructure> DDMStructures)
           
 void DDMStructureLocalService.addDLFileEntryTypeDDMStructures(long fileEntryTypeId, List<DDMStructure> DDMStructures)
           
 void DDMStructureLocalServiceWrapper.deleteDLFileEntryTypeDDMStructures(long fileEntryTypeId, List<DDMStructure> DDMStructures)
           
static void DDMStructureLocalServiceUtil.deleteDLFileEntryTypeDDMStructures(long fileEntryTypeId, List<DDMStructure> DDMStructures)
           
 void DDMStructureLocalService.deleteDLFileEntryTypeDDMStructures(long fileEntryTypeId, List<DDMStructure> DDMStructures)
           
 List<DDMStructure> DDMStructureLocalServiceWrapper.getClassStructures(long companyId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns all the structures matching the class name ID ordered by the comparator.
static List<DDMStructure> DDMStructureLocalServiceUtil.getClassStructures(long companyId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns all the structures matching the class name ID ordered by the comparator.
 List<DDMStructure> DDMStructureLocalService.getClassStructures(long companyId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns all the structures matching the class name ID ordered by the comparator.
 List<DDMStructure> DDMStructureLocalServiceWrapper.getDDMStructuresByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns a range of d d m structures matching the UUID and company.
static List<DDMStructure> DDMStructureLocalServiceUtil.getDDMStructuresByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns a range of d d m structures matching the UUID and company.
 List<DDMStructure> DDMStructureLocalService.getDDMStructuresByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns a range of d d m structures matching the UUID and company.
 List<DDMStructure> DDMStructureLocalServiceWrapper.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
static List<DDMStructure> DDMStructureLocalServiceUtil.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
 List<DDMStructure> DDMStructureLocalService.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
 List<DDMStructure> DDMStructureLocalServiceWrapper.getStructures(long groupId, long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the class name ID and group.
static List<DDMStructure> DDMStructureLocalServiceUtil.getStructures(long groupId, long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the class name ID and group.
 List<DDMStructure> DDMStructureLocalService.getStructures(long groupId, long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the class name ID and group.
 List<DDMStructure> DDMStructureLocalServiceWrapper.search(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions.
static List<DDMStructure> DDMStructureServiceUtil.search(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions.
 List<DDMStructure> DDMStructureService.search(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions.
static List<DDMStructure> DDMStructureLocalServiceUtil.search(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions.
 List<DDMStructure> DDMStructureLocalService.search(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions.
 List<DDMStructure> DDMStructureServiceWrapper.search(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions.
 List<DDMStructure> DDMStructureLocalServiceWrapper.search(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type.
static List<DDMStructure> DDMStructureServiceUtil.search(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type.
 List<DDMStructure> DDMStructureService.search(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type.
static List<DDMStructure> DDMStructureLocalServiceUtil.search(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type.
 List<DDMStructure> DDMStructureLocalService.search(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type.
 List<DDMStructure> DDMStructureServiceWrapper.search(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type.
 

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

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return DDMStructure
 DDMStructure DDMStructurePersistence.create(long structureId)
          Creates a new d d m structure with the primary key.
static DDMStructure DDMStructureUtil.create(long structureId)
          Creates a new d d m structure with the primary key.
 DDMStructure DDMStructurePersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?.
static DDMStructure DDMStructureUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?.
static DDMStructure DDMStructureUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistence.fetchByClassNameId_First(long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where classNameId = ?.
static DDMStructure DDMStructureUtil.fetchByClassNameId_First(long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where classNameId = ?.
 DDMStructure DDMStructurePersistence.fetchByClassNameId_Last(long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where classNameId = ?.
static DDMStructure DDMStructureUtil.fetchByClassNameId_Last(long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where classNameId = ?.
 DDMStructure DDMStructurePersistence.fetchByG_C_First(long groupId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?.
static DDMStructure DDMStructureUtil.fetchByG_C_First(long groupId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistence.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?.
static DDMStructure DDMStructureUtil.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistence.fetchByG_C_S(long groupId, long classNameId, String structureKey)
          Returns the d d m structure where groupId = ? and classNameId = ? and structureKey = ? or returns null if it could not be found.
static DDMStructure DDMStructureUtil.fetchByG_C_S(long groupId, long classNameId, String structureKey)
          Returns the d d m structure where groupId = ? and classNameId = ? and structureKey = ? or returns null if it could not be found.
 DDMStructure DDMStructurePersistence.fetchByG_C_S(long groupId, long classNameId, String structureKey, boolean retrieveFromCache)
          Returns the d d m structure where groupId = ? and classNameId = ? and structureKey = ? or returns null if it could not be found, optionally using the finder cache.
static DDMStructure DDMStructureUtil.fetchByG_C_S(long groupId, long classNameId, String structureKey, boolean retrieveFromCache)
          Returns the d d m structure where groupId = ? and classNameId = ? and structureKey = ? or returns null if it could not be found, optionally using the finder cache.
 DDMStructure DDMStructurePersistence.fetchByG_N_D_First(long groupId, String name, String description, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
static DDMStructure DDMStructureUtil.fetchByG_N_D_First(long groupId, String name, String description, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
 DDMStructure DDMStructurePersistence.fetchByG_N_D_Last(long groupId, String name, String description, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
static DDMStructure DDMStructureUtil.fetchByG_N_D_Last(long groupId, String name, String description, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
 DDMStructure DDMStructurePersistence.fetchByG_P_First(long groupId, long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
static DDMStructure DDMStructureUtil.fetchByG_P_First(long groupId, long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
 DDMStructure DDMStructurePersistence.fetchByG_P_Last(long groupId, long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
static DDMStructure DDMStructureUtil.fetchByG_P_Last(long groupId, long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
 DDMStructure DDMStructurePersistence.fetchByGroupId_First(long groupId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ?.
static DDMStructure DDMStructureUtil.fetchByGroupId_First(long groupId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ?.
 DDMStructure DDMStructurePersistence.fetchByGroupId_Last(long groupId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ?.
static DDMStructure DDMStructureUtil.fetchByGroupId_Last(long groupId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ?.
 DDMStructure DDMStructurePersistence.fetchByParentStructureId_First(long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where parentStructureId = ?.
static DDMStructure DDMStructureUtil.fetchByParentStructureId_First(long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where parentStructureId = ?.
 DDMStructure DDMStructurePersistence.fetchByParentStructureId_Last(long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where parentStructureId = ?.
static DDMStructure DDMStructureUtil.fetchByParentStructureId_Last(long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where parentStructureId = ?.
 DDMStructure DDMStructurePersistence.fetchByPrimaryKey(long structureId)
          Returns the d d m structure with the primary key or returns null if it could not be found.
static DDMStructure DDMStructureUtil.fetchByPrimaryKey(long structureId)
          Returns the d d m structure with the primary key or returns null if it could not be found.
 DDMStructure DDMStructurePersistence.fetchByStructureKey_First(String structureKey, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where structureKey = ?.
static DDMStructure DDMStructureUtil.fetchByStructureKey_First(String structureKey, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where structureKey = ?.
 DDMStructure DDMStructurePersistence.fetchByStructureKey_Last(String structureKey, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where structureKey = ?.
static DDMStructure DDMStructureUtil.fetchByStructureKey_Last(String structureKey, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where structureKey = ?.
 DDMStructure DDMStructurePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?.
static DDMStructure DDMStructureUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?.
 DDMStructure DDMStructurePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?.
static DDMStructure DDMStructureUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?.
 DDMStructure DDMStructurePersistence.fetchByUuid_First(String uuid, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ?.
static DDMStructure DDMStructureUtil.fetchByUuid_First(String uuid, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ?.
 DDMStructure DDMStructurePersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the d d m structure where uuid = ? and groupId = ? or returns null if it could not be found.
static DDMStructure DDMStructureUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the d d m structure where uuid = ? and groupId = ? or returns null if it could not be found.
 DDMStructure DDMStructurePersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the d d m structure where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static DDMStructure DDMStructureUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the d d m structure where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 DDMStructure DDMStructurePersistence.fetchByUuid_Last(String uuid, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ?.
static DDMStructure DDMStructureUtil.fetchByUuid_Last(String uuid, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ?.
 DDMStructure[] DDMStructurePersistence.filterFindByG_C_PrevAndNext(long structureId, long groupId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and classNameId = ?.
static DDMStructure[] DDMStructureUtil.filterFindByG_C_PrevAndNext(long structureId, long groupId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and classNameId = ?.
 DDMStructure[] DDMStructurePersistence.filterFindByG_N_D_PrevAndNext(long structureId, long groupId, String name, String description, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?.
static DDMStructure[] DDMStructureUtil.filterFindByG_N_D_PrevAndNext(long structureId, long groupId, String name, String description, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?.
 DDMStructure[] DDMStructurePersistence.filterFindByG_P_PrevAndNext(long structureId, long groupId, long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and parentStructureId = ?.
static DDMStructure[] DDMStructureUtil.filterFindByG_P_PrevAndNext(long structureId, long groupId, long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and parentStructureId = ?.
 DDMStructure[] DDMStructurePersistence.filterFindByGroupId_PrevAndNext(long structureId, long groupId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ?.
static DDMStructure[] DDMStructureUtil.filterFindByGroupId_PrevAndNext(long structureId, long groupId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ?.
 DDMStructure DDMStructurePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?.
static DDMStructure DDMStructureUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?.
static DDMStructure DDMStructureUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?.
 DDMStructure[] DDMStructurePersistence.findByC_C_PrevAndNext(long structureId, long companyId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where companyId = ? and classNameId = ?.
static DDMStructure[] DDMStructureUtil.findByC_C_PrevAndNext(long structureId, long companyId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where companyId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistence.findByClassNameId_First(long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where classNameId = ?.
static DDMStructure DDMStructureUtil.findByClassNameId_First(long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where classNameId = ?.
 DDMStructure DDMStructurePersistence.findByClassNameId_Last(long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where classNameId = ?.
static DDMStructure DDMStructureUtil.findByClassNameId_Last(long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where classNameId = ?.
 DDMStructure[] DDMStructurePersistence.findByClassNameId_PrevAndNext(long structureId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where classNameId = ?.
static DDMStructure[] DDMStructureUtil.findByClassNameId_PrevAndNext(long structureId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where classNameId = ?.
 DDMStructure DDMStructurePersistence.findByG_C_First(long groupId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?.
static DDMStructure DDMStructureUtil.findByG_C_First(long groupId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistence.findByG_C_Last(long groupId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?.
static DDMStructure DDMStructureUtil.findByG_C_Last(long groupId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?.
 DDMStructure[] DDMStructurePersistence.findByG_C_PrevAndNext(long structureId, long groupId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and classNameId = ?.
static DDMStructure[] DDMStructureUtil.findByG_C_PrevAndNext(long structureId, long groupId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistence.findByG_C_S(long groupId, long classNameId, String structureKey)
          Returns the d d m structure where groupId = ? and classNameId = ? and structureKey = ? or throws a NoSuchStructureException if it could not be found.
static DDMStructure DDMStructureUtil.findByG_C_S(long groupId, long classNameId, String structureKey)
          Returns the d d m structure where groupId = ? and classNameId = ? and structureKey = ? or throws a NoSuchStructureException if it could not be found.
 DDMStructure DDMStructurePersistence.findByG_N_D_First(long groupId, String name, String description, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
static DDMStructure DDMStructureUtil.findByG_N_D_First(long groupId, String name, String description, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
 DDMStructure DDMStructurePersistence.findByG_N_D_Last(long groupId, String name, String description, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
static DDMStructure DDMStructureUtil.findByG_N_D_Last(long groupId, String name, String description, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
 DDMStructure[] DDMStructurePersistence.findByG_N_D_PrevAndNext(long structureId, long groupId, String name, String description, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
static DDMStructure[] DDMStructureUtil.findByG_N_D_PrevAndNext(long structureId, long groupId, String name, String description, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
 DDMStructure DDMStructurePersistence.findByG_P_First(long groupId, long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
static DDMStructure DDMStructureUtil.findByG_P_First(long groupId, long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
 DDMStructure DDMStructurePersistence.findByG_P_Last(long groupId, long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
static DDMStructure DDMStructureUtil.findByG_P_Last(long groupId, long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
 DDMStructure[] DDMStructurePersistence.findByG_P_PrevAndNext(long structureId, long groupId, long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
static DDMStructure[] DDMStructureUtil.findByG_P_PrevAndNext(long structureId, long groupId, long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
 DDMStructure DDMStructurePersistence.findByGroupId_First(long groupId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ?.
static DDMStructure DDMStructureUtil.findByGroupId_First(long groupId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ?.
 DDMStructure DDMStructurePersistence.findByGroupId_Last(long groupId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ?.
static DDMStructure DDMStructureUtil.findByGroupId_Last(long groupId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ?.
 DDMStructure[] DDMStructurePersistence.findByGroupId_PrevAndNext(long structureId, long groupId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ?.
static DDMStructure[] DDMStructureUtil.findByGroupId_PrevAndNext(long structureId, long groupId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ?.
 DDMStructure DDMStructurePersistence.findByParentStructureId_First(long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where parentStructureId = ?.
static DDMStructure DDMStructureUtil.findByParentStructureId_First(long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where parentStructureId = ?.
 DDMStructure DDMStructurePersistence.findByParentStructureId_Last(long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where parentStructureId = ?.
static DDMStructure DDMStructureUtil.findByParentStructureId_Last(long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where parentStructureId = ?.
 DDMStructure[] DDMStructurePersistence.findByParentStructureId_PrevAndNext(long structureId, long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where parentStructureId = ?.
static DDMStructure[] DDMStructureUtil.findByParentStructureId_PrevAndNext(long structureId, long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where parentStructureId = ?.
 DDMStructure DDMStructurePersistence.findByPrimaryKey(long structureId)
          Returns the d d m structure with the primary key or throws a NoSuchStructureException if it could not be found.
static DDMStructure DDMStructureUtil.findByPrimaryKey(long structureId)
          Returns the d d m structure with the primary key or throws a NoSuchStructureException if it could not be found.
 DDMStructure DDMStructurePersistence.findByStructureKey_First(String structureKey, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where structureKey = ?.
static DDMStructure DDMStructureUtil.findByStructureKey_First(String structureKey, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where structureKey = ?.
 DDMStructure DDMStructurePersistence.findByStructureKey_Last(String structureKey, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where structureKey = ?.
static DDMStructure DDMStructureUtil.findByStructureKey_Last(String structureKey, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where structureKey = ?.
 DDMStructure[] DDMStructurePersistence.findByStructureKey_PrevAndNext(long structureId, String structureKey, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where structureKey = ?.
static DDMStructure[] DDMStructureUtil.findByStructureKey_PrevAndNext(long structureId, String structureKey, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where structureKey = ?.
 DDMStructure DDMStructurePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?.
static DDMStructure DDMStructureUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?.
 DDMStructure DDMStructurePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?.
static DDMStructure DDMStructureUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?.
 DDMStructure[] DDMStructurePersistence.findByUuid_C_PrevAndNext(long structureId, String uuid, long companyId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ? and companyId = ?.
static DDMStructure[] DDMStructureUtil.findByUuid_C_PrevAndNext(long structureId, String uuid, long companyId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ? and companyId = ?.
 DDMStructure DDMStructurePersistence.findByUuid_First(String uuid, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ?.
static DDMStructure DDMStructureUtil.findByUuid_First(String uuid, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ?.
 DDMStructure DDMStructurePersistence.findByUUID_G(String uuid, long groupId)
          Returns the d d m structure where uuid = ? and groupId = ? or throws a NoSuchStructureException if it could not be found.
static DDMStructure DDMStructureUtil.findByUUID_G(String uuid, long groupId)
          Returns the d d m structure where uuid = ? and groupId = ? or throws a NoSuchStructureException if it could not be found.
 DDMStructure DDMStructurePersistence.findByUuid_Last(String uuid, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ?.
static DDMStructure DDMStructureUtil.findByUuid_Last(String uuid, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ?.
 DDMStructure[] DDMStructurePersistence.findByUuid_PrevAndNext(long structureId, String uuid, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ?.
static DDMStructure[] DDMStructureUtil.findByUuid_PrevAndNext(long structureId, String uuid, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ?.
 DDMStructure DDMStructurePersistence.remove(long structureId)
          Removes the d d m structure with the primary key from the database.
static DDMStructure DDMStructureUtil.remove(long structureId)
          Removes the d d m structure with the primary key from the database.
 DDMStructure DDMStructurePersistence.removeByG_C_S(long groupId, long classNameId, String structureKey)
          Removes the d d m structure where groupId = ? and classNameId = ? and structureKey = ? from the database.
static DDMStructure DDMStructureUtil.removeByG_C_S(long groupId, long classNameId, String structureKey)
          Removes the d d m structure where groupId = ? and classNameId = ? and structureKey = ? from the database.
 DDMStructure DDMStructurePersistence.removeByUUID_G(String uuid, long groupId)
          Removes the d d m structure where uuid = ? and groupId = ? from the database.
static DDMStructure DDMStructureUtil.removeByUUID_G(String uuid, long groupId)
          Removes the d d m structure where uuid = ? and groupId = ? from the database.
static DDMStructure DDMStructureUtil.update(DDMStructure ddmStructure)
           
static DDMStructure DDMStructureUtil.update(DDMStructure ddmStructure, ServiceContext serviceContext)
           
 DDMStructure DDMStructurePersistence.updateImpl(DDMStructure ddmStructure)
           
static DDMStructure DDMStructureUtil.updateImpl(DDMStructure ddmStructure)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return types with arguments of type DDMStructure
 Map<Serializable,DDMStructure> DDMStructurePersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static Map<Serializable,DDMStructure> DDMStructureUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<DDMStructure> DDMStructureFinder.filterFindByC_G_C_N_D_S_T(long companyId, long[] groupIds, long classNameId, String[] names, String[] descriptions, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
static List<DDMStructure> DDMStructureFinderUtil.filterFindByC_G_C_N_D_S_T(long companyId, long[] groupIds, long classNameId, String[] names, String[] descriptions, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
 List<DDMStructure> DDMStructureFinder.filterFindByC_G_C_N_D_S_T(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
static List<DDMStructure> DDMStructureFinderUtil.filterFindByC_G_C_N_D_S_T(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
 List<DDMStructure> DDMStructurePersistence.filterFindByG_C(long[] groupIds, long classNameId)
          Returns all the d d m structures that the user has permission to view where groupId = any ? and classNameId = ?.
static List<DDMStructure> DDMStructureUtil.filterFindByG_C(long[] groupIds, long classNameId)
          Returns all the d d m structures that the user has permission to view where groupId = any ? and classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByG_C(long[] groupIds, long classNameId, int start, int end)
          Returns a range of all the d d m structures that the user has permission to view where groupId = any ? and classNameId = ?.
static List<DDMStructure> DDMStructureUtil.filterFindByG_C(long[] groupIds, long classNameId, int start, int end)
          Returns a range of all the d d m structures that the user has permission to view where groupId = any ? and classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByG_C(long[] groupIds, long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permission to view where groupId = any ? and classNameId = ?.
static List<DDMStructure> DDMStructureUtil.filterFindByG_C(long[] groupIds, long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permission to view where groupId = any ? and classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByG_C(long groupId, long classNameId)
          Returns all the d d m structures that the user has permission to view where groupId = ? and classNameId = ?.
static List<DDMStructure> DDMStructureUtil.filterFindByG_C(long groupId, long classNameId)
          Returns all the d d m structures that the user has permission to view where groupId = ? and classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByG_C(long groupId, long classNameId, int start, int end)
          Returns a range of all the d d m structures that the user has permission to view where groupId = ? and classNameId = ?.
static List<DDMStructure> DDMStructureUtil.filterFindByG_C(long groupId, long classNameId, int start, int end)
          Returns a range of all the d d m structures that the user has permission to view where groupId = ? and classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and classNameId = ?.
static List<DDMStructure> DDMStructureUtil.filterFindByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByG_N_D(long groupId, String name, String description)
          Returns all the d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?.
static List<DDMStructure> DDMStructureUtil.filterFindByG_N_D(long groupId, String name, String description)
          Returns all the d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByG_N_D(long groupId, String name, String description, int start, int end)
          Returns a range of all the d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?.
static List<DDMStructure> DDMStructureUtil.filterFindByG_N_D(long groupId, String name, String description, int start, int end)
          Returns a range of all the d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByG_N_D(long groupId, String name, String description, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and name = ? and description = ?.
static List<DDMStructure> DDMStructureUtil.filterFindByG_N_D(long groupId, String name, String description, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and name = ? and description = ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByG_P(long groupId, long parentStructureId)
          Returns all the d d m structures that the user has permission to view where groupId = ? and parentStructureId = ?.
static List<DDMStructure> DDMStructureUtil.filterFindByG_P(long groupId, long parentStructureId)
          Returns all the d d m structures that the user has permission to view where groupId = ? and parentStructureId = ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByG_P(long groupId, long parentStructureId, int start, int end)
          Returns a range of all the d d m structures that the user has permission to view where groupId = ? and parentStructureId = ?.
static List<DDMStructure> DDMStructureUtil.filterFindByG_P(long groupId, long parentStructureId, int start, int end)
          Returns a range of all the d d m structures that the user has permission to view where groupId = ? and parentStructureId = ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByG_P(long groupId, long parentStructureId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and parentStructureId = ?.
static List<DDMStructure> DDMStructureUtil.filterFindByG_P(long groupId, long parentStructureId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and parentStructureId = ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByGroupId(long groupId)
          Returns all the d d m structures that the user has permission to view where groupId = ?.
static List<DDMStructure> DDMStructureUtil.filterFindByGroupId(long groupId)
          Returns all the d d m structures that the user has permission to view where groupId = ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByGroupId(long[] groupIds)
          Returns all the d d m structures that the user has permission to view where groupId = any ?.
static List<DDMStructure> DDMStructureUtil.filterFindByGroupId(long[] groupIds)
          Returns all the d d m structures that the user has permission to view where groupId = any ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByGroupId(long[] groupIds, int start, int end)
          Returns a range of all the d d m structures that the user has permission to view where groupId = any ?.
static List<DDMStructure> DDMStructureUtil.filterFindByGroupId(long[] groupIds, int start, int end)
          Returns a range of all the d d m structures that the user has permission to view where groupId = any ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByGroupId(long[] groupIds, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permission to view where groupId = any ?.
static List<DDMStructure> DDMStructureUtil.filterFindByGroupId(long[] groupIds, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permission to view where groupId = any ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the d d m structures that the user has permission to view where groupId = ?.
static List<DDMStructure> DDMStructureUtil.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the d d m structures that the user has permission to view where groupId = ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ?.
static List<DDMStructure> DDMStructureUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ?.
 List<DDMStructure> DDMStructureFinder.filterFindByKeywords(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
static List<DDMStructure> DDMStructureFinderUtil.filterFindByKeywords(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
 List<DDMStructure> DDMStructurePersistence.findAll()
          Returns all the d d m structures.
static List<DDMStructure> DDMStructureUtil.findAll()
          Returns all the d d m structures.
 List<DDMStructure> DDMStructurePersistence.findAll(int start, int end)
          Returns a range of all the d d m structures.
static List<DDMStructure> DDMStructureUtil.findAll(int start, int end)
          Returns a range of all the d d m structures.
 List<DDMStructure> DDMStructurePersistence.findAll(int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures.
static List<DDMStructure> DDMStructureUtil.findAll(int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures.
 List<DDMStructure> DDMStructurePersistence.findByC_C(long companyId, long classNameId)
          Returns all the d d m structures where companyId = ? and classNameId = ?.
static List<DDMStructure> DDMStructureUtil.findByC_C(long companyId, long classNameId)
          Returns all the d d m structures where companyId = ? and classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.findByC_C(long companyId, long classNameId, int start, int end)
          Returns a range of all the d d m structures where companyId = ? and classNameId = ?.
static List<DDMStructure> DDMStructureUtil.findByC_C(long companyId, long classNameId, int start, int end)
          Returns a range of all the d d m structures where companyId = ? and classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where companyId = ? and classNameId = ?.
static List<DDMStructure> DDMStructureUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where companyId = ? and classNameId = ?.
 List<DDMStructure> DDMStructureFinder.findByC_G_C_N_D_S_T(long companyId, long[] groupIds, long classNameId, String[] names, String[] descriptions, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
static List<DDMStructure> DDMStructureFinderUtil.findByC_G_C_N_D_S_T(long companyId, long[] groupIds, long classNameId, String[] names, String[] descriptions, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
 List<DDMStructure> DDMStructureFinder.findByC_G_C_N_D_S_T(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
static List<DDMStructure> DDMStructureFinderUtil.findByC_G_C_N_D_S_T(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
 List<DDMStructure> DDMStructurePersistence.findByClassNameId(long classNameId)
          Returns all the d d m structures where classNameId = ?.
static List<DDMStructure> DDMStructureUtil.findByClassNameId(long classNameId)
          Returns all the d d m structures where classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.findByClassNameId(long classNameId, int start, int end)
          Returns a range of all the d d m structures where classNameId = ?.
static List<DDMStructure> DDMStructureUtil.findByClassNameId(long classNameId, int start, int end)
          Returns a range of all the d d m structures where classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.findByClassNameId(long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where classNameId = ?.
static List<DDMStructure> DDMStructureUtil.findByClassNameId(long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.findByG_C(long[] groupIds, long classNameId)
          Returns all the d d m structures where groupId = any ? and classNameId = ?.
static List<DDMStructure> DDMStructureUtil.findByG_C(long[] groupIds, long classNameId)
          Returns all the d d m structures where groupId = any ? and classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.findByG_C(long[] groupIds, long classNameId, int start, int end)
          Returns a range of all the d d m structures where groupId = any ? and classNameId = ?.
static List<DDMStructure> DDMStructureUtil.findByG_C(long[] groupIds, long classNameId, int start, int end)
          Returns a range of all the d d m structures where groupId = any ? and classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.findByG_C(long[] groupIds, long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = any ? and classNameId = ?.
static List<DDMStructure> DDMStructureUtil.findByG_C(long[] groupIds, long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = any ? and classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.findByG_C(long groupId, long classNameId)
          Returns all the d d m structures where groupId = ? and classNameId = ?.
static List<DDMStructure> DDMStructureUtil.findByG_C(long groupId, long classNameId)
          Returns all the d d m structures where groupId = ? and classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.findByG_C(long groupId, long classNameId, int start, int end)
          Returns a range of all the d d m structures where groupId = ? and classNameId = ?.
static List<DDMStructure> DDMStructureUtil.findByG_C(long groupId, long classNameId, int start, int end)
          Returns a range of all the d d m structures where groupId = ? and classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = ? and classNameId = ?.
static List<DDMStructure> DDMStructureUtil.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = ? and classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.findByG_N_D(long groupId, String name, String description)
          Returns all the d d m structures where groupId = ? and name = ? and description = ?.
static List<DDMStructure> DDMStructureUtil.findByG_N_D(long groupId, String name, String description)
          Returns all the d d m structures where groupId = ? and name = ? and description = ?.
 List<DDMStructure> DDMStructurePersistence.findByG_N_D(long groupId, String name, String description, int start, int end)
          Returns a range of all the d d m structures where groupId = ? and name = ? and description = ?.
static List<DDMStructure> DDMStructureUtil.findByG_N_D(long groupId, String name, String description, int start, int end)
          Returns a range of all the d d m structures where groupId = ? and name = ? and description = ?.
 List<DDMStructure> DDMStructurePersistence.findByG_N_D(long groupId, String name, String description, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = ? and name = ? and description = ?.
static List<DDMStructure> DDMStructureUtil.findByG_N_D(long groupId, String name, String description, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = ? and name = ? and description = ?.
 List<DDMStructure> DDMStructurePersistence.findByG_P(long groupId, long parentStructureId)
          Returns all the d d m structures where groupId = ? and parentStructureId = ?.
static List<DDMStructure> DDMStructureUtil.findByG_P(long groupId, long parentStructureId)
          Returns all the d d m structures where groupId = ? and parentStructureId = ?.
 List<DDMStructure> DDMStructurePersistence.findByG_P(long groupId, long parentStructureId, int start, int end)
          Returns a range of all the d d m structures where groupId = ? and parentStructureId = ?.
static List<DDMStructure> DDMStructureUtil.findByG_P(long groupId, long parentStructureId, int start, int end)
          Returns a range of all the d d m structures where groupId = ? and parentStructureId = ?.
 List<DDMStructure> DDMStructurePersistence.findByG_P(long groupId, long parentStructureId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = ? and parentStructureId = ?.
static List<DDMStructure> DDMStructureUtil.findByG_P(long groupId, long parentStructureId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = ? and parentStructureId = ?.
 List<DDMStructure> DDMStructurePersistence.findByGroupId(long groupId)
          Returns all the d d m structures where groupId = ?.
static List<DDMStructure> DDMStructureUtil.findByGroupId(long groupId)
          Returns all the d d m structures where groupId = ?.
 List<DDMStructure> DDMStructurePersistence.findByGroupId(long[] groupIds)
          Returns all the d d m structures where groupId = any ?.
static List<DDMStructure> DDMStructureUtil.findByGroupId(long[] groupIds)
          Returns all the d d m structures where groupId = any ?.
 List<DDMStructure> DDMStructurePersistence.findByGroupId(long[] groupIds, int start, int end)
          Returns a range of all the d d m structures where groupId = any ?.
static List<DDMStructure> DDMStructureUtil.findByGroupId(long[] groupIds, int start, int end)
          Returns a range of all the d d m structures where groupId = any ?.
 List<DDMStructure> DDMStructurePersistence.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = any ?.
static List<DDMStructure> DDMStructureUtil.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = any ?.
 List<DDMStructure> DDMStructurePersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the d d m structures where groupId = ?.
static List<DDMStructure> DDMStructureUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the d d m structures where groupId = ?.
 List<DDMStructure> DDMStructurePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = ?.
static List<DDMStructure> DDMStructureUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = ?.
 List<DDMStructure> DDMStructureFinder.findByKeywords(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
static List<DDMStructure> DDMStructureFinderUtil.findByKeywords(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
 List<DDMStructure> DDMStructurePersistence.findByParentStructureId(long parentStructureId)
          Returns all the d d m structures where parentStructureId = ?.
static List<DDMStructure> DDMStructureUtil.findByParentStructureId(long parentStructureId)
          Returns all the d d m structures where parentStructureId = ?.
 List<DDMStructure> DDMStructurePersistence.findByParentStructureId(long parentStructureId, int start, int end)
          Returns a range of all the d d m structures where parentStructureId = ?.
static List<DDMStructure> DDMStructureUtil.findByParentStructureId(long parentStructureId, int start, int end)
          Returns a range of all the d d m structures where parentStructureId = ?.
 List<DDMStructure> DDMStructurePersistence.findByParentStructureId(long parentStructureId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where parentStructureId = ?.
static List<DDMStructure> DDMStructureUtil.findByParentStructureId(long parentStructureId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where parentStructureId = ?.
 List<DDMStructure> DDMStructurePersistence.findByStructureKey(String structureKey)
          Returns all the d d m structures where structureKey = ?.
static List<DDMStructure> DDMStructureUtil.findByStructureKey(String structureKey)
          Returns all the d d m structures where structureKey = ?.
 List<DDMStructure> DDMStructurePersistence.findByStructureKey(String structureKey, int start, int end)
          Returns a range of all the d d m structures where structureKey = ?.
static List<DDMStructure> DDMStructureUtil.findByStructureKey(String structureKey, int start, int end)
          Returns a range of all the d d m structures where structureKey = ?.
 List<DDMStructure> DDMStructurePersistence.findByStructureKey(String structureKey, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where structureKey = ?.
static List<DDMStructure> DDMStructureUtil.findByStructureKey(String structureKey, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where structureKey = ?.
 List<DDMStructure> DDMStructurePersistence.findByUuid_C(String uuid, long companyId)
          Returns all the d d m structures where uuid = ? and companyId = ?.
static List<DDMStructure> DDMStructureUtil.findByUuid_C(String uuid, long companyId)
          Returns all the d d m structures where uuid = ? and companyId = ?.
 List<DDMStructure> DDMStructurePersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the d d m structures where uuid = ? and companyId = ?.
static List<DDMStructure> DDMStructureUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the d d m structures where uuid = ? and companyId = ?.
 List<DDMStructure> DDMStructurePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where uuid = ? and companyId = ?.
static List<DDMStructure> DDMStructureUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where uuid = ? and companyId = ?.
 List<DDMStructure> DDMStructurePersistence.findByUuid(String uuid)
          Returns all the d d m structures where uuid = ?.
static List<DDMStructure> DDMStructureUtil.findByUuid(String uuid)
          Returns all the d d m structures where uuid = ?.
 List<DDMStructure> DDMStructurePersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the d d m structures where uuid = ?.
static List<DDMStructure> DDMStructureUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the d d m structures where uuid = ?.
 List<DDMStructure> DDMStructurePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where uuid = ?.
static List<DDMStructure> DDMStructureUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where uuid = ?.
static List<DDMStructure> DDMStructureUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<DDMStructure> DDMStructureUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<DDMStructure> DDMStructureUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence with parameters of type DDMStructure
 void DDMStructurePersistence.cacheResult(DDMStructure ddmStructure)
          Caches the d d m structure in the entity cache if it is enabled.
static void DDMStructureUtil.cacheResult(DDMStructure ddmStructure)
          Caches the d d m structure in the entity cache if it is enabled.
static void DDMStructureUtil.clearCache(DDMStructure ddmStructure)
           
static DDMStructure DDMStructureUtil.update(DDMStructure ddmStructure)
           
static DDMStructure DDMStructureUtil.update(DDMStructure ddmStructure, ServiceContext serviceContext)
           
 DDMStructure DDMStructurePersistence.updateImpl(DDMStructure ddmStructure)
           
static DDMStructure DDMStructureUtil.updateImpl(DDMStructure ddmStructure)
           
 

Method parameters in com.liferay.portlet.dynamicdatamapping.service.persistence with type arguments of type DDMStructure
 void DDMStructurePersistence.cacheResult(List<DDMStructure> ddmStructures)
          Caches the d d m structures in the entity cache if it is enabled.
static void DDMStructureUtil.cacheResult(List<DDMStructure> ddmStructures)
          Caches the d d m structures in the entity cache if it is enabled.
 DDMStructure DDMStructurePersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?.
static DDMStructure DDMStructureUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?.
static DDMStructure DDMStructureUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistence.fetchByClassNameId_First(long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where classNameId = ?.
static DDMStructure DDMStructureUtil.fetchByClassNameId_First(long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where classNameId = ?.
 DDMStructure DDMStructurePersistence.fetchByClassNameId_Last(long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where classNameId = ?.
static DDMStructure DDMStructureUtil.fetchByClassNameId_Last(long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where classNameId = ?.
 DDMStructure DDMStructurePersistence.fetchByG_C_First(long groupId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?.
static DDMStructure DDMStructureUtil.fetchByG_C_First(long groupId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistence.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?.
static DDMStructure DDMStructureUtil.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistence.fetchByG_N_D_First(long groupId, String name, String description, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
static DDMStructure DDMStructureUtil.fetchByG_N_D_First(long groupId, String name, String description, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
 DDMStructure DDMStructurePersistence.fetchByG_N_D_Last(long groupId, String name, String description, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
static DDMStructure DDMStructureUtil.fetchByG_N_D_Last(long groupId, String name, String description, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
 DDMStructure DDMStructurePersistence.fetchByG_P_First(long groupId, long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
static DDMStructure DDMStructureUtil.fetchByG_P_First(long groupId, long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
 DDMStructure DDMStructurePersistence.fetchByG_P_Last(long groupId, long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
static DDMStructure DDMStructureUtil.fetchByG_P_Last(long groupId, long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
 DDMStructure DDMStructurePersistence.fetchByGroupId_First(long groupId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ?.
static DDMStructure DDMStructureUtil.fetchByGroupId_First(long groupId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ?.
 DDMStructure DDMStructurePersistence.fetchByGroupId_Last(long groupId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ?.
static DDMStructure DDMStructureUtil.fetchByGroupId_Last(long groupId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ?.
 DDMStructure DDMStructurePersistence.fetchByParentStructureId_First(long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where parentStructureId = ?.
static DDMStructure DDMStructureUtil.fetchByParentStructureId_First(long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where parentStructureId = ?.
 DDMStructure DDMStructurePersistence.fetchByParentStructureId_Last(long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where parentStructureId = ?.
static DDMStructure DDMStructureUtil.fetchByParentStructureId_Last(long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where parentStructureId = ?.
 DDMStructure DDMStructurePersistence.fetchByStructureKey_First(String structureKey, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where structureKey = ?.
static DDMStructure DDMStructureUtil.fetchByStructureKey_First(String structureKey, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where structureKey = ?.
 DDMStructure DDMStructurePersistence.fetchByStructureKey_Last(String structureKey, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where structureKey = ?.
static DDMStructure DDMStructureUtil.fetchByStructureKey_Last(String structureKey, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where structureKey = ?.
 DDMStructure DDMStructurePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?.
static DDMStructure DDMStructureUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?.
 DDMStructure DDMStructurePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?.
static DDMStructure DDMStructureUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?.
 DDMStructure DDMStructurePersistence.fetchByUuid_First(String uuid, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ?.
static DDMStructure DDMStructureUtil.fetchByUuid_First(String uuid, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ?.
 DDMStructure DDMStructurePersistence.fetchByUuid_Last(String uuid, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ?.
static DDMStructure DDMStructureUtil.fetchByUuid_Last(String uuid, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ?.
 List<DDMStructure> DDMStructureFinder.filterFindByC_G_C_N_D_S_T(long companyId, long[] groupIds, long classNameId, String[] names, String[] descriptions, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
static List<DDMStructure> DDMStructureFinderUtil.filterFindByC_G_C_N_D_S_T(long companyId, long[] groupIds, long classNameId, String[] names, String[] descriptions, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
 List<DDMStructure> DDMStructureFinder.filterFindByC_G_C_N_D_S_T(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
static List<DDMStructure> DDMStructureFinderUtil.filterFindByC_G_C_N_D_S_T(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
 DDMStructure[] DDMStructurePersistence.filterFindByG_C_PrevAndNext(long structureId, long groupId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and classNameId = ?.
static DDMStructure[] DDMStructureUtil.filterFindByG_C_PrevAndNext(long structureId, long groupId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByG_C(long[] groupIds, long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permission to view where groupId = any ? and classNameId = ?.
static List<DDMStructure> DDMStructureUtil.filterFindByG_C(long[] groupIds, long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permission to view where groupId = any ? and classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and classNameId = ?.
static List<DDMStructure> DDMStructureUtil.filterFindByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and classNameId = ?.
 DDMStructure[] DDMStructurePersistence.filterFindByG_N_D_PrevAndNext(long structureId, long groupId, String name, String description, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?.
static DDMStructure[] DDMStructureUtil.filterFindByG_N_D_PrevAndNext(long structureId, long groupId, String name, String description, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByG_N_D(long groupId, String name, String description, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and name = ? and description = ?.
static List<DDMStructure> DDMStructureUtil.filterFindByG_N_D(long groupId, String name, String description, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and name = ? and description = ?.
 DDMStructure[] DDMStructurePersistence.filterFindByG_P_PrevAndNext(long structureId, long groupId, long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and parentStructureId = ?.
static DDMStructure[] DDMStructureUtil.filterFindByG_P_PrevAndNext(long structureId, long groupId, long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and parentStructureId = ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByG_P(long groupId, long parentStructureId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and parentStructureId = ?.
static List<DDMStructure> DDMStructureUtil.filterFindByG_P(long groupId, long parentStructureId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and parentStructureId = ?.
 DDMStructure[] DDMStructurePersistence.filterFindByGroupId_PrevAndNext(long structureId, long groupId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ?.
static DDMStructure[] DDMStructureUtil.filterFindByGroupId_PrevAndNext(long structureId, long groupId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByGroupId(long[] groupIds, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permission to view where groupId = any ?.
static List<DDMStructure> DDMStructureUtil.filterFindByGroupId(long[] groupIds, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permission to view where groupId = any ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ?.
static List<DDMStructure> DDMStructureUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ?.
 List<DDMStructure> DDMStructureFinder.filterFindByKeywords(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
static List<DDMStructure> DDMStructureFinderUtil.filterFindByKeywords(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
 List<DDMStructure> DDMStructurePersistence.findAll(int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures.
static List<DDMStructure> DDMStructureUtil.findAll(int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures.
 DDMStructure DDMStructurePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?.
static DDMStructure DDMStructureUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?.
static DDMStructure DDMStructureUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?.
 DDMStructure[] DDMStructurePersistence.findByC_C_PrevAndNext(long structureId, long companyId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where companyId = ? and classNameId = ?.
static DDMStructure[] DDMStructureUtil.findByC_C_PrevAndNext(long structureId, long companyId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where companyId = ? and classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where companyId = ? and classNameId = ?.
static List<DDMStructure> DDMStructureUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where companyId = ? and classNameId = ?.
 List<DDMStructure> DDMStructureFinder.findByC_G_C_N_D_S_T(long companyId, long[] groupIds, long classNameId, String[] names, String[] descriptions, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
static List<DDMStructure> DDMStructureFinderUtil.findByC_G_C_N_D_S_T(long companyId, long[] groupIds, long classNameId, String[] names, String[] descriptions, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
 List<DDMStructure> DDMStructureFinder.findByC_G_C_N_D_S_T(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
static List<DDMStructure> DDMStructureFinderUtil.findByC_G_C_N_D_S_T(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
 DDMStructure DDMStructurePersistence.findByClassNameId_First(long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where classNameId = ?.
static DDMStructure DDMStructureUtil.findByClassNameId_First(long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where classNameId = ?.
 DDMStructure DDMStructurePersistence.findByClassNameId_Last(long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where classNameId = ?.
static DDMStructure DDMStructureUtil.findByClassNameId_Last(long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where classNameId = ?.
 DDMStructure[] DDMStructurePersistence.findByClassNameId_PrevAndNext(long structureId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where classNameId = ?.
static DDMStructure[] DDMStructureUtil.findByClassNameId_PrevAndNext(long structureId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.findByClassNameId(long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where classNameId = ?.
static List<DDMStructure> DDMStructureUtil.findByClassNameId(long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where classNameId = ?.
 DDMStructure DDMStructurePersistence.findByG_C_First(long groupId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?.
static DDMStructure DDMStructureUtil.findByG_C_First(long groupId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistence.findByG_C_Last(long groupId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?.
static DDMStructure DDMStructureUtil.findByG_C_Last(long groupId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?.
 DDMStructure[] DDMStructurePersistence.findByG_C_PrevAndNext(long structureId, long groupId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and classNameId = ?.
static DDMStructure[] DDMStructureUtil.findByG_C_PrevAndNext(long structureId, long groupId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.findByG_C(long[] groupIds, long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = any ? and classNameId = ?.
static List<DDMStructure> DDMStructureUtil.findByG_C(long[] groupIds, long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = any ? and classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = ? and classNameId = ?.
static List<DDMStructure> DDMStructureUtil.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistence.findByG_N_D_First(long groupId, String name, String description, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
static DDMStructure DDMStructureUtil.findByG_N_D_First(long groupId, String name, String description, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
 DDMStructure DDMStructurePersistence.findByG_N_D_Last(long groupId, String name, String description, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
static DDMStructure DDMStructureUtil.findByG_N_D_Last(long groupId, String name, String description, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
 DDMStructure[] DDMStructurePersistence.findByG_N_D_PrevAndNext(long structureId, long groupId, String name, String description, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
static DDMStructure[] DDMStructureUtil.findByG_N_D_PrevAndNext(long structureId, long groupId, String name, String description, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
 List<DDMStructure> DDMStructurePersistence.findByG_N_D(long groupId, String name, String description, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = ? and name = ? and description = ?.
static List<DDMStructure> DDMStructureUtil.findByG_N_D(long groupId, String name, String description, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = ? and name = ? and description = ?.
 DDMStructure DDMStructurePersistence.findByG_P_First(long groupId, long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
static DDMStructure DDMStructureUtil.findByG_P_First(long groupId, long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
 DDMStructure DDMStructurePersistence.findByG_P_Last(long groupId, long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
static DDMStructure DDMStructureUtil.findByG_P_Last(long groupId, long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
 DDMStructure[] DDMStructurePersistence.findByG_P_PrevAndNext(long structureId, long groupId, long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
static DDMStructure[] DDMStructureUtil.findByG_P_PrevAndNext(long structureId, long groupId, long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
 List<DDMStructure> DDMStructurePersistence.findByG_P(long groupId, long parentStructureId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = ? and parentStructureId = ?.
static List<DDMStructure> DDMStructureUtil.findByG_P(long groupId, long parentStructureId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = ? and parentStructureId = ?.
 DDMStructure DDMStructurePersistence.findByGroupId_First(long groupId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ?.
static DDMStructure DDMStructureUtil.findByGroupId_First(long groupId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ?.
 DDMStructure DDMStructurePersistence.findByGroupId_Last(long groupId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ?.
static DDMStructure DDMStructureUtil.findByGroupId_Last(long groupId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ?.
 DDMStructure[] DDMStructurePersistence.findByGroupId_PrevAndNext(long structureId, long groupId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ?.
static DDMStructure[] DDMStructureUtil.findByGroupId_PrevAndNext(long structureId, long groupId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ?.
 List<DDMStructure> DDMStructurePersistence.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = any ?.
static List<DDMStructure> DDMStructureUtil.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = any ?.
 List<DDMStructure> DDMStructurePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = ?.
static List<DDMStructure> DDMStructureUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = ?.
 List<DDMStructure> DDMStructureFinder.findByKeywords(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
static List<DDMStructure> DDMStructureFinderUtil.findByKeywords(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
 DDMStructure DDMStructurePersistence.findByParentStructureId_First(long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where parentStructureId = ?.
static DDMStructure DDMStructureUtil.findByParentStructureId_First(long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where parentStructureId = ?.
 DDMStructure DDMStructurePersistence.findByParentStructureId_Last(long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where parentStructureId = ?.
static DDMStructure DDMStructureUtil.findByParentStructureId_Last(long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where parentStructureId = ?.
 DDMStructure[] DDMStructurePersistence.findByParentStructureId_PrevAndNext(long structureId, long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where parentStructureId = ?.
static DDMStructure[] DDMStructureUtil.findByParentStructureId_PrevAndNext(long structureId, long parentStructureId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where parentStructureId = ?.
 List<DDMStructure> DDMStructurePersistence.findByParentStructureId(long parentStructureId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where parentStructureId = ?.
static List<DDMStructure> DDMStructureUtil.findByParentStructureId(long parentStructureId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where parentStructureId = ?.
 DDMStructure DDMStructurePersistence.findByStructureKey_First(String structureKey, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where structureKey = ?.
static DDMStructure DDMStructureUtil.findByStructureKey_First(String structureKey, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where structureKey = ?.
 DDMStructure DDMStructurePersistence.findByStructureKey_Last(String structureKey, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where structureKey = ?.
static DDMStructure DDMStructureUtil.findByStructureKey_Last(String structureKey, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where structureKey = ?.
 DDMStructure[] DDMStructurePersistence.findByStructureKey_PrevAndNext(long structureId, String structureKey, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where structureKey = ?.
static DDMStructure[] DDMStructureUtil.findByStructureKey_PrevAndNext(long structureId, String structureKey, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where structureKey = ?.
 List<DDMStructure> DDMStructurePersistence.findByStructureKey(String structureKey, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where structureKey = ?.
static List<DDMStructure> DDMStructureUtil.findByStructureKey(String structureKey, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where structureKey = ?.
 DDMStructure DDMStructurePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?.
static DDMStructure DDMStructureUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?.
 DDMStructure DDMStructurePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?.
static DDMStructure DDMStructureUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?.
 DDMStructure[] DDMStructurePersistence.findByUuid_C_PrevAndNext(long structureId, String uuid, long companyId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ? and companyId = ?.
static DDMStructure[] DDMStructureUtil.findByUuid_C_PrevAndNext(long structureId, String uuid, long companyId, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ? and companyId = ?.
 List<DDMStructure> DDMStructurePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where uuid = ? and companyId = ?.
static List<DDMStructure> DDMStructureUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where uuid = ? and companyId = ?.
 DDMStructure DDMStructurePersistence.findByUuid_First(String uuid, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ?.
static DDMStructure DDMStructureUtil.findByUuid_First(String uuid, OrderByComparator<DDMStructure> orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ?.
 DDMStructure DDMStructurePersistence.findByUuid_Last(String uuid, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ?.
static DDMStructure DDMStructureUtil.findByUuid_Last(String uuid, OrderByComparator<DDMStructure> orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ?.
 DDMStructure[] DDMStructurePersistence.findByUuid_PrevAndNext(long structureId, String uuid, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ?.
static DDMStructure[] DDMStructureUtil.findByUuid_PrevAndNext(long structureId, String uuid, OrderByComparator<DDMStructure> orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ?.
 List<DDMStructure> DDMStructurePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where uuid = ?.
static List<DDMStructure> DDMStructureUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures where uuid = ?.
static List<DDMStructure> DDMStructureUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
 

Uses of DDMStructure in com.liferay.portlet.dynamicdatamapping.service.test
 

Methods in com.liferay.portlet.dynamicdatamapping.service.test that return DDMStructure
protected  DDMStructure BaseDDMServiceTestCase.addStructure(long parentStructureId, long classNameId, String structureKey, String name, String definition, String storageType, int type)
           
protected  DDMStructure BaseDDMServiceTestCase.addStructure(long parentStructureId, long classNameId, String structureKey, String name, String description, String definition, String storageType, int type)
           
protected  DDMStructure BaseDDMServiceTestCase.addStructure(long classNameId, String name)
           
protected  DDMStructure BaseDDMServiceTestCase.addStructure(long classNameId, String name, String description)
           
protected  DDMStructure BaseDDMServiceTestCase.addStructure(long classNameId, String structureKey, String name, String definition, String storageType, int type)
           
 

Uses of DDMStructure in com.liferay.portlet.dynamicdatamapping.storage
 

Methods in com.liferay.portlet.dynamicdatamapping.storage that return DDMStructure
 DDMStructure Field.getDDMStructure()
           
 

Uses of DDMStructure in com.liferay.portlet.dynamicdatamapping.util
 

Methods in com.liferay.portlet.dynamicdatamapping.util that return DDMStructure
 DDMStructure DDMTemplateHelper.fetchStructure(DDMTemplate template)
           
static DDMStructure DDMTemplateHelperUtil.fetchStructure(DDMTemplate ddmTemplate)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.util that return types with arguments of type DDMStructure
 OrderByComparator<DDMStructure> DDM.getStructureOrderByComparator(String orderByCol, String orderByType)
           
static OrderByComparator<DDMStructure> DDMUtil.getStructureOrderByComparator(String orderByCol, String orderByType)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.util with parameters of type DDMStructure
 void DDMIndexer.addAttributes(Document document, DDMStructure ddmStructure, DDMFormValues ddmFormValues)
           
static void DDMIndexerUtil.addAttributes(Document document, DDMStructure ddmStructure, DDMFormValues ddmFormValues)
           
static Fields DDMFormValuesToFieldsConverterUtil.convert(DDMStructure ddmStructure, DDMFormValues ddmFormValues)
           
 Fields DDMFormValuesToFieldsConverter.convert(DDMStructure ddmStructure, DDMFormValues ddmFormValues)
           
 DDMFormValues FieldsToDDMFormValuesConverter.convert(DDMStructure ddmStructure, Fields fields)
           
static DDMFormValues FieldsToDDMFormValuesConverterUtil.convert(DDMStructure ddmStructure, Fields fields)
           
static String DDMIndexerUtil.extractAttributes(DDMStructure ddmStructure, DDMFormValues ddmFormValues, Locale locale)
           
 String DDMIndexer.extractIndexableAttributes(DDMStructure ddmStructure, DDMFormValues ddmFormValues, Locale locale)
           
 JSONArray DDM.getDDMFormFieldsJSONArray(DDMStructure ddmStructure, String script)
           
static JSONArray DDMUtil.getDDMFormFieldsJSONArray(DDMStructure ddmStructure, String script)
           
 String DDMDisplay.getEditStructureDefaultValuesURL(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse, DDMStructure structure, String redirectURL, String backURL)
           
 String BaseDDMDisplay.getEditStructureDefaultValuesURL(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse, DDMStructure structure, String redirectURL, String backURL)
           
 String DDMDisplay.getEditTemplateTitle(DDMStructure structure, DDMTemplate template, Locale locale)
           
 String BaseDDMDisplay.getEditTemplateTitle(DDMStructure structure, DDMTemplate template, Locale locale)
           
 Fields DDMXML.getFields(DDMStructure structure, String xml)
           
static Fields DDMXMLUtil.getFields(DDMStructure structure, String xml)
           
 Fields DDMXML.getFields(DDMStructure structure, XPath xPath, String xml, List<String> fieldNames)
           
static Fields DDMXMLUtil.getFields(DDMStructure structure, XPath xPath, String xml, List<String> fieldNames)
           
 String DDMDisplay.getViewTemplatesTitle(DDMStructure structure, boolean controlPanel, boolean search, Locale locale)
           
 String BaseDDMDisplay.getViewTemplatesTitle(DDMStructure structure, boolean controlPanel, boolean search, Locale locale)
           
 String DDMDisplay.getViewTemplatesTitle(DDMStructure structure, boolean controlPanel, Locale locale)
          Deprecated. As of 7.0.0
 String BaseDDMDisplay.getViewTemplatesTitle(DDMStructure structure, boolean controlPanel, Locale locale)
          Deprecated. As of 7.0.0
 String DDMDisplay.getViewTemplatesTitle(DDMStructure structure, Locale locale)
           
 String BaseDDMDisplay.getViewTemplatesTitle(DDMStructure structure, Locale locale)
           
 

Uses of DDMStructure in com.liferay.portlet.dynamicdatamapping.util.comparator
 

Methods in com.liferay.portlet.dynamicdatamapping.util.comparator with parameters of type DDMStructure
 int StructureIdComparator.compare(DDMStructure structure1, DDMStructure structure2)
           
 int StructureStructureKeyComparator.compare(DDMStructure structure1, DDMStructure structure2)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.util.test that return DDMStructure
 DDMStructure DDMStructureTestHelper.addStructure(DDMForm ddmForm, DDMFormLayout ddmFormLayout)
           
 DDMStructure DDMStructureTestHelper.addStructure(DDMForm ddmForm, String storageType)
           
 DDMStructure DDMStructureTestHelper.addStructure(long parentStructureId, long classNameId, String structureKey, String name, String description, DDMForm ddmForm, DDMFormLayout ddmFormLayout, String storageType, int type)
           
static DDMStructure DDMStructureTestUtil.addStructure(long groupId, String className)
           
static DDMStructure DDMStructureTestUtil.addStructure(long groupId, String className, DDMForm ddmForm)
           
static DDMStructure DDMStructureTestUtil.addStructure(long groupId, String className, DDMForm ddmForm, Locale defaultLocale)
           
static DDMStructure DDMStructureTestUtil.addStructure(long groupId, String className, Locale defaultLocale)
           
static DDMStructure DDMStructureTestUtil.addStructure(long groupId, String className, long parentStructureId)
           
static DDMStructure DDMStructureTestUtil.addStructure(long groupId, String className, long parentStructureId, DDMForm ddmForm, Locale defaultLocale, ServiceContext serviceContext)
           
 DDMStructure DDMStructureTestHelper.addStructure(long classNameId, String structureKey, String name, DDMForm ddmForm, String storageType, int type)
           
static DDMStructure DDMStructureTestUtil.addStructure(String className)
           
static DDMStructure DDMStructureTestUtil.addStructure(String className, DDMForm ddmForm)
           
static DDMStructure DDMStructureTestUtil.addStructure(String className, DDMForm ddmForm, Locale defaultLocale)
           
static DDMStructure DDMStructureTestUtil.addStructure(String className, Locale defaultLocale)
           
static DDMStructure DDMStructureTestUtil.addStructure(String className, Locale[] availableLocales, Locale defaultLocale)
           
 

Uses of DDMStructure in com.liferay.portlet.journal.model
 

Methods in com.liferay.portlet.journal.model that return DDMStructure
 DDMStructure JournalArticle.getDDMStructure()
           
 DDMStructure JournalArticleWrapper.getDDMStructure()
           
 

Uses of DDMStructure in com.liferay.portlet.journal.service
 

Methods in com.liferay.portlet.journal.service that return types with arguments of type DDMStructure
static List<DDMStructure> JournalFolderLocalServiceUtil.getDDMStructures(long[] groupIds, long folderId, int restrictionType)
           
 List<DDMStructure> JournalFolderLocalServiceWrapper.getDDMStructures(long[] groupIds, long folderId, int restrictionType)
           
 List<DDMStructure> JournalFolderServiceWrapper.getDDMStructures(long[] groupIds, long folderId, int restrictionType)
           
 List<DDMStructure> JournalFolderService.getDDMStructures(long[] groupIds, long folderId, int restrictionType)
           
static List<DDMStructure> JournalFolderServiceUtil.getDDMStructures(long[] groupIds, long folderId, int restrictionType)
           
 List<DDMStructure> JournalFolderLocalService.getDDMStructures(long[] groupIds, long folderId, int restrictionType)
           
 

Uses of DDMStructure in com.liferay.portlet.journal.util
 

Methods in com.liferay.portlet.journal.util with parameters of type DDMStructure
static String JournalConverterUtil.getContent(DDMStructure ddmStructure, Fields ddmFields)
           
 String JournalConverter.getContent(DDMStructure ddmStructure, Fields ddmFields)
           
static Fields JournalConverterUtil.getDDMFields(DDMStructure ddmStructure, Document document)
           
 Fields JournalConverter.getDDMFields(DDMStructure ddmStructure, Document document)
           
static Fields JournalConverterUtil.getDDMFields(DDMStructure ddmStructure, String content)
           
 Fields JournalConverter.getDDMFields(DDMStructure ddmStructure, String content)
           
 


Liferay 7.0-ce-m6