Liferay 6.2-ce-ga5

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

Packages that use DDMStructure
com.liferay.portal.kernel.search   
com.liferay.portal.verify   
com.liferay.portlet.asset.model   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.model.impl   
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.impl This package defines the document library portlet local and remote service implementations. 
com.liferay.portlet.documentlibrary.service.persistence   
com.liferay.portlet.dynamicdatalists.model   
com.liferay.portlet.dynamicdatalists.model.impl   
com.liferay.portlet.dynamicdatamapping.action   
com.liferay.portlet.dynamicdatamapping.lar   
com.liferay.portlet.dynamicdatamapping.model   
com.liferay.portlet.dynamicdatamapping.model.impl   
com.liferay.portlet.dynamicdatamapping.service   
com.liferay.portlet.dynamicdatamapping.service.base   
com.liferay.portlet.dynamicdatamapping.service.http   
com.liferay.portlet.dynamicdatamapping.service.impl   
com.liferay.portlet.dynamicdatamapping.service.permission   
com.liferay.portlet.dynamicdatamapping.service.persistence   
com.liferay.portlet.dynamicdatamapping.storage   
com.liferay.portlet.dynamicdatamapping.util   
com.liferay.portlet.dynamicdatamapping.webdav   
com.liferay.portlet.journal.action   
com.liferay.portlet.journal.ddm   
com.liferay.portlet.journal.model   
com.liferay.portlet.journal.service.impl   
com.liferay.portlet.journal.util   
com.liferay.portlet.portletdisplaytemplate.ddm   
 

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

Methods in com.liferay.portal.kernel.search with parameters of type DDMStructure
protected  void BaseIndexer.addSearchDDMStruture(BooleanQuery searchQuery, SearchContext searchContext, DDMStructure ddmStructure)
           
 

Uses of DDMStructure in com.liferay.portal.verify
 

Methods in com.liferay.portal.verify with parameters of type DDMStructure
protected  boolean VerifyDynamicDataMapping.checkDuplicateNames(DDMStructure structure)
           
protected  String VerifyDynamicDataMapping.getFullStructureXML(DDMStructure structure, String xml)
           
protected  boolean VerifyDynamicDataMapping.hasFileUploadFields(DDMStructure structure)
           
protected  void VerifyDynamicDataMapping.updateFileUploadReferences(DDMStructure structure)
           
protected  void VerifyDynamicDataMapping.updateStructure(DDMStructure structure, String xsd)
           
protected  void VerifyDynamicDataMapping.verifyStructure(DDMStructure structure)
           
 

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

Methods in com.liferay.portlet.asset.model with parameters of type DDMStructure
protected  List<Tuple> BaseAssetRendererFactory.getDDMStructureFieldNames(DDMStructure ddmStructure, Locale locale)
           
 

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> DLFileEntryTypeWrapper.getDDMStructures()
           
 List<DDMStructure> DLFileEntryType.getDDMStructures()
           
 

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

Methods in com.liferay.portlet.documentlibrary.model.impl that return DDMStructure
 DDMStructure DLFileEntryMetadataImpl.getDDMStructure()
           
 

Methods in com.liferay.portlet.documentlibrary.model.impl that return types with arguments of type DDMStructure
 List<DDMStructure> DLFileEntryTypeImpl.getDDMStructures()
           
 

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

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

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

Methods in com.liferay.portlet.documentlibrary.service.impl with parameters of type DDMStructure
protected  void DLFileEntryMetadataLocalServiceImpl.updateFileEntryMetadata(long companyId, DDMStructure ddmStructure, long fileEntryTypeId, long fileEntryId, long fileVersionId, Fields fields, ServiceContext serviceContext)
           
 

Method parameters in com.liferay.portlet.documentlibrary.service.impl with type arguments of type DDMStructure
protected  void DLFileEntryLocalServiceImpl.copyFileEntryMetadata(long companyId, long fileEntryTypeId, long fileEntryId, long fromFileVersionId, long toFileVersionId, ServiceContext serviceContext, Map<String,Fields> fieldsMap, List<DDMStructure> ddmStructures)
           
 void DLFileEntryMetadataLocalServiceImpl.updateFileEntryMetadata(long companyId, List<DDMStructure> ddmStructures, long fileEntryTypeId, long fileEntryId, long fileVersionId, Map<String,Fields> fieldsMap, ServiceContext serviceContext)
           
 

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

Fields in com.liferay.portlet.documentlibrary.service.persistence with type parameters of type DDMStructure
protected  TableMapper<DLFileEntryType,DDMStructure> DLFileEntryTypePersistenceImpl.dlFileEntryTypeToDDMStructureTableMapper
           
 

Methods in com.liferay.portlet.documentlibrary.service.persistence that return types with arguments of type DDMStructure
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)
          Returns all the d d m structures associated with the document library file entry type.
 List<DDMStructure> DLFileEntryTypePersistenceImpl.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, 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)
          Returns a range of all the d d m structures associated with the document library file entry type.
 List<DDMStructure> DLFileEntryTypePersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered 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 orderByComparator)
          Returns an ordered range of all the d d m structures associated with the document library file entry type.
 List<DDMStructure> DLFileEntryTypePersistenceImpl.getDDMStructures(long pk, int start, int end, OrderByComparator 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
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.addDDMStructure(long pk, DDMStructure ddmStructure)
          Adds an association between the document library file entry type and the d d m structure.
 void DLFileEntryTypePersistenceImpl.addDDMStructure(long pk, DDMStructure ddmStructure)
          Adds an 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.
 void DLFileEntryTypePersistence.removeDDMStructure(long pk, DDMStructure ddmStructure)
          Removes the association between the document library file entry type and the d d m structure.
 void DLFileEntryTypePersistenceImpl.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
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.
 void DLFileEntryTypePersistence.addDDMStructures(long pk, List<DDMStructure> ddmStructures)
          Adds an association between the document library file entry type and the d d m structures.
 void DLFileEntryTypePersistenceImpl.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.removeDDMStructures(long pk, List<DDMStructure> ddmStructures)
          Removes the association between the document library file entry type and the d d m structures.
 void DLFileEntryTypePersistence.removeDDMStructures(long pk, List<DDMStructure> ddmStructures)
          Removes the association between the document library file entry type and the d d m structures.
 void DLFileEntryTypePersistenceImpl.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.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.
 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.
 void DLFileEntryTypePersistenceImpl.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.dynamicdatalists.model
 

Methods in com.liferay.portlet.dynamicdatalists.model that return DDMStructure
 DDMStructure DDLRecordSet.getDDMStructure()
           
 DDMStructure DDLRecordSetWrapper.getDDMStructure()
           
 DDMStructure DDLRecordSet.getDDMStructure(long formDDMTemplateId)
           
 DDMStructure DDLRecordSetWrapper.getDDMStructure(long formDDMTemplateId)
           
 

Uses of DDMStructure in com.liferay.portlet.dynamicdatalists.model.impl
 

Methods in com.liferay.portlet.dynamicdatalists.model.impl that return DDMStructure
 DDMStructure DDLRecordSetImpl.getDDMStructure()
           
 DDMStructure DDLRecordSetImpl.getDDMStructure(long formDDMTemplateId)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.action that return DDMStructure
protected  DDMStructure CopyStructureAction.copyStructure(ActionRequest actionRequest)
           
protected  DDMStructure EditStructureAction.updateStructure(ActionRequest actionRequest)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.action with parameters of type DDMStructure
protected  String CopyStructureAction.getSaveAndContinueRedirect(PortletConfig portletConfig, ActionRequest actionRequest, DDMStructure structure)
           
protected  String EditStructureAction.getSaveAndContinueRedirect(PortletConfig portletConfig, ActionRequest actionRequest, DDMStructure structure, String redirect)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.lar that return DDMStructure
protected  DDMStructure DDMStructureStagedModelDataHandler.getExistingStructure(String uuid, long groupId, long classNameId, String structureKey, boolean preloaded)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.lar with parameters of type DDMStructure
protected  void DDMStructureStagedModelDataHandler.doExportStagedModel(PortletDataContext portletDataContext, DDMStructure structure)
           
protected  void DDMStructureStagedModelDataHandler.doImportStagedModel(PortletDataContext portletDataContext, DDMStructure structure)
           
 String DDMStructureStagedModelDataHandler.getDisplayName(DDMStructure structure)
           
 Map<String,String> DDMStructureStagedModelDataHandler.getReferenceAttributes(PortletDataContext portletDataContext, DDMStructure structure)
           
protected  boolean DDMStructureStagedModelDataHandler.isModifiedStructure(DDMStructure existingStructure, DDMStructure structure)
           
protected  void DDMStructureStagedModelDataHandler.prepareLanguagesForImport(DDMStructure structure)
           
 

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 DDMStructureLink.getStructure()
           
 DDMStructure DDMStorageLink.getStructure()
           
 DDMStructure DDMStorageLinkWrapper.getStructure()
           
 DDMStructure DDMStructureLinkWrapper.getStructure()
           
 DDMStructure DDMStructureWrapper.getWrappedDDMStructure()
          Deprecated. As of 6.1.0, replaced by DDMStructureWrapper.getWrappedModel()
 DDMStructure DDMStructureWrapper.getWrappedModel()
           
 DDMStructure DDMStructureModel.toEscapedModel()
           
 DDMStructure DDMStructureWrapper.toEscapedModel()
           
 DDMStructure DDMStructureModel.toUnescapedModel()
           
 DDMStructure DDMStructureWrapper.toUnescapedModel()
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.model with parameters of type DDMStructure
 int DDMStructureModel.compareTo(DDMStructure ddmStructure)
           
 int DDMStructureWrapper.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
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.model.impl
 

Classes in com.liferay.portlet.dynamicdatamapping.model.impl that implement DDMStructure
 class DDMStructureBaseImpl
          The extended model base implementation for the DDMStructure service.
 class DDMStructureImpl
           
 

Methods in com.liferay.portlet.dynamicdatamapping.model.impl that return DDMStructure
 DDMStructure DDMStorageLinkImpl.getStructure()
           
 DDMStructure DDMStructureLinkImpl.getStructure()
           
 DDMStructure DDMStructureCacheModel.toEntityModel()
           
 DDMStructure DDMStructureModelImpl.toEscapedModel()
           
static DDMStructure DDMStructureModelImpl.toModel(DDMStructureSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portlet.dynamicdatamapping.model.impl that return types with arguments of type DDMStructure
 CacheModel<DDMStructure> DDMStructureModelImpl.toCacheModel()
           
static List<DDMStructure> DDMStructureModelImpl.toModels(DDMStructureSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.dynamicdatamapping.model.impl with parameters of type DDMStructure
 int DDMStructureModelImpl.compareTo(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.
 DDMStructure DDMStructureLocalService.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 DDMStructureLocalServiceWrapper.addStructure(long userId, long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, String storageType, int type, ServiceContext serviceContext)
          Adds a structure referencing its parent structure.
 DDMStructure DDMStructureLocalService.addStructure(long userId, long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, String storageType, int type, ServiceContext serviceContext)
          Adds a structure referencing its parent structure.
static DDMStructure DDMStructureLocalServiceUtil.addStructure(long userId, long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, String storageType, int type, ServiceContext serviceContext)
          Adds a structure referencing its parent structure.
 DDMStructure DDMStructureLocalServiceWrapper.addStructure(long userId, long groupId, long classNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Adds a structure referencing a default parent structure, using the portal property dynamic.data.lists.storage.type storage type and default structure type.
 DDMStructure DDMStructureLocalService.addStructure(long userId, long groupId, long classNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Adds a structure referencing a default parent structure, using the portal property dynamic.data.lists.storage.type storage type and default structure type.
 DDMStructure DDMStructureService.addStructure(long userId, long groupId, long classNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Adds a structure referencing a default parent structure, using the portal property dynamic.data.lists.storage.type storage type and default structure type.
static DDMStructure DDMStructureServiceUtil.addStructure(long userId, long groupId, long classNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Adds a structure referencing a default parent structure, using the portal property dynamic.data.lists.storage.type storage type and default structure type.
 DDMStructure DDMStructureServiceWrapper.addStructure(long userId, long groupId, long classNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Adds a structure referencing a default parent structure, using the portal property dynamic.data.lists.storage.type storage type and default structure type.
static DDMStructure DDMStructureLocalServiceUtil.addStructure(long userId, long groupId, long classNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Adds a structure referencing a default parent structure, using the portal property dynamic.data.lists.storage.type storage type and default structure type.
 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)
          Adds a structure referencing its parent structure.
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)
          Adds a structure referencing its parent structure.
 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)
          Adds a structure referencing its parent structure.
 DDMStructure DDMStructureLocalServiceWrapper.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)
          Adds a structure referencing a default parent structure if the parent structure is not found.
 DDMStructure DDMStructureLocalService.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)
          Adds a structure referencing a default parent structure if the parent structure is not found.
 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)
          Adds a structure referencing the parent structure by its structure key.
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)
          Adds a structure referencing the parent structure by its structure key.
 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)
          Adds a structure referencing the parent structure by its structure key.
static DDMStructure DDMStructureLocalServiceUtil.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)
          Adds a structure referencing a default parent structure if the parent structure is not found.
 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.
 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.
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 DDMStructureLocalServiceWrapper.copyStructure(long userId, long structureId, ServiceContext serviceContext)
           
 DDMStructure DDMStructureLocalService.copyStructure(long userId, long structureId, ServiceContext serviceContext)
           
static DDMStructure DDMStructureLocalServiceUtil.copyStructure(long userId, long structureId, ServiceContext serviceContext)
           
 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.
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 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.
 DDMStructure DDMStructureService.copyStructure(long structureId, ServiceContext serviceContext)
           
static DDMStructure DDMStructureServiceUtil.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.
 DDMStructure DDMStructureLocalService.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 DDMStructureLocalServiceWrapper.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.
static DDMStructure DDMStructureLocalServiceUtil.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.
 DDMStructure DDMStructureLocalService.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 DDMStructureLocalServiceWrapper.fetchDDMStructure(long structureId)
           
 DDMStructure DDMStructureLocalService.fetchDDMStructure(long structureId)
           
static DDMStructure DDMStructureLocalServiceUtil.fetchDDMStructure(long structureId)
           
 DDMStructure DDMStructureLocalServiceWrapper.fetchDDMStructureByUuidAndCompanyId(String uuid, long companyId)
          Returns the d d m structure with the matching UUID and company.
 DDMStructure DDMStructureLocalService.fetchDDMStructureByUuidAndCompanyId(String uuid, long companyId)
          Returns the d d m structure with the matching UUID and company.
static DDMStructure DDMStructureLocalServiceUtil.fetchDDMStructureByUuidAndCompanyId(String uuid, long companyId)
          Returns the d d m structure with the matching UUID and company.
 DDMStructure DDMStructureLocalServiceWrapper.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.
static DDMStructure DDMStructureLocalServiceUtil.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.
 DDMStructure DDMStructureLocalService.fetchStructure(long structureId)
          Returns the structure with the ID.
static DDMStructure DDMStructureLocalServiceUtil.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.
 DDMStructure DDMStructureLocalService.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 DDMStructureServiceUtil.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.
static DDMStructure DDMStructureLocalServiceUtil.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 includeGlobalStructures)
          Returns the structure matching the class name ID, structure key, and group, optionally in the global scope.
 DDMStructure DDMStructureLocalService.fetchStructure(long groupId, long classNameId, String structureKey, boolean includeGlobalStructures)
          Returns the structure matching the class name ID, structure key, and group, optionally in the global scope.
 DDMStructure DDMStructureService.fetchStructure(long groupId, long classNameId, String structureKey, boolean includeAncestorStructures)
           
static DDMStructure DDMStructureServiceUtil.fetchStructure(long groupId, long classNameId, String structureKey, boolean includeAncestorStructures)
           
 DDMStructure DDMStructureServiceWrapper.fetchStructure(long groupId, long classNameId, String structureKey, boolean includeAncestorStructures)
           
static DDMStructure DDMStructureLocalServiceUtil.fetchStructure(long groupId, long classNameId, String structureKey, boolean includeGlobalStructures)
          Returns the structure matching the class name ID, structure key, and group, optionally in the global scope.
 DDMStructure DDMStructureLocalServiceWrapper.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.
static DDMStructure DDMStructureLocalServiceUtil.getDDMStructure(long structureId)
          Returns the d d m structure with the primary key.
 DDMStructure DDMStructureLocalServiceWrapper.getDDMStructureByUuidAndCompanyId(String uuid, long companyId)
          Returns the d d m structure with the matching UUID and company.
 DDMStructure DDMStructureLocalService.getDDMStructureByUuidAndCompanyId(String uuid, long companyId)
          Returns the d d m structure with the matching UUID and company.
static DDMStructure DDMStructureLocalServiceUtil.getDDMStructureByUuidAndCompanyId(String uuid, long companyId)
          Returns the d d m structure with the matching UUID and company.
 DDMStructure DDMStructureLocalServiceWrapper.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.
static DDMStructure DDMStructureLocalServiceUtil.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.
 DDMStructure DDMStructureLocalService.getStructure(long structureId)
          Returns the structure with the ID.
 DDMStructure DDMStructureService.getStructure(long structureId)
          Returns the structure with the ID.
static DDMStructure DDMStructureServiceUtil.getStructure(long structureId)
          Returns the structure with the ID.
 DDMStructure DDMStructureServiceWrapper.getStructure(long structureId)
          Returns the structure with the ID.
static DDMStructure DDMStructureLocalServiceUtil.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.
 DDMStructure DDMStructureLocalService.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 DDMStructureServiceUtil.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.
static DDMStructure DDMStructureLocalServiceUtil.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 includeGlobalStructures)
          Returns the structure matching the class name ID, structure key, and group, optionally in the global scope.
 DDMStructure DDMStructureLocalService.getStructure(long groupId, long classNameId, String structureKey, boolean includeGlobalStructures)
          Returns the structure matching the class name ID, structure key, and group, optionally in the global scope.
 DDMStructure DDMStructureService.getStructure(long groupId, long classNameId, String structureKey, boolean includeGlobalStructures)
          Returns the structure matching the class name ID, structure key, and group, optionally in the global scope.
static DDMStructure DDMStructureServiceUtil.getStructure(long groupId, long classNameId, String structureKey, boolean includeGlobalStructures)
          Returns the structure matching the class name ID, structure key, and group, optionally in the global scope.
 DDMStructure DDMStructureServiceWrapper.getStructure(long groupId, long classNameId, String structureKey, boolean includeGlobalStructures)
          Returns the structure matching the class name ID, structure key, and group, optionally in the global scope.
static DDMStructure DDMStructureLocalServiceUtil.getStructure(long groupId, long classNameId, String structureKey, boolean includeGlobalStructures)
          Returns the structure matching the class name ID, structure key, and group, optionally in the global scope.
 DDMStructure DDMStructureLocalServiceWrapper.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.
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 DDMStructureLocalServiceWrapper.updateStructure(long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Updates the structure matching the class name ID, structure key, and group, replacing its old parent structure, name map, description map, and XSD with new ones.
 DDMStructure DDMStructureLocalService.updateStructure(long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Updates the structure matching the class name ID, structure key, and group, replacing its old parent structure, name map, description map, and XSD with new ones.
 DDMStructure DDMStructureService.updateStructure(long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Updates the structure matching the class name ID, structure key, and group, replacing its old parent structure, name map, description map, and XSD with new ones.
static DDMStructure DDMStructureServiceUtil.updateStructure(long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Updates the structure matching the class name ID, structure key, and group, replacing its old parent structure, name map, description map, and XSD with new ones.
 DDMStructure DDMStructureServiceWrapper.updateStructure(long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Updates the structure matching the class name ID, structure key, and group, replacing its old parent structure, name map, description map, and XSD with new ones.
static DDMStructure DDMStructureLocalServiceUtil.updateStructure(long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Updates the structure matching the class name ID, structure key, and group, replacing its old parent structure, name map, description map, and XSD with new ones.
 DDMStructure DDMStructureLocalServiceWrapper.updateStructure(long structureId, long parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Updates the structure matching the structure ID, replacing its old parent structure, name map, description map, and XSD with new ones.
 DDMStructure DDMStructureLocalService.updateStructure(long structureId, long parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Updates the structure matching the structure ID, replacing its old parent structure, name map, description map, and XSD with new ones.
 DDMStructure DDMStructureService.updateStructure(long structureId, long parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Updates the structure matching the structure ID, replacing the old parent structure ID, name map, description map, and XSD with the new values.
static DDMStructure DDMStructureServiceUtil.updateStructure(long structureId, long parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Updates the structure matching the structure ID, replacing the old parent structure ID, name map, description map, and XSD with the new values.
 DDMStructure DDMStructureServiceWrapper.updateStructure(long structureId, long parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Updates the structure matching the structure ID, replacing the old parent structure ID, name map, description map, and XSD with the new values.
static DDMStructure DDMStructureLocalServiceUtil.updateStructure(long structureId, long parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Updates the structure matching the structure ID, replacing its old parent structure, name map, description map, and XSD with new ones.
 DDMStructure DDMStructureLocalServiceWrapper.updateXSD(long structureId, String xsd, ServiceContext serviceContext)
          Updates the structure matching the structure ID, replacing its XSD with a new one.
 DDMStructure DDMStructureLocalService.updateXSD(long structureId, String xsd, ServiceContext serviceContext)
          Updates the structure matching the structure ID, replacing its XSD with a new one.
static DDMStructure DDMStructureLocalServiceUtil.updateXSD(long structureId, String xsd, ServiceContext serviceContext)
          Updates the structure matching the structure ID, replacing its XSD with a new one.
 

Methods in com.liferay.portlet.dynamicdatamapping.service that return types with arguments of type DDMStructure
 List<DDMStructure> DDMStructureLocalServiceWrapper.getClassStructures(long classNameId)
          Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceWrapper.getClassStructures(long, long)
 List<DDMStructure> DDMStructureLocalService.getClassStructures(long classNameId)
          Deprecated. As of 6.2.0, replaced by DDMStructureLocalService.getClassStructures(long, long)
static List<DDMStructure> DDMStructureLocalServiceUtil.getClassStructures(long classNameId)
          Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceUtil.getClassStructures(long, long)
 List<DDMStructure> DDMStructureLocalServiceWrapper.getClassStructures(long classNameId, int start, int end)
          Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceWrapper.getClassStructures(long, long, int, int)
 List<DDMStructure> DDMStructureLocalService.getClassStructures(long classNameId, int start, int end)
          Deprecated. As of 6.2.0, replaced by DDMStructureLocalService.getClassStructures(long, long, int, int)
static List<DDMStructure> DDMStructureLocalServiceUtil.getClassStructures(long classNameId, int start, int end)
          Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceUtil.getClassStructures(long, long, int, int)
 List<DDMStructure> DDMStructureLocalServiceWrapper.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.
static List<DDMStructure> DDMStructureLocalServiceUtil.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.
 List<DDMStructure> DDMStructureLocalService.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> DDMStructureLocalServiceWrapper.getClassStructures(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns all the structures matching the class name ID ordered by the comparator.
 List<DDMStructure> DDMStructureLocalService.getClassStructures(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns all the structures matching the class name ID ordered by the comparator.
static List<DDMStructure> DDMStructureLocalServiceUtil.getClassStructures(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns all the structures matching the class name ID ordered by the comparator.
 List<DDMStructure> DDMStructureLocalServiceWrapper.getClassStructures(long classNameId, OrderByComparator orderByComparator)
          Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceWrapper.getClassStructures(long, long, OrderByComparator)
 List<DDMStructure> DDMStructureLocalService.getClassStructures(long classNameId, OrderByComparator orderByComparator)
          Deprecated. As of 6.2.0, replaced by DDMStructureLocalService.getClassStructures(long, long, OrderByComparator)
static List<DDMStructure> DDMStructureLocalServiceUtil.getClassStructures(long classNameId, OrderByComparator orderByComparator)
          Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceUtil.getClassStructures(long, long, OrderByComparator)
 List<DDMStructure> DDMStructureLocalServiceWrapper.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.
static List<DDMStructure> DDMStructureLocalServiceUtil.getDDMStructures(int start, int end)
          Returns a range of all the d d m structures.
 List<DDMStructure> DDMStructureLocalServiceWrapper.getDLFileEntryTypeDDMStructures(long fileEntryTypeId)
           
 List<DDMStructure> DDMStructureLocalService.getDLFileEntryTypeDDMStructures(long fileEntryTypeId)
           
static List<DDMStructure> DDMStructureLocalServiceUtil.getDLFileEntryTypeDDMStructures(long fileEntryTypeId)
           
 List<DDMStructure> DDMStructureLocalServiceWrapper.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end)
           
 List<DDMStructure> DDMStructureLocalService.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end)
           
static List<DDMStructure> DDMStructureLocalServiceUtil.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end)
           
 List<DDMStructure> DDMStructureLocalServiceWrapper.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureLocalService.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> DDMStructureLocalServiceUtil.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureLocalServiceWrapper.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.
static List<DDMStructure> DDMStructureLocalServiceUtil.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.
 List<DDMStructure> DDMStructureLocalService.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> DDMStructureLocalServiceWrapper.getStructureEntries()
          Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceWrapper.getStructures()
 List<DDMStructure> DDMStructureLocalService.getStructureEntries()
          Deprecated. As of 6.2.0, replaced by DDMStructureLocalService.getStructures()
static List<DDMStructure> DDMStructureLocalServiceUtil.getStructureEntries()
          Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceUtil.getStructures()
 List<DDMStructure> DDMStructureLocalServiceWrapper.getStructureEntries(long groupId)
          Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceWrapper.getStructures(long)
 List<DDMStructure> DDMStructureLocalService.getStructureEntries(long groupId)
          Deprecated. As of 6.2.0, replaced by DDMStructureLocalService.getStructures(long)
static List<DDMStructure> DDMStructureLocalServiceUtil.getStructureEntries(long groupId)
          Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceUtil.getStructures(long)
 List<DDMStructure> DDMStructureLocalServiceWrapper.getStructureEntries(long groupId, int start, int end)
          Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceWrapper.getStructures(long, int, int)
 List<DDMStructure> DDMStructureLocalService.getStructureEntries(long groupId, int start, int end)
          Deprecated. As of 6.2.0, replaced by DDMStructureLocalService.getStructures(long, int, int)
static List<DDMStructure> DDMStructureLocalServiceUtil.getStructureEntries(long groupId, int start, int end)
          Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceUtil.getStructures(long, int, int)
 List<DDMStructure> DDMStructureLocalServiceWrapper.getStructures()
          Returns all the structures present in the system.
 List<DDMStructure> DDMStructureLocalService.getStructures()
          Returns all the structures present in the system.
static List<DDMStructure> DDMStructureLocalServiceUtil.getStructures()
          Returns all the structures present in the system.
 List<DDMStructure> DDMStructureLocalServiceWrapper.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> DDMStructureService.getStructures(long groupId)
          Returns all the structures in the group that the user has permission to view.
static List<DDMStructure> DDMStructureServiceUtil.getStructures(long groupId)
          Returns all the structures in the group that the user has permission to view.
 List<DDMStructure> DDMStructureServiceWrapper.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> DDMStructureLocalServiceWrapper.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> DDMStructureService.getStructures(long[] groupIds)
          Returns all the structures in the groups that the user has permission to view.
static List<DDMStructure> DDMStructureServiceUtil.getStructures(long[] groupIds)
          Returns all the structures in the groups that the user has permission to view.
 List<DDMStructure> DDMStructureServiceWrapper.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> DDMStructureLocalServiceWrapper.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> DDMStructureService.getStructures(long[] groupIds, long classNameId)
           
static List<DDMStructure> DDMStructureServiceUtil.getStructures(long[] groupIds, long classNameId)
           
 List<DDMStructure> DDMStructureServiceWrapper.getStructures(long[] groupIds, long classNameId)
           
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> 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.
 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> DDMStructureService.getStructures(long[] groupIds, long classNameId, int start, int end)
           
static List<DDMStructure> DDMStructureServiceUtil.getStructures(long[] groupIds, long classNameId, int start, int end)
           
 List<DDMStructure> DDMStructureServiceWrapper.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> DDMStructureLocalServiceWrapper.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.
static List<DDMStructure> DDMStructureLocalServiceUtil.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.
 List<DDMStructure> DDMStructureLocalService.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> 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.
 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.
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> DDMStructureLocalServiceWrapper.getStructures(long groupId, long classNameId, int start, int end, OrderByComparator 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 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 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)
           
 List<DDMStructure> DDMStructureLocalService.getStructures(long groupId, String name, String description)
           
static List<DDMStructure> DDMStructureLocalServiceUtil.getStructures(long groupId, String name, String description)
           
 List<DDMStructure> DDMStructureLocalServiceWrapper.search(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator 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[] classNameIds, String keywords, int start, int end, OrderByComparator 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[] classNameIds, String keywords, int start, int end, OrderByComparator 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[] classNameIds, String keywords, int start, int end, OrderByComparator 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[] classNameIds, String keywords, int start, int end, OrderByComparator 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[] classNameIds, String keywords, int start, int end, OrderByComparator 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[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator 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[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator 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[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator 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[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator 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[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator 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[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator 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.
 DDMStructure DDMStructureLocalService.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.
 void DDMStructureLocalServiceWrapper.addDLFileEntryTypeDDMStructure(long fileEntryTypeId, DDMStructure ddmStructure)
           
 void DDMStructureLocalService.addDLFileEntryTypeDDMStructure(long fileEntryTypeId, DDMStructure ddmStructure)
           
static void DDMStructureLocalServiceUtil.addDLFileEntryTypeDDMStructure(long fileEntryTypeId, DDMStructure ddmStructure)
           
 void DDMStructureLocalServiceWrapper.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.
static void DDMStructureLocalServiceUtil.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.
 void DDMStructureLocalService.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.
 DDMStructure DDMStructureLocalServiceWrapper.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.
static DDMStructure DDMStructureLocalServiceUtil.deleteDDMStructure(DDMStructure ddmStructure)
          Deletes the d d m structure from the database.
 void DDMStructureLocalServiceWrapper.deleteDLFileEntryTypeDDMStructure(long fileEntryTypeId, DDMStructure ddmStructure)
           
 void DDMStructureLocalService.deleteDLFileEntryTypeDDMStructure(long fileEntryTypeId, DDMStructure ddmStructure)
           
static void DDMStructureLocalServiceUtil.deleteDLFileEntryTypeDDMStructure(long fileEntryTypeId, DDMStructure ddmStructure)
           
 void DDMStructureLocalServiceWrapper.deleteStructure(DDMStructure structure)
          Deletes the structure and its resources.
 void DDMStructureLocalService.deleteStructure(DDMStructure structure)
          Deletes the structure and its resources.
static void DDMStructureLocalServiceUtil.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.
 DDMStructure DDMStructureLocalService.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.
 

Method parameters in com.liferay.portlet.dynamicdatamapping.service with type arguments of type DDMStructure
 void DDMStructureLocalServiceWrapper.addDLFileEntryTypeDDMStructures(long fileEntryTypeId, List<DDMStructure> DDMStructures)
           
 void DDMStructureLocalService.addDLFileEntryTypeDDMStructures(long fileEntryTypeId, List<DDMStructure> DDMStructures)
           
static void DDMStructureLocalServiceUtil.addDLFileEntryTypeDDMStructures(long fileEntryTypeId, List<DDMStructure> DDMStructures)
           
 void DDMStructureLocalServiceWrapper.deleteDLFileEntryTypeDDMStructures(long fileEntryTypeId, List<DDMStructure> DDMStructures)
           
 void DDMStructureLocalService.deleteDLFileEntryTypeDDMStructures(long fileEntryTypeId, List<DDMStructure> DDMStructures)
           
static void DDMStructureLocalServiceUtil.deleteDLFileEntryTypeDDMStructures(long fileEntryTypeId, List<DDMStructure> DDMStructures)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.service.base that return DDMStructure
 DDMStructure DDMStructureLocalServiceBaseImpl.addDDMStructure(DDMStructure ddmStructure)
          Adds the d d m structure to the database.
 DDMStructure DDMStructureLocalServiceBaseImpl.createDDMStructure(long structureId)
          Creates a new d d m structure with the primary key.
 DDMStructure DDMStructureLocalServiceBaseImpl.deleteDDMStructure(DDMStructure ddmStructure)
          Deletes the d d m structure from the database.
 DDMStructure DDMStructureLocalServiceBaseImpl.deleteDDMStructure(long structureId)
          Deletes the d d m structure with the primary key from the database.
 DDMStructure DDMStructureLocalServiceBaseImpl.fetchDDMStructure(long structureId)
           
 DDMStructure DDMStructureLocalServiceBaseImpl.fetchDDMStructureByUuidAndCompanyId(String uuid, long companyId)
          Returns the d d m structure with the matching UUID and company.
 DDMStructure DDMStructureLocalServiceBaseImpl.fetchDDMStructureByUuidAndGroupId(String uuid, long groupId)
          Returns the d d m structure matching the UUID and group.
 DDMStructure DDMStructureLocalServiceBaseImpl.getDDMStructure(long structureId)
          Returns the d d m structure with the primary key.
 DDMStructure DDMStructureLocalServiceBaseImpl.getDDMStructureByUuidAndCompanyId(String uuid, long companyId)
          Returns the d d m structure with the matching UUID and company.
 DDMStructure DDMStructureLocalServiceBaseImpl.getDDMStructureByUuidAndGroupId(String uuid, long groupId)
          Returns the d d m structure matching the UUID and group.
 DDMStructure DDMStructureLocalServiceBaseImpl.updateDDMStructure(DDMStructure ddmStructure)
          Updates the d d m structure in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.dynamicdatamapping.service.base that return types with arguments of type DDMStructure
 List<DDMStructure> DDMStructureLocalServiceBaseImpl.getDDMStructures(int start, int end)
          Returns a range of all the d d m structures.
 List<DDMStructure> DDMStructureLocalServiceBaseImpl.getDLFileEntryTypeDDMStructures(long fileEntryTypeId)
           
 List<DDMStructure> DDMStructureLocalServiceBaseImpl.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end)
           
 List<DDMStructure> DDMStructureLocalServiceBaseImpl.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.base with parameters of type DDMStructure
 DDMStructure DDMStructureLocalServiceBaseImpl.addDDMStructure(DDMStructure ddmStructure)
          Adds the d d m structure to the database.
 void DDMStructureLocalServiceBaseImpl.addDLFileEntryTypeDDMStructure(long fileEntryTypeId, DDMStructure ddmStructure)
           
 DDMStructure DDMStructureLocalServiceBaseImpl.deleteDDMStructure(DDMStructure ddmStructure)
          Deletes the d d m structure from the database.
 void DDMStructureLocalServiceBaseImpl.deleteDLFileEntryTypeDDMStructure(long fileEntryTypeId, DDMStructure ddmStructure)
           
 DDMStructure DDMStructureLocalServiceBaseImpl.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.base with type arguments of type DDMStructure
 void DDMStructureLocalServiceBaseImpl.addDLFileEntryTypeDDMStructures(long fileEntryTypeId, List<DDMStructure> DDMStructures)
           
 void DDMStructureLocalServiceBaseImpl.deleteDLFileEntryTypeDDMStructures(long fileEntryTypeId, List<DDMStructure> DDMStructures)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.service.http that return DDMStructure
static DDMStructure DDMStructureServiceHttp.addStructure(HttpPrincipal httpPrincipal, long userId, long groupId, long classNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
           
static DDMStructure DDMStructureServiceHttp.addStructure(HttpPrincipal httpPrincipal, long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, String storageType, int type, ServiceContext serviceContext)
           
static DDMStructure DDMStructureServiceHttp.addStructure(HttpPrincipal httpPrincipal, 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)
           
static DDMStructure DDMStructureServiceHttp.copyStructure(HttpPrincipal httpPrincipal, long structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
static DDMStructure DDMStructureServiceHttp.copyStructure(HttpPrincipal httpPrincipal, long structureId, ServiceContext serviceContext)
           
static DDMStructure DDMStructureServiceHttp.fetchStructure(HttpPrincipal httpPrincipal, long groupId, long classNameId, String structureKey)
           
static DDMStructure DDMStructureServiceHttp.fetchStructure(HttpPrincipal httpPrincipal, long groupId, long classNameId, String structureKey, boolean includeAncestorStructures)
           
static DDMStructure DDMStructureServiceHttp.getStructure(HttpPrincipal httpPrincipal, long structureId)
           
static DDMStructure DDMStructureServiceHttp.getStructure(HttpPrincipal httpPrincipal, long groupId, long classNameId, String structureKey)
           
static DDMStructure DDMStructureServiceHttp.getStructure(HttpPrincipal httpPrincipal, long groupId, long classNameId, String structureKey, boolean includeGlobalStructures)
           
static DDMStructure DDMStructureServiceHttp.updateStructure(HttpPrincipal httpPrincipal, long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
           
static DDMStructure DDMStructureServiceHttp.updateStructure(HttpPrincipal httpPrincipal, long structureId, long parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.http that return types with arguments of type DDMStructure
static List<DDMStructure> DDMStructureServiceHttp.getStructures(HttpPrincipal httpPrincipal, long groupId)
           
static List<DDMStructure> DDMStructureServiceHttp.getStructures(HttpPrincipal httpPrincipal, long[] groupIds)
           
static List<DDMStructure> DDMStructureServiceHttp.getStructures(HttpPrincipal httpPrincipal, long[] groupIds, long classNameId)
           
static List<DDMStructure> DDMStructureServiceHttp.getStructures(HttpPrincipal httpPrincipal, long[] groupIds, long classNameId, int start, int end)
           
static List<DDMStructure> DDMStructureServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> DDMStructureServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.service.impl that return DDMStructure
 DDMStructure DDMStructureLocalServiceImpl.addStructure(long userId, long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, String storageType, int type, ServiceContext serviceContext)
          Adds a structure referencing its parent structure.
 DDMStructure DDMStructureServiceImpl.addStructure(long userId, long groupId, long classNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Adds a structure referencing a default parent structure, using the portal property dynamic.data.lists.storage.type storage type and default structure type.
 DDMStructure DDMStructureLocalServiceImpl.addStructure(long userId, long groupId, long classNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Adds a structure referencing a default parent structure, using the portal property dynamic.data.lists.storage.type storage type and default structure type.
 DDMStructure DDMStructureServiceImpl.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)
          Adds a structure referencing its parent structure.
 DDMStructure DDMStructureServiceImpl.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)
          Adds a structure referencing the parent structure by its structure key.
 DDMStructure DDMStructureLocalServiceImpl.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)
          Adds a structure referencing a default parent structure if the parent structure is not found.
 DDMStructure DDMStructureLocalServiceImpl.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 DDMStructureLocalServiceImpl.copyStructure(long userId, long structureId, ServiceContext serviceContext)
           
 DDMStructure DDMStructureServiceImpl.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 DDMStructureServiceImpl.copyStructure(long structureId, ServiceContext serviceContext)
           
protected  DDMStructure DDMStructureLocalServiceImpl.doUpdateStructure(long parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext, DDMStructure structure)
           
 DDMStructure DDMStructureLocalServiceImpl.fetchStructure(long structureId)
          Returns the structure with the ID.
 DDMStructure DDMStructureServiceImpl.fetchStructure(long groupId, long classNameId, String structureKey)
          Returns the structure matching the class name ID, structure key, and group.
 DDMStructure DDMStructureLocalServiceImpl.fetchStructure(long groupId, long classNameId, String structureKey)
          Returns the structure matching the class name ID, structure key, and group.
 DDMStructure DDMStructureServiceImpl.fetchStructure(long groupId, long classNameId, String structureKey, boolean includeAncestorStructures)
           
 DDMStructure DDMStructureLocalServiceImpl.fetchStructure(long groupId, long classNameId, String structureKey, boolean includeGlobalStructures)
          Returns the structure matching the class name ID, structure key, and group, optionally in the global scope.
 DDMStructure DDMStructureServiceImpl.getStructure(long structureId)
          Returns the structure with the ID.
 DDMStructure DDMStructureLocalServiceImpl.getStructure(long structureId)
          Returns the structure with the ID.
 DDMStructure DDMStructureServiceImpl.getStructure(long groupId, long classNameId, String structureKey)
          Returns the structure matching the class name ID, structure key, and group.
 DDMStructure DDMStructureLocalServiceImpl.getStructure(long groupId, long classNameId, String structureKey)
          Returns the structure matching the class name ID, structure key, and group.
 DDMStructure DDMStructureServiceImpl.getStructure(long groupId, long classNameId, String structureKey, boolean includeGlobalStructures)
          Returns the structure matching the class name ID, structure key, and group, optionally in the global scope.
 DDMStructure DDMStructureLocalServiceImpl.getStructure(long groupId, long classNameId, String structureKey, boolean includeGlobalStructures)
          Returns the structure matching the class name ID, structure key, and group, optionally in the global scope.
 DDMStructure DDMStructureServiceImpl.updateStructure(long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Updates the structure matching the class name ID, structure key, and group, replacing its old parent structure, name map, description map, and XSD with new ones.
 DDMStructure DDMStructureLocalServiceImpl.updateStructure(long groupId, long parentStructureId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Updates the structure matching the class name ID, structure key, and group, replacing its old parent structure, name map, description map, and XSD with new ones.
 DDMStructure DDMStructureServiceImpl.updateStructure(long structureId, long parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Updates the structure matching the structure ID, replacing the old parent structure ID, name map, description map, and XSD with the new values.
 DDMStructure DDMStructureLocalServiceImpl.updateStructure(long structureId, long parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Updates the structure matching the structure ID, replacing its old parent structure, name map, description map, and XSD with new ones.
 DDMStructure DDMStructureLocalServiceImpl.updateXSD(long structureId, String xsd, ServiceContext serviceContext)
          Updates the structure matching the structure ID, replacing its XSD with a new one.
 

Methods in com.liferay.portlet.dynamicdatamapping.service.impl that return types with arguments of type DDMStructure
 List<DDMStructure> DDMStructureLocalServiceImpl.getClassStructures(long classNameId)
          Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceImpl.getClassStructures(long, long)
 List<DDMStructure> DDMStructureLocalServiceImpl.getClassStructures(long classNameId, int start, int end)
          Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceImpl.getClassStructures(long, long, int, int)
 List<DDMStructure> DDMStructureLocalServiceImpl.getClassStructures(long companyId, long classNameId)
          Returns all the structures matching the class name ID.
 List<DDMStructure> DDMStructureLocalServiceImpl.getClassStructures(long companyId, long classNameId, int start, int end)
          Returns a range of all the structures matching the class name ID.
 List<DDMStructure> DDMStructureLocalServiceImpl.getClassStructures(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns all the structures matching the class name ID ordered by the comparator.
 List<DDMStructure> DDMStructureLocalServiceImpl.getClassStructures(long classNameId, OrderByComparator orderByComparator)
          Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceImpl.getClassStructures(long, long, OrderByComparator)
 List<DDMStructure> DDMStructureLocalServiceImpl.getDLFileEntryTypeStructures(long dlFileEntryTypeId)
          Returns all the structures for the document library file entry type.
 List<DDMStructure> DDMStructureLocalServiceImpl.getStructure(long groupId, String name, String description)
          Returns all the structures matching the group, name, and description.
 List<DDMStructure> DDMStructureLocalServiceImpl.getStructureEntries()
          Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceImpl.getStructures()
 List<DDMStructure> DDMStructureLocalServiceImpl.getStructureEntries(long groupId)
          Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceImpl.getStructures(long)
 List<DDMStructure> DDMStructureLocalServiceImpl.getStructureEntries(long groupId, int start, int end)
          Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceImpl.getStructures(long, int, int)
 List<DDMStructure> DDMStructureLocalServiceImpl.getStructures()
          Returns all the structures present in the system.
 List<DDMStructure> DDMStructureServiceImpl.getStructures(long groupId)
          Returns all the structures in the group that the user has permission to view.
 List<DDMStructure> DDMStructureLocalServiceImpl.getStructures(long groupId)
          Returns all the structures present in the group.
 List<DDMStructure> DDMStructureServiceImpl.getStructures(long[] groupIds)
          Returns all the structures in the groups that the user has permission to view.
 List<DDMStructure> DDMStructureLocalServiceImpl.getStructures(long[] groupIds)
          Returns all the structures belonging to the groups.
 List<DDMStructure> DDMStructureServiceImpl.getStructures(long[] groupIds, long classNameId)
           
 List<DDMStructure> DDMStructureLocalServiceImpl.getStructures(long[] groupIds, long classNameId)
          Returns all the structures matching the class name ID and belonging to the groups.
 List<DDMStructure> DDMStructureServiceImpl.getStructures(long[] groupIds, long classNameId, int start, int end)
           
 List<DDMStructure> DDMStructureLocalServiceImpl.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> DDMStructureLocalServiceImpl.getStructures(long groupId, int start, int end)
          Returns a range of all the structures belonging to the group.
 List<DDMStructure> DDMStructureLocalServiceImpl.getStructures(long groupId, long classNameId)
          Returns all the structures matching class name ID and group.
 List<DDMStructure> DDMStructureLocalServiceImpl.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> DDMStructureLocalServiceImpl.getStructures(long groupId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the structures matching the class name ID and group.
 List<DDMStructure> DDMStructureLocalServiceImpl.getStructures(long groupId, String name, String description)
           
 List<DDMStructure> DDMStructureServiceImpl.search(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator 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> DDMStructureLocalServiceImpl.search(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator 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> DDMStructureServiceImpl.search(long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator 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> DDMStructureLocalServiceImpl.search(long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator 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.impl with parameters of type DDMStructure
 void DDMStructureLocalServiceImpl.addStructureResources(DDMStructure structure, boolean addGroupPermissions, boolean addGuestPermissions)
          Adds the resources to the structure.
 void DDMStructureLocalServiceImpl.addStructureResources(DDMStructure structure, String[] groupPermissions, String[] guestPermissions)
          Adds the model resources with the permissions to the structure.
protected  void DDMStructureLocalServiceImpl.appendNewStructureRequiredFields(DDMStructure structure, Document templateDocument)
           
 void DDMStructureLocalServiceImpl.deleteStructure(DDMStructure structure)
          Deletes the structure and its resources.
protected  DDMStructure DDMStructureLocalServiceImpl.doUpdateStructure(long parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext, DDMStructure structure)
           
protected  void DDMStructureLocalServiceImpl.syncStructureTemplatesFields(DDMStructure structure)
           
 

Method parameters in com.liferay.portlet.dynamicdatamapping.service.impl with type arguments of type DDMStructure
protected  Set<Long> DDMStructureLocalServiceImpl.deleteStructures(List<DDMStructure> structures)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.service.permission with parameters of type DDMStructure
static void DDMStructurePermission.check(PermissionChecker permissionChecker, DDMStructure structure, String actionId)
           
static boolean DDMStructurePermission.contains(PermissionChecker permissionChecker, DDMStructure structure, String actionId)
           
static boolean DDMStructurePermission.contains(PermissionChecker permissionChecker, DDMStructure structure, String portletId, String actionId)
           
 

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

Fields in com.liferay.portlet.dynamicdatamapping.service.persistence with type parameters of type DDMStructure
protected  TableMapper<DDMStructure,DLFileEntryType> DDMStructurePersistenceImpl.ddmStructureToDLFileEntryTypeTableMapper
           
 

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 DDMStructurePersistenceImpl.create(long structureId)
          Creates a new d d m structure with the primary key.
 DDMStructure DDMStructurePersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator 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 orderByComparator)
          Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistenceImpl.fetchByC_C_First(long companyId, long classNameId, OrderByComparator 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 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 orderByComparator)
          Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistenceImpl.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistence.fetchByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where classNameId = ?.
static DDMStructure DDMStructureUtil.fetchByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where classNameId = ?.
 DDMStructure DDMStructurePersistenceImpl.fetchByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where classNameId = ?.
 DDMStructure DDMStructurePersistence.fetchByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where classNameId = ?.
static DDMStructure DDMStructureUtil.fetchByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where classNameId = ?.
 DDMStructure DDMStructurePersistenceImpl.fetchByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where classNameId = ?.
 DDMStructure DDMStructurePersistence.fetchByG_C_First(long groupId, long classNameId, OrderByComparator 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 orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistenceImpl.fetchByG_C_First(long groupId, long classNameId, OrderByComparator 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 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 orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistenceImpl.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator 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 DDMStructurePersistenceImpl.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 DDMStructurePersistenceImpl.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 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 orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
 DDMStructure DDMStructurePersistenceImpl.fetchByG_N_D_First(long groupId, String name, String description, OrderByComparator 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 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 orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
 DDMStructure DDMStructurePersistenceImpl.fetchByG_N_D_Last(long groupId, String name, String description, OrderByComparator 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 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 orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
 DDMStructure DDMStructurePersistenceImpl.fetchByG_P_First(long groupId, long parentStructureId, OrderByComparator 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 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 orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
 DDMStructure DDMStructurePersistenceImpl.fetchByG_P_Last(long groupId, long parentStructureId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
 DDMStructure DDMStructurePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ?.
static DDMStructure DDMStructureUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ?.
 DDMStructure DDMStructurePersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ?.
 DDMStructure DDMStructurePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ?.
static DDMStructure DDMStructureUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ?.
 DDMStructure DDMStructurePersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ?.
 DDMStructure DDMStructurePersistence.fetchByParentStructureId_First(long parentStructureId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where parentStructureId = ?.
static DDMStructure DDMStructureUtil.fetchByParentStructureId_First(long parentStructureId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where parentStructureId = ?.
 DDMStructure DDMStructurePersistenceImpl.fetchByParentStructureId_First(long parentStructureId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where parentStructureId = ?.
 DDMStructure DDMStructurePersistence.fetchByParentStructureId_Last(long parentStructureId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where parentStructureId = ?.
static DDMStructure DDMStructureUtil.fetchByParentStructureId_Last(long parentStructureId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where parentStructureId = ?.
 DDMStructure DDMStructurePersistenceImpl.fetchByParentStructureId_Last(long parentStructureId, OrderByComparator 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 DDMStructurePersistenceImpl.fetchByPrimaryKey(long structureId)
          Returns the d d m structure with the primary key or returns null if it could not be found.
 DDMStructure DDMStructurePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          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 orderByComparator)
          Returns the first d d m structure in the ordered set where structureKey = ?.
static DDMStructure DDMStructureUtil.fetchByStructureKey_First(String structureKey, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where structureKey = ?.
 DDMStructure DDMStructurePersistenceImpl.fetchByStructureKey_First(String structureKey, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where structureKey = ?.
 DDMStructure DDMStructurePersistence.fetchByStructureKey_Last(String structureKey, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where structureKey = ?.
static DDMStructure DDMStructureUtil.fetchByStructureKey_Last(String structureKey, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where structureKey = ?.
 DDMStructure DDMStructurePersistenceImpl.fetchByStructureKey_Last(String structureKey, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where structureKey = ?.
 DDMStructure DDMStructurePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator 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 orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?.
 DDMStructure DDMStructurePersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator 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 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 orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?.
 DDMStructure DDMStructurePersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?.
 DDMStructure DDMStructurePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ?.
static DDMStructure DDMStructureUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ?.
 DDMStructure DDMStructurePersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator 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 DDMStructurePersistenceImpl.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 DDMStructurePersistenceImpl.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 orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ?.
static DDMStructure DDMStructureUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ?.
 DDMStructure DDMStructurePersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator 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 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 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[] DDMStructurePersistenceImpl.filterFindByG_C_PrevAndNext(long structureId, long groupId, long classNameId, OrderByComparator 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 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 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[] DDMStructurePersistenceImpl.filterFindByG_N_D_PrevAndNext(long structureId, long groupId, String name, String description, OrderByComparator 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 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 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[] DDMStructurePersistenceImpl.filterFindByG_P_PrevAndNext(long structureId, long groupId, long parentStructureId, OrderByComparator 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 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 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[] DDMStructurePersistenceImpl.filterFindByGroupId_PrevAndNext(long structureId, long groupId, OrderByComparator 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 = ?.
protected  DDMStructure DDMStructurePersistenceImpl.filterGetByG_C_PrevAndNext(Session session, DDMStructure ddmStructure, long groupId, long classNameId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStructure DDMStructurePersistenceImpl.filterGetByG_N_D_PrevAndNext(Session session, DDMStructure ddmStructure, long groupId, String name, String description, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStructure DDMStructurePersistenceImpl.filterGetByG_P_PrevAndNext(Session session, DDMStructure ddmStructure, long groupId, long parentStructureId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStructure DDMStructurePersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, DDMStructure ddmStructure, long groupId, OrderByComparator orderByComparator, boolean previous)
           
 DDMStructure DDMStructurePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator 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 orderByComparator)
          Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistenceImpl.findByC_C_First(long companyId, long classNameId, OrderByComparator 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 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 orderByComparator)
          Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistenceImpl.findByC_C_Last(long companyId, long classNameId, OrderByComparator 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 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 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[] DDMStructurePersistenceImpl.findByC_C_PrevAndNext(long structureId, long companyId, long classNameId, OrderByComparator 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 orderByComparator)
          Returns the first d d m structure in the ordered set where classNameId = ?.
static DDMStructure DDMStructureUtil.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where classNameId = ?.
 DDMStructure DDMStructurePersistenceImpl.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where classNameId = ?.
 DDMStructure DDMStructurePersistence.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where classNameId = ?.
static DDMStructure DDMStructureUtil.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where classNameId = ?.
 DDMStructure DDMStructurePersistenceImpl.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where classNameId = ?.
 DDMStructure[] DDMStructurePersistence.findByClassNameId_PrevAndNext(long structureId, long classNameId, OrderByComparator 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 orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where classNameId = ?.
 DDMStructure[] DDMStructurePersistenceImpl.findByClassNameId_PrevAndNext(long structureId, long classNameId, OrderByComparator 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 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 orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistenceImpl.findByG_C_First(long groupId, long classNameId, OrderByComparator 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 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 orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistenceImpl.findByG_C_Last(long groupId, long classNameId, OrderByComparator 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 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 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[] DDMStructurePersistenceImpl.findByG_C_PrevAndNext(long structureId, long groupId, long classNameId, OrderByComparator 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 DDMStructurePersistenceImpl.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 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 orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
 DDMStructure DDMStructurePersistenceImpl.findByG_N_D_First(long groupId, String name, String description, OrderByComparator 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 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 orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
 DDMStructure DDMStructurePersistenceImpl.findByG_N_D_Last(long groupId, String name, String description, OrderByComparator 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 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 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[] DDMStructurePersistenceImpl.findByG_N_D_PrevAndNext(long structureId, long groupId, String name, String description, OrderByComparator 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 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 orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
 DDMStructure DDMStructurePersistenceImpl.findByG_P_First(long groupId, long parentStructureId, OrderByComparator 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 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 orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
 DDMStructure DDMStructurePersistenceImpl.findByG_P_Last(long groupId, long parentStructureId, OrderByComparator 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 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 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[] DDMStructurePersistenceImpl.findByG_P_PrevAndNext(long structureId, long groupId, long parentStructureId, OrderByComparator 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 orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ?.
static DDMStructure DDMStructureUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ?.
 DDMStructure DDMStructurePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ?.
 DDMStructure DDMStructurePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ?.
static DDMStructure DDMStructureUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ?.
 DDMStructure DDMStructurePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ?.
 DDMStructure[] DDMStructurePersistence.findByGroupId_PrevAndNext(long structureId, long groupId, OrderByComparator 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 orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ?.
 DDMStructure[] DDMStructurePersistenceImpl.findByGroupId_PrevAndNext(long structureId, long groupId, OrderByComparator 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 orderByComparator)
          Returns the first d d m structure in the ordered set where parentStructureId = ?.
static DDMStructure DDMStructureUtil.findByParentStructureId_First(long parentStructureId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where parentStructureId = ?.
 DDMStructure DDMStructurePersistenceImpl.findByParentStructureId_First(long parentStructureId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where parentStructureId = ?.
 DDMStructure DDMStructurePersistence.findByParentStructureId_Last(long parentStructureId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where parentStructureId = ?.
static DDMStructure DDMStructureUtil.findByParentStructureId_Last(long parentStructureId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where parentStructureId = ?.
 DDMStructure DDMStructurePersistenceImpl.findByParentStructureId_Last(long parentStructureId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where parentStructureId = ?.
 DDMStructure[] DDMStructurePersistence.findByParentStructureId_PrevAndNext(long structureId, long parentStructureId, OrderByComparator 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 orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where parentStructureId = ?.
 DDMStructure[] DDMStructurePersistenceImpl.findByParentStructureId_PrevAndNext(long structureId, long parentStructureId, OrderByComparator 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 DDMStructurePersistenceImpl.findByPrimaryKey(long structureId)
          Returns the d d m structure with the primary key or throws a NoSuchStructureException if it could not be found.
 DDMStructure DDMStructurePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the d d m structure with the primary key or throws a NoSuchModelException if it could not be found.
 DDMStructure DDMStructurePersistence.findByStructureKey_First(String structureKey, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where structureKey = ?.
static DDMStructure DDMStructureUtil.findByStructureKey_First(String structureKey, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where structureKey = ?.
 DDMStructure DDMStructurePersistenceImpl.findByStructureKey_First(String structureKey, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where structureKey = ?.
 DDMStructure DDMStructurePersistence.findByStructureKey_Last(String structureKey, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where structureKey = ?.
static DDMStructure DDMStructureUtil.findByStructureKey_Last(String structureKey, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where structureKey = ?.
 DDMStructure DDMStructurePersistenceImpl.findByStructureKey_Last(String structureKey, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where structureKey = ?.
 DDMStructure[] DDMStructurePersistence.findByStructureKey_PrevAndNext(long structureId, String structureKey, OrderByComparator 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 orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where structureKey = ?.
 DDMStructure[] DDMStructurePersistenceImpl.findByStructureKey_PrevAndNext(long structureId, String structureKey, OrderByComparator 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 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 orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?.
 DDMStructure DDMStructurePersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator 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 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 orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?.
 DDMStructure DDMStructurePersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator 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 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 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[] DDMStructurePersistenceImpl.findByUuid_C_PrevAndNext(long structureId, String uuid, long companyId, OrderByComparator 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 orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ?.
static DDMStructure DDMStructureUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ?.
 DDMStructure DDMStructurePersistenceImpl.findByUuid_First(String uuid, OrderByComparator 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 DDMStructurePersistenceImpl.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 orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ?.
static DDMStructure DDMStructureUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ?.
 DDMStructure DDMStructurePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ?.
 DDMStructure[] DDMStructurePersistence.findByUuid_PrevAndNext(long structureId, String uuid, OrderByComparator 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 orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ?.
 DDMStructure[] DDMStructurePersistenceImpl.findByUuid_PrevAndNext(long structureId, String uuid, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ?.
protected  DDMStructure DDMStructurePersistenceImpl.getByC_C_PrevAndNext(Session session, DDMStructure ddmStructure, long companyId, long classNameId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStructure DDMStructurePersistenceImpl.getByClassNameId_PrevAndNext(Session session, DDMStructure ddmStructure, long classNameId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStructure DDMStructurePersistenceImpl.getByG_C_PrevAndNext(Session session, DDMStructure ddmStructure, long groupId, long classNameId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStructure DDMStructurePersistenceImpl.getByG_N_D_PrevAndNext(Session session, DDMStructure ddmStructure, long groupId, String name, String description, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStructure DDMStructurePersistenceImpl.getByG_P_PrevAndNext(Session session, DDMStructure ddmStructure, long groupId, long parentStructureId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStructure DDMStructurePersistenceImpl.getByGroupId_PrevAndNext(Session session, DDMStructure ddmStructure, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStructure DDMStructurePersistenceImpl.getByParentStructureId_PrevAndNext(Session session, DDMStructure ddmStructure, long parentStructureId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStructure DDMStructurePersistenceImpl.getByStructureKey_PrevAndNext(Session session, DDMStructure ddmStructure, String structureKey, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStructure DDMStructurePersistenceImpl.getByUuid_C_PrevAndNext(Session session, DDMStructure ddmStructure, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStructure DDMStructurePersistenceImpl.getByUuid_PrevAndNext(Session session, DDMStructure ddmStructure, String uuid, OrderByComparator orderByComparator, boolean previous)
           
 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 DDMStructurePersistenceImpl.remove(long structureId)
          Removes the d d m structure with the primary key from the database.
 DDMStructure DDMStructurePersistenceImpl.remove(Serializable primaryKey)
          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 DDMStructurePersistenceImpl.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.
 DDMStructure DDMStructurePersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the d d m structure where uuid = ? and groupId = ? from the database.
protected  DDMStructure DDMStructurePersistenceImpl.removeImpl(DDMStructure ddmStructure)
           
protected  DDMStructure DDMStructurePersistenceImpl.toUnwrappedModel(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)
           
 DDMStructure DDMStructurePersistenceImpl.updateImpl(DDMStructure ddmStructure)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return types with arguments of type DDMStructure
protected  List<DDMStructure> DDMStructureFinderImpl.doFindByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String[] names, String[] descriptions, String[] storageTypes, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator, boolean inlineSQLHelper)
           
 List<DDMStructure> DDMStructureFinder.filterFindByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String[] names, String[] descriptions, String[] storageTypes, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> DDMStructureFinderUtil.filterFindByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String[] names, String[] descriptions, String[] storageTypes, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureFinderImpl.filterFindByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String[] names, String[] descriptions, String[] storageTypes, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureFinder.filterFindByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> DDMStructureFinderUtil.filterFindByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureFinderImpl.filterFindByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator 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> DDMStructurePersistenceImpl.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> DDMStructurePersistenceImpl.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 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 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> DDMStructurePersistenceImpl.filterFindByG_C(long[] groupIds, long classNameId, int start, int end, OrderByComparator 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> DDMStructurePersistenceImpl.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> DDMStructurePersistenceImpl.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 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 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> DDMStructurePersistenceImpl.filterFindByG_C(long groupId, long classNameId, int start, int end, OrderByComparator 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> DDMStructurePersistenceImpl.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> DDMStructurePersistenceImpl.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 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 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> DDMStructurePersistenceImpl.filterFindByG_N_D(long groupId, String name, String description, int start, int end, OrderByComparator 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> DDMStructurePersistenceImpl.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> DDMStructurePersistenceImpl.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 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 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> DDMStructurePersistenceImpl.filterFindByG_P(long groupId, long parentStructureId, int start, int end, OrderByComparator 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> DDMStructurePersistenceImpl.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> DDMStructurePersistenceImpl.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> DDMStructurePersistenceImpl.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 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 orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permission to view where groupId = any ?.
 List<DDMStructure> DDMStructurePersistenceImpl.filterFindByGroupId(long[] groupIds, int start, int end, OrderByComparator 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> DDMStructurePersistenceImpl.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 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 orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ?.
 List<DDMStructure> DDMStructurePersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator 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[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> DDMStructureFinderUtil.filterFindByKeywords(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureFinderImpl.filterFindByKeywords(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator 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> DDMStructurePersistenceImpl.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> DDMStructurePersistenceImpl.findAll(int start, int end)
          Returns a range of all the d d m structures.
 List<DDMStructure> DDMStructurePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures.
static List<DDMStructure> DDMStructureUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures.
 List<DDMStructure> DDMStructurePersistenceImpl.findAll(int start, int end, OrderByComparator 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> DDMStructurePersistenceImpl.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> DDMStructurePersistenceImpl.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 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 orderByComparator)
          Returns an ordered range of all the d d m structures where companyId = ? and classNameId = ?.
 List<DDMStructure> DDMStructurePersistenceImpl.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator 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[] classNameIds, String[] names, String[] descriptions, String[] storageTypes, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> DDMStructureFinderUtil.findByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String[] names, String[] descriptions, String[] storageTypes, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureFinderImpl.findByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String[] names, String[] descriptions, String[] storageTypes, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureFinder.findByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> DDMStructureFinderUtil.findByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureFinderImpl.findByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator 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> DDMStructurePersistenceImpl.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> DDMStructurePersistenceImpl.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 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 orderByComparator)
          Returns an ordered range of all the d d m structures where classNameId = ?.
 List<DDMStructure> DDMStructurePersistenceImpl.findByClassNameId(long classNameId, int start, int end, OrderByComparator 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> DDMStructurePersistenceImpl.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> DDMStructurePersistenceImpl.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 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 orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = any ? and classNameId = ?.
 List<DDMStructure> DDMStructurePersistenceImpl.findByG_C(long[] groupIds, long classNameId, int start, int end, OrderByComparator 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> DDMStructurePersistenceImpl.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> DDMStructurePersistenceImpl.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 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 orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = ? and classNameId = ?.
 List<DDMStructure> DDMStructurePersistenceImpl.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator 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> DDMStructurePersistenceImpl.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> DDMStructurePersistenceImpl.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 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 orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = ? and name = ? and description = ?.
 List<DDMStructure> DDMStructurePersistenceImpl.findByG_N_D(long groupId, String name, String description, int start, int end, OrderByComparator 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> DDMStructurePersistenceImpl.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> DDMStructurePersistenceImpl.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 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 orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = ? and parentStructureId = ?.
 List<DDMStructure> DDMStructurePersistenceImpl.findByG_P(long groupId, long parentStructureId, int start, int end, OrderByComparator 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> DDMStructurePersistenceImpl.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> DDMStructurePersistenceImpl.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> DDMStructurePersistenceImpl.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 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 orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = any ?.
 List<DDMStructure> DDMStructurePersistenceImpl.findByGroupId(long[] groupIds, int start, int end, OrderByComparator 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> DDMStructurePersistenceImpl.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 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 orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = ?.
 List<DDMStructure> DDMStructurePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = ?.
 List<DDMStructure> DDMStructureFinder.findByKeywords(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> DDMStructureFinderUtil.findByKeywords(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureFinderImpl.findByKeywords(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator 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> DDMStructurePersistenceImpl.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> DDMStructurePersistenceImpl.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 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 orderByComparator)
          Returns an ordered range of all the d d m structures where parentStructureId = ?.
 List<DDMStructure> DDMStructurePersistenceImpl.findByParentStructureId(long parentStructureId, int start, int end, OrderByComparator 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> DDMStructurePersistenceImpl.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> DDMStructurePersistenceImpl.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 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 orderByComparator)
          Returns an ordered range of all the d d m structures where structureKey = ?.
 List<DDMStructure> DDMStructurePersistenceImpl.findByStructureKey(String structureKey, int start, int end, OrderByComparator 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> DDMStructurePersistenceImpl.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> DDMStructurePersistenceImpl.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 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 orderByComparator)
          Returns an ordered range of all the d d m structures where uuid = ? and companyId = ?.
 List<DDMStructure> DDMStructurePersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator 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> DDMStructurePersistenceImpl.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> DDMStructurePersistenceImpl.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 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 orderByComparator)
          Returns an ordered range of all the d d m structures where uuid = ?.
 List<DDMStructure> DDMStructurePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator 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 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.
 void DDMStructurePersistenceImpl.cacheResult(DDMStructure ddmStructure)
          Caches the d d m structure in the entity cache if it is enabled.
protected  void DDMStructurePersistenceImpl.cacheUniqueFindersCache(DDMStructure ddmStructure)
           
static void DDMStructureUtil.clearCache(DDMStructure ddmStructure)
           
 void DDMStructurePersistenceImpl.clearCache(DDMStructure ddmStructure)
          Clears the cache for the d d m structure.
protected  void DDMStructurePersistenceImpl.clearUniqueFindersCache(DDMStructure ddmStructure)
           
protected  DDMStructure DDMStructurePersistenceImpl.filterGetByG_C_PrevAndNext(Session session, DDMStructure ddmStructure, long groupId, long classNameId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStructure DDMStructurePersistenceImpl.filterGetByG_N_D_PrevAndNext(Session session, DDMStructure ddmStructure, long groupId, String name, String description, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStructure DDMStructurePersistenceImpl.filterGetByG_P_PrevAndNext(Session session, DDMStructure ddmStructure, long groupId, long parentStructureId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStructure DDMStructurePersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, DDMStructure ddmStructure, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStructure DDMStructurePersistenceImpl.getByC_C_PrevAndNext(Session session, DDMStructure ddmStructure, long companyId, long classNameId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStructure DDMStructurePersistenceImpl.getByClassNameId_PrevAndNext(Session session, DDMStructure ddmStructure, long classNameId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStructure DDMStructurePersistenceImpl.getByG_C_PrevAndNext(Session session, DDMStructure ddmStructure, long groupId, long classNameId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStructure DDMStructurePersistenceImpl.getByG_N_D_PrevAndNext(Session session, DDMStructure ddmStructure, long groupId, String name, String description, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStructure DDMStructurePersistenceImpl.getByG_P_PrevAndNext(Session session, DDMStructure ddmStructure, long groupId, long parentStructureId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStructure DDMStructurePersistenceImpl.getByGroupId_PrevAndNext(Session session, DDMStructure ddmStructure, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStructure DDMStructurePersistenceImpl.getByParentStructureId_PrevAndNext(Session session, DDMStructure ddmStructure, long parentStructureId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStructure DDMStructurePersistenceImpl.getByStructureKey_PrevAndNext(Session session, DDMStructure ddmStructure, String structureKey, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStructure DDMStructurePersistenceImpl.getByUuid_C_PrevAndNext(Session session, DDMStructure ddmStructure, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStructure DDMStructurePersistenceImpl.getByUuid_PrevAndNext(Session session, DDMStructure ddmStructure, String uuid, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStructure DDMStructurePersistenceImpl.removeImpl(DDMStructure ddmStructure)
           
protected  DDMStructure DDMStructurePersistenceImpl.toUnwrappedModel(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)
           
 DDMStructure DDMStructurePersistenceImpl.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.
 void DDMStructurePersistenceImpl.cacheResult(List<DDMStructure> ddmStructures)
          Caches the d d m structures in the entity cache if it is enabled.
 void DDMStructurePersistenceImpl.clearCache(List<DDMStructure> ddmStructures)
           
 

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
static DDMStructure DDMTemplateHelperUtil.fetchStructure(DDMTemplate ddmTemplate)
           
 DDMStructure DDMTemplateHelper.fetchStructure(DDMTemplate template)
           
 DDMStructure DDMTemplateHelperImpl.fetchStructure(DDMTemplate template)
           
protected  DDMStructure DDMImpl.getDDMStructure(long ddmStructureId, long ddmTemplateId)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.util with parameters of type DDMStructure
static void DDMIndexerUtil.addAttributes(Document document, DDMStructure ddmStructure, Fields fields)
           
 void DDMIndexer.addAttributes(Document document, DDMStructure ddmStructure, Fields fields)
           
 void DDMIndexerImpl.addAttributes(Document document, DDMStructure ddmStructure, Fields fields)
           
protected  JSONArray DDMXSDImpl.addStructureFieldAttributes(DDMStructure structure, JSONArray jsonArray)
           
protected  Field DDMImpl.createField(DDMStructure ddmStructure, String fieldName, List<Serializable> fieldValues, ServiceContext serviceContext)
           
static String DDMIndexerUtil.extractAttributes(DDMStructure ddmStructure, Fields fields, Locale locale)
           
 String DDMIndexer.extractIndexableAttributes(DDMStructure ddmStructure, Fields fields, Locale locale)
           
 String DDMIndexerImpl.extractIndexableAttributes(DDMStructure ddmStructure, Fields fields, Locale locale)
           
 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 DDMXMLImpl.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)
           
 Fields DDMXMLImpl.getFields(DDMStructure structure, XPath xPath, String xml, List<String> fieldNames)
           
protected  List<Serializable> DDMImpl.getFieldValues(DDMStructure ddmStructure, String fieldName, String fieldNamespace, ServiceContext serviceContext)
           
 String DDMXSD.getHTML(javax.servlet.jsp.PageContext pageContext, DDMStructure ddmStructure, Fields fields, String portletNamespace, String namespace, boolean readOnly, Locale locale)
           
static String DDMXSDUtil.getHTML(javax.servlet.jsp.PageContext pageContext, DDMStructure ddmStructure, Fields fields, String portletNamespace, String namespace, boolean readOnly, Locale locale)
           
 String DDMXSDImpl.getHTML(javax.servlet.jsp.PageContext pageContext, DDMStructure ddmStructure, Fields fields, String portletNamespace, String namespace, boolean readOnly, Locale locale)
           
 JSONArray DDMXSD.getJSONArray(DDMStructure structure, String xsd)
           
static JSONArray DDMXSDUtil.getJSONArray(DDMStructure structure, String xsd)
           
 JSONArray DDMXSDImpl.getJSONArray(DDMStructure structure, String xsd)
           
protected  JSONArray DDMXSDImpl.getStructureFieldReadOnlyAttributes(DDMStructure structure, String fieldName)
           
 String DDMDisplay.getViewTemplatesTitle(DDMStructure structure, boolean controlPanel, Locale locale)
           
 String BaseDDMDisplay.getViewTemplatesTitle(DDMStructure structure, boolean controlPanel, Locale locale)
           
 String DDMDisplay.getViewTemplatesTitle(DDMStructure structure, Locale locale)
           
 String BaseDDMDisplay.getViewTemplatesTitle(DDMStructure structure, Locale locale)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.webdav with parameters of type DDMStructure
static Resource DDMWebDavUtil.toResource(WebDAVRequest webDAVRequest, DDMStructure structure, String rootPath, boolean appendPath)
           
 

Constructors in com.liferay.portlet.dynamicdatamapping.webdav with parameters of type DDMStructure
DDMStructureResourceImpl(DDMStructure structure, String parentPath, String name)
           
 

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

Methods in com.liferay.portlet.journal.action with parameters of type DDMStructure
static Object[] ActionUtil.getContentAndImages(DDMStructure ddmStructure, Locale locale, ServiceContext serviceContext)
           
 

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

Methods in com.liferay.portlet.journal.ddm with parameters of type DDMStructure
 String JournalDDMDisplay.getEditStructureDefaultValuesURL(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse, DDMStructure structure, String redirectURL, String backURL)
           
 

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

Methods in com.liferay.portlet.journal.model with parameters of type DDMStructure
 void DDMStructureModelListener.onBeforeRemove(DDMStructure ddmStructure)
           
 

Constructors in com.liferay.portlet.journal.model with parameters of type DDMStructure
JournalStructureAdapter(DDMStructure ddmStructure)
           
 

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

Methods in com.liferay.portlet.journal.service.impl that return DDMStructure
protected  DDMStructure JournalStructureLocalServiceImpl.fetchDDMStructure(JournalStructure structure)
          Deprecated.  
protected  DDMStructure JournalStructureLocalServiceImpl.fetchDDMStructure(long groupId, String structureId)
          Deprecated.  
protected  DDMStructure JournalStructureLocalServiceImpl.getDDMStructure(JournalStructure structure)
          Deprecated.  
protected  DDMStructure JournalStructureLocalServiceImpl.getDDMStructure(long groupId, String structureId)
          Deprecated.  
 

Methods in com.liferay.portlet.journal.service.impl with parameters of type DDMStructure
protected  void JournalArticleLocalServiceImpl.validateDDMStructureFields(DDMStructure ddmStructure, long classNameId, Fields fields, Locale defaultLocale)
           
protected  void JournalArticleLocalServiceImpl.validateDDMStructureFields(DDMStructure ddmStructure, long classNameId, ServiceContext serviceContext, Locale defaultLocale)
           
protected  void JournalArticleLocalServiceImpl.validateDDMStructureFields(DDMStructure ddmStructure, long classNameId, String content, Locale defaultLocale)
           
 

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

Methods in com.liferay.portlet.journal.util that return types with arguments of type DDMStructure
static Stack<DDMStructure> JournalUtil.getRecentDDMStructures(PortletRequest portletRequest)
           
 

Methods in com.liferay.portlet.journal.util with parameters of type DDMStructure
protected  void JournalConverterImpl.addDDMFields(Element dynamicElementElement, DDMStructure ddmStructure, Fields ddmFields, String defaultLanguageId)
           
static void JournalUtil.addRecentDDMStructure(PortletRequest portletRequest, DDMStructure ddmStructure)
           
protected  void LocaleTransformerListener.filter(Element dynamicElementElement, DDMStructure ddmStructure, String name, String defaultLanguageId)
           
protected  void LocaleTransformerListener.filterByLocalizability(Element root, String defaultLanguageId, DDMStructure ddmStructure)
           
static String JournalConverterUtil.getContent(DDMStructure ddmStructure, Fields ddmFields)
           
 String JournalConverter.getContent(DDMStructure ddmStructure, Fields ddmFields)
           
 String JournalConverterImpl.getContent(DDMStructure ddmStructure, Fields ddmFields)
           
static Fields JournalConverterUtil.getDDMFields(DDMStructure ddmStructure, String content)
           
 Fields JournalConverter.getDDMFields(DDMStructure ddmStructure, String content)
           
 Fields JournalConverterImpl.getDDMFields(DDMStructure ddmStructure, String content)
           
protected  Field JournalConverterImpl.getField(Element dynamicElementElement, DDMStructure ddmStructure, String defaultLanguageId)
           
protected  void JournalConverterImpl.updateContentDynamicElement(Element dynamicElementElement, DDMStructure ddmStructure, Fields ddmFields, DDMFieldsCounter ddmFieldsCounter)
           
protected  void JournalConverterImpl.updateContentDynamicElement(Element dynamicElementElement, DDMStructure ddmStructure, Fields ddmFields, String fieldName, DDMFieldsCounter ddmFieldsCounter)
           
 

Method parameters in com.liferay.portlet.journal.util with type arguments of type DDMStructure
static List<JournalStructure> JournalUtil.toJournalStructures(List<DDMStructure> ddmStructures)
           
 

Uses of DDMStructure in com.liferay.portlet.portletdisplaytemplate.ddm
 

Methods in com.liferay.portlet.portletdisplaytemplate.ddm with parameters of type DDMStructure
 String PortletDisplayTemplateDDMDisplay.getViewTemplatesTitle(DDMStructure structure, boolean controlPanel, Locale locale)
           
 


Liferay 6.2-ce-ga5