Liferay 6.1.2-ce-ga3

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

Packages that use DDMStructure
com.liferay.portal.kernel.search   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.documentlibrary.service.persistence   
com.liferay.portlet.dynamicdatalists.model   
com.liferay.portlet.dynamicdatamapping.model   
com.liferay.portlet.dynamicdatamapping.service   
com.liferay.portlet.dynamicdatamapping.service.persistence   
com.liferay.portlet.dynamicdatamapping.storage   
com.liferay.portlet.dynamicdatamapping.util   
 

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.portlet.documentlibrary.model
 

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

Methods in com.liferay.portlet.documentlibrary.model that return types with arguments of type DDMStructure
 List<DDMStructure> DLFileEntryType.getDDMStructures()
           
 List<DDMStructure> DLFileEntryTypeWrapper.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.persistence
 

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.
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.
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.
 

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.
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.
 

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.
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.
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.
 

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 detailDDMTemplateId)
           
 DDMStructure DDLRecordSetWrapper.getDDMStructure(long detailDDMTemplateId)
           
 

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 DDMStorageLinkWrapper.getStructure()
           
 DDMStructure DDMStructureLinkWrapper.getStructure()
           
 DDMStructure DDMTemplate.getStructure()
           
 DDMStructure DDMStructureLink.getStructure()
           
 DDMStructure DDMStorageLink.getStructure()
           
 DDMStructure DDMTemplateWrapper.getStructure()
           
 DDMStructure DDMStructureWrapper.getWrappedDDMStructure()
          Deprecated. Renamed to DDMStructureWrapper.getWrappedModel()
 DDMStructure DDMStructureWrapper.getWrappedModel()
           
 DDMStructure DDMStructureWrapper.toEscapedModel()
           
 DDMStructure DDMStructureModel.toEscapedModel()
           
 DDMStructure DDMStructureWrapper.toUnescapedModel()
           
 DDMStructure DDMStructureModel.toUnescapedModel()
           
 

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

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

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

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

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

Methods in com.liferay.portlet.dynamicdatamapping.service that return DDMStructure
 DDMStructure DDMStructureLocalService.addDDMStructure(DDMStructure ddmStructure)
          Adds the d d m structure to the database.
 DDMStructure DDMStructureLocalServiceWrapper.addDDMStructure(DDMStructure ddmStructure)
          Adds the d d m structure to the database.
static DDMStructure DDMStructureLocalServiceUtil.addDDMStructure(DDMStructure ddmStructure)
          Adds the d d m structure to the database.
 DDMStructure DDMStructureLocalService.addStructure(long userId, long groupId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, String storageType, int type, ServiceContext serviceContext)
           
 DDMStructure DDMStructureLocalServiceWrapper.addStructure(long userId, long groupId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, String storageType, int type, ServiceContext serviceContext)
           
static DDMStructure DDMStructureLocalServiceUtil.addStructure(long userId, long groupId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, String storageType, int type, ServiceContext serviceContext)
           
static DDMStructure DDMStructureServiceUtil.addStructure(long groupId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, String storageType, int type, ServiceContext serviceContext)
           
 DDMStructure DDMStructureServiceWrapper.addStructure(long groupId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, String storageType, int type, ServiceContext serviceContext)
           
 DDMStructure DDMStructureService.addStructure(long groupId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, String storageType, int type, ServiceContext serviceContext)
           
 DDMStructure DDMStructureLocalService.copyStructure(long userId, long structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
 DDMStructure DDMStructureLocalServiceWrapper.copyStructure(long userId, long structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
static DDMStructure DDMStructureLocalServiceUtil.copyStructure(long userId, long structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
static DDMStructure DDMStructureServiceUtil.copyStructure(long structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
 DDMStructure DDMStructureServiceWrapper.copyStructure(long structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
 DDMStructure DDMStructureService.copyStructure(long structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
 DDMStructure DDMStructureLocalService.createDDMStructure(long structureId)
          Creates a new d d m structure with the primary key.
 DDMStructure DDMStructureLocalServiceWrapper.createDDMStructure(long structureId)
          Creates a new d d m structure with the primary key.
static DDMStructure DDMStructureLocalServiceUtil.createDDMStructure(long structureId)
          Creates a new d d m structure with the primary key.
 DDMStructure DDMStructureLocalService.deleteDDMStructure(DDMStructure ddmStructure)
          Deletes the d d m structure from the database.
 DDMStructure DDMStructureLocalServiceWrapper.deleteDDMStructure(DDMStructure ddmStructure)
          Deletes the d d m structure from the database.
static DDMStructure DDMStructureLocalServiceUtil.deleteDDMStructure(DDMStructure ddmStructure)
          Deletes the d d m structure from the database.
 DDMStructure DDMStructureLocalService.deleteDDMStructure(long structureId)
          Deletes the d d m structure with the primary key from the database.
 DDMStructure DDMStructureLocalServiceWrapper.deleteDDMStructure(long structureId)
          Deletes the d d m structure with the primary key from the database.
static DDMStructure DDMStructureLocalServiceUtil.deleteDDMStructure(long structureId)
          Deletes the d d m structure with the primary key from the database.
 DDMStructure DDMStructureLocalService.fetchDDMStructure(long structureId)
           
 DDMStructure DDMStructureLocalServiceWrapper.fetchDDMStructure(long structureId)
           
static DDMStructure DDMStructureLocalServiceUtil.fetchDDMStructure(long structureId)
           
 DDMStructure DDMStructureLocalService.fetchStructure(long structureId)
           
 DDMStructure DDMStructureLocalServiceWrapper.fetchStructure(long structureId)
           
static DDMStructure DDMStructureLocalServiceUtil.fetchStructure(long structureId)
           
static DDMStructure DDMStructureServiceUtil.fetchStructure(long groupId, String structureKey)
           
 DDMStructure DDMStructureLocalService.fetchStructure(long groupId, String structureKey)
           
 DDMStructure DDMStructureLocalServiceWrapper.fetchStructure(long groupId, String structureKey)
           
 DDMStructure DDMStructureServiceWrapper.fetchStructure(long groupId, String structureKey)
           
static DDMStructure DDMStructureLocalServiceUtil.fetchStructure(long groupId, String structureKey)
           
 DDMStructure DDMStructureService.fetchStructure(long groupId, String structureKey)
           
 DDMStructure DDMStructureLocalService.getDDMStructure(long structureId)
          Returns the d d m structure with the primary key.
 DDMStructure DDMStructureLocalServiceWrapper.getDDMStructure(long structureId)
          Returns the d d m structure with the primary key.
static DDMStructure DDMStructureLocalServiceUtil.getDDMStructure(long structureId)
          Returns the d d m structure with the primary key.
 DDMStructure DDMStructureLocalService.getDDMStructureByUuidAndGroupId(String uuid, long groupId)
          Returns the d d m structure with the UUID in the group.
 DDMStructure DDMStructureLocalServiceWrapper.getDDMStructureByUuidAndGroupId(String uuid, long groupId)
          Returns the d d m structure with the UUID in the group.
static DDMStructure DDMStructureLocalServiceUtil.getDDMStructureByUuidAndGroupId(String uuid, long groupId)
          Returns the d d m structure with the UUID in the group.
static DDMStructure DDMStructureServiceUtil.getStructure(long structureId)
           
 DDMStructure DDMStructureLocalService.getStructure(long structureId)
           
 DDMStructure DDMStructureLocalServiceWrapper.getStructure(long structureId)
           
 DDMStructure DDMStructureServiceWrapper.getStructure(long structureId)
           
static DDMStructure DDMStructureLocalServiceUtil.getStructure(long structureId)
           
 DDMStructure DDMStructureService.getStructure(long structureId)
           
 DDMStructure DDMStructureLocalService.getStructure(long groupId, String structureKey)
           
 DDMStructure DDMStructureLocalServiceWrapper.getStructure(long groupId, String structureKey)
           
static DDMStructure DDMStructureLocalServiceUtil.getStructure(long groupId, String structureKey)
           
 DDMStructure DDMStructureLocalService.updateDDMStructure(DDMStructure ddmStructure)
          Updates the d d m structure in the database or adds it if it does not yet exist.
 DDMStructure DDMStructureLocalServiceWrapper.updateDDMStructure(DDMStructure ddmStructure)
          Updates the d d m structure in the database or adds it if it does not yet exist.
static DDMStructure DDMStructureLocalServiceUtil.updateDDMStructure(DDMStructure ddmStructure)
          Updates the d d m structure in the database or adds it if it does not yet exist.
 DDMStructure DDMStructureLocalService.updateDDMStructure(DDMStructure ddmStructure, boolean merge)
          Updates the d d m structure in the database or adds it if it does not yet exist.
 DDMStructure DDMStructureLocalServiceWrapper.updateDDMStructure(DDMStructure ddmStructure, boolean merge)
          Updates the d d m structure in the database or adds it if it does not yet exist.
static DDMStructure DDMStructureLocalServiceUtil.updateDDMStructure(DDMStructure ddmStructure, boolean merge)
          Updates the d d m structure in the database or adds it if it does not yet exist.
static DDMStructure DDMStructureServiceUtil.updateStructure(long structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
           
 DDMStructure DDMStructureLocalService.updateStructure(long structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
           
 DDMStructure DDMStructureLocalServiceWrapper.updateStructure(long structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
           
 DDMStructure DDMStructureServiceWrapper.updateStructure(long structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
           
static DDMStructure DDMStructureLocalServiceUtil.updateStructure(long structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
           
 DDMStructure DDMStructureService.updateStructure(long structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
           
static DDMStructure DDMStructureServiceUtil.updateStructure(long groupId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
           
 DDMStructure DDMStructureLocalService.updateStructure(long groupId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
           
 DDMStructure DDMStructureLocalServiceWrapper.updateStructure(long groupId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
           
 DDMStructure DDMStructureServiceWrapper.updateStructure(long groupId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
           
static DDMStructure DDMStructureLocalServiceUtil.updateStructure(long groupId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
           
 DDMStructure DDMStructureService.updateStructure(long groupId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service that return types with arguments of type DDMStructure
 List<DDMStructure> DDMStructureLocalService.getClassStructures(long classNameId)
          Deprecated. DDMStructureLocalService.getClassStructures(long, long)
 List<DDMStructure> DDMStructureLocalServiceWrapper.getClassStructures(long classNameId)
          Deprecated. DDMStructureLocalServiceWrapper.getClassStructures(long, long)
static List<DDMStructure> DDMStructureLocalServiceUtil.getClassStructures(long classNameId)
          Deprecated. DDMStructureLocalServiceUtil.getClassStructures(long, long)
 List<DDMStructure> DDMStructureLocalService.getClassStructures(long classNameId, int start, int end)
          Deprecated. DDMStructureLocalService.getClassStructures(long, long, int, int)
 List<DDMStructure> DDMStructureLocalServiceWrapper.getClassStructures(long classNameId, int start, int end)
          Deprecated. DDMStructureLocalServiceWrapper.getClassStructures(long, long, int, int)
static List<DDMStructure> DDMStructureLocalServiceUtil.getClassStructures(long classNameId, int start, int end)
          Deprecated. DDMStructureLocalServiceUtil.getClassStructures(long, long, int, int)
 List<DDMStructure> DDMStructureLocalService.getClassStructures(long companyId, long classNameId)
           
 List<DDMStructure> DDMStructureLocalServiceWrapper.getClassStructures(long companyId, long classNameId)
           
static List<DDMStructure> DDMStructureLocalServiceUtil.getClassStructures(long companyId, long classNameId)
           
 List<DDMStructure> DDMStructureLocalService.getClassStructures(long companyId, long classNameId, int start, int end)
           
 List<DDMStructure> DDMStructureLocalServiceWrapper.getClassStructures(long companyId, long classNameId, int start, int end)
           
static List<DDMStructure> DDMStructureLocalServiceUtil.getClassStructures(long companyId, long classNameId, int start, int end)
           
 List<DDMStructure> DDMStructureLocalService.getClassStructures(long companyId, long classNameId, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureLocalServiceWrapper.getClassStructures(long companyId, long classNameId, OrderByComparator orderByComparator)
           
static List<DDMStructure> DDMStructureLocalServiceUtil.getClassStructures(long companyId, long classNameId, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureLocalService.getClassStructures(long classNameId, OrderByComparator orderByComparator)
          Deprecated. DDMStructureLocalService.getClassStructures(long, long, OrderByComparator)
 List<DDMStructure> DDMStructureLocalServiceWrapper.getClassStructures(long classNameId, OrderByComparator orderByComparator)
          Deprecated. DDMStructureLocalServiceWrapper.getClassStructures(long, long, OrderByComparator)
static List<DDMStructure> DDMStructureLocalServiceUtil.getClassStructures(long classNameId, OrderByComparator orderByComparator)
          Deprecated. DDMStructureLocalServiceUtil.getClassStructures(long, long, OrderByComparator)
 List<DDMStructure> DDMStructureLocalService.getDDMStructures(int start, int end)
          Returns a range of all the d d m structures.
 List<DDMStructure> DDMStructureLocalServiceWrapper.getDDMStructures(int start, int end)
          Returns a range of all the d d m structures.
static List<DDMStructure> DDMStructureLocalServiceUtil.getDDMStructures(int start, int end)
          Returns a range of all the d d m structures.
 List<DDMStructure> DDMStructureLocalService.getDLFileEntryTypeDDMStructures(long fileEntryTypeId)
           
 List<DDMStructure> DDMStructureLocalServiceWrapper.getDLFileEntryTypeDDMStructures(long fileEntryTypeId)
           
static List<DDMStructure> DDMStructureLocalServiceUtil.getDLFileEntryTypeDDMStructures(long fileEntryTypeId)
           
 List<DDMStructure> DDMStructureLocalService.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end)
           
 List<DDMStructure> DDMStructureLocalServiceWrapper.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end)
           
static List<DDMStructure> DDMStructureLocalServiceUtil.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end)
           
 List<DDMStructure> DDMStructureLocalService.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureLocalServiceWrapper.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> DDMStructureLocalServiceUtil.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureLocalService.getDLFileEntryTypeStructures(long dlFileEntryTypeId)
           
 List<DDMStructure> DDMStructureLocalServiceWrapper.getDLFileEntryTypeStructures(long dlFileEntryTypeId)
           
static List<DDMStructure> DDMStructureLocalServiceUtil.getDLFileEntryTypeStructures(long dlFileEntryTypeId)
           
 List<DDMStructure> DDMStructureLocalService.getStructure(long groupId, String name, String description)
           
 List<DDMStructure> DDMStructureLocalServiceWrapper.getStructure(long groupId, String name, String description)
           
static List<DDMStructure> DDMStructureLocalServiceUtil.getStructure(long groupId, String name, String description)
           
 List<DDMStructure> DDMStructureLocalService.getStructureEntries()
          Deprecated. DDMStructureLocalService.getStructures()
 List<DDMStructure> DDMStructureLocalServiceWrapper.getStructureEntries()
          Deprecated. DDMStructureLocalServiceWrapper.getStructures()
static List<DDMStructure> DDMStructureLocalServiceUtil.getStructureEntries()
          Deprecated. DDMStructureLocalServiceUtil.getStructures()
 List<DDMStructure> DDMStructureLocalService.getStructureEntries(long groupId)
          Deprecated. DDMStructureLocalService.getStructures(long)
 List<DDMStructure> DDMStructureLocalServiceWrapper.getStructureEntries(long groupId)
          Deprecated. DDMStructureLocalServiceWrapper.getStructures(long)
static List<DDMStructure> DDMStructureLocalServiceUtil.getStructureEntries(long groupId)
          Deprecated. DDMStructureLocalServiceUtil.getStructures(long)
 List<DDMStructure> DDMStructureLocalService.getStructureEntries(long groupId, int start, int end)
          Deprecated. DDMStructureLocalService.getStructures(long, int, int)
 List<DDMStructure> DDMStructureLocalServiceWrapper.getStructureEntries(long groupId, int start, int end)
          Deprecated. DDMStructureLocalServiceWrapper.getStructures(long, int, int)
static List<DDMStructure> DDMStructureLocalServiceUtil.getStructureEntries(long groupId, int start, int end)
          Deprecated. DDMStructureLocalServiceUtil.getStructures(long, int, int)
 List<DDMStructure> DDMStructureLocalService.getStructures()
           
 List<DDMStructure> DDMStructureLocalServiceWrapper.getStructures()
           
static List<DDMStructure> DDMStructureLocalServiceUtil.getStructures()
           
 List<DDMStructure> DDMStructureLocalService.getStructures(long groupId)
           
 List<DDMStructure> DDMStructureLocalServiceWrapper.getStructures(long groupId)
           
static List<DDMStructure> DDMStructureLocalServiceUtil.getStructures(long groupId)
           
 List<DDMStructure> DDMStructureLocalService.getStructures(long groupId, int start, int end)
           
 List<DDMStructure> DDMStructureLocalServiceWrapper.getStructures(long groupId, int start, int end)
           
static List<DDMStructure> DDMStructureLocalServiceUtil.getStructures(long groupId, int start, int end)
           
static List<DDMStructure> DDMStructureServiceUtil.search(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureLocalService.search(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureLocalServiceWrapper.search(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureServiceWrapper.search(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> DDMStructureLocalServiceUtil.search(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureService.search(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
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)
           
 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)
           
 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)
           
 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)
           
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)
           
 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)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service with parameters of type DDMStructure
 DDMStructure DDMStructureLocalService.addDDMStructure(DDMStructure ddmStructure)
          Adds the d d m structure to the database.
 DDMStructure DDMStructureLocalServiceWrapper.addDDMStructure(DDMStructure ddmStructure)
          Adds the d d m structure to the database.
static DDMStructure DDMStructureLocalServiceUtil.addDDMStructure(DDMStructure ddmStructure)
          Adds the d d m structure to the database.
 void DDMStructureLocalService.addDLFileEntryTypeDDMStructure(long fileEntryTypeId, DDMStructure ddmStructure)
           
 void DDMStructureLocalServiceWrapper.addDLFileEntryTypeDDMStructure(long fileEntryTypeId, DDMStructure ddmStructure)
           
static void DDMStructureLocalServiceUtil.addDLFileEntryTypeDDMStructure(long fileEntryTypeId, DDMStructure ddmStructure)
           
 void DDMStructureLocalService.addStructureResources(DDMStructure structure, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void DDMStructureLocalServiceWrapper.addStructureResources(DDMStructure structure, boolean addGroupPermissions, boolean addGuestPermissions)
           
static void DDMStructureLocalServiceUtil.addStructureResources(DDMStructure structure, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void DDMStructureLocalService.addStructureResources(DDMStructure structure, String[] groupPermissions, String[] guestPermissions)
           
 void DDMStructureLocalServiceWrapper.addStructureResources(DDMStructure structure, String[] groupPermissions, String[] guestPermissions)
           
static void DDMStructureLocalServiceUtil.addStructureResources(DDMStructure structure, String[] groupPermissions, String[] guestPermissions)
           
 DDMStructure DDMStructureLocalService.deleteDDMStructure(DDMStructure ddmStructure)
          Deletes the d d m structure from the database.
 DDMStructure DDMStructureLocalServiceWrapper.deleteDDMStructure(DDMStructure ddmStructure)
          Deletes the d d m structure from the database.
static DDMStructure DDMStructureLocalServiceUtil.deleteDDMStructure(DDMStructure ddmStructure)
          Deletes the d d m structure from the database.
 void DDMStructureLocalService.deleteDLFileEntryTypeDDMStructure(long fileEntryTypeId, DDMStructure ddmStructure)
           
 void DDMStructureLocalServiceWrapper.deleteDLFileEntryTypeDDMStructure(long fileEntryTypeId, DDMStructure ddmStructure)
           
static void DDMStructureLocalServiceUtil.deleteDLFileEntryTypeDDMStructure(long fileEntryTypeId, DDMStructure ddmStructure)
           
 void DDMStructureLocalService.deleteStructure(DDMStructure structure)
           
 void DDMStructureLocalServiceWrapper.deleteStructure(DDMStructure structure)
           
static void DDMStructureLocalServiceUtil.deleteStructure(DDMStructure structure)
           
 DDMStructure DDMStructureLocalService.updateDDMStructure(DDMStructure ddmStructure)
          Updates the d d m structure in the database or adds it if it does not yet exist.
 DDMStructure DDMStructureLocalServiceWrapper.updateDDMStructure(DDMStructure ddmStructure)
          Updates the d d m structure in the database or adds it if it does not yet exist.
static DDMStructure DDMStructureLocalServiceUtil.updateDDMStructure(DDMStructure ddmStructure)
          Updates the d d m structure in the database or adds it if it does not yet exist.
 DDMStructure DDMStructureLocalService.updateDDMStructure(DDMStructure ddmStructure, boolean merge)
          Updates the d d m structure in the database or adds it if it does not yet exist.
 DDMStructure DDMStructureLocalServiceWrapper.updateDDMStructure(DDMStructure ddmStructure, boolean merge)
          Updates the d d m structure in the database or adds it if it does not yet exist.
static DDMStructure DDMStructureLocalServiceUtil.updateDDMStructure(DDMStructure ddmStructure, boolean merge)
          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 DDMStructureLocalService.addDLFileEntryTypeDDMStructures(long fileEntryTypeId, List<DDMStructure> DDMStructures)
           
 void DDMStructureLocalServiceWrapper.addDLFileEntryTypeDDMStructures(long fileEntryTypeId, List<DDMStructure> DDMStructures)
           
static void DDMStructureLocalServiceUtil.addDLFileEntryTypeDDMStructures(long fileEntryTypeId, List<DDMStructure> DDMStructures)
           
 void DDMStructureLocalService.deleteDLFileEntryTypeDDMStructures(long fileEntryTypeId, List<DDMStructure> DDMStructures)
           
 void DDMStructureLocalServiceWrapper.deleteDLFileEntryTypeDDMStructures(long fileEntryTypeId, List<DDMStructure> DDMStructures)
           
static void DDMStructureLocalServiceUtil.deleteDLFileEntryTypeDDMStructures(long fileEntryTypeId, List<DDMStructure> DDMStructures)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return DDMStructure
static DDMStructure DDMStructureUtil.create(long structureId)
          Creates a new d d m structure with the primary key.
 DDMStructure DDMStructurePersistence.create(long structureId)
          Creates a new d d m structure with the primary key.
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 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_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last 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.fetchByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where 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_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last 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.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_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_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_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_S(long groupId, String structureKey)
          Returns the d d m structure where groupId = ? and structureKey = ? or returns null if it could not be found.
 DDMStructure DDMStructurePersistence.fetchByG_S(long groupId, String structureKey)
          Returns the d d m structure where groupId = ? and structureKey = ? or returns null if it could not be found.
static DDMStructure DDMStructureUtil.fetchByG_S(long groupId, String structureKey, boolean retrieveFromCache)
          Returns the d d m structure where groupId = ? and structureKey = ? or returns null if it could not be found, optionally using the finder cache.
 DDMStructure DDMStructurePersistence.fetchByG_S(long groupId, String structureKey, boolean retrieveFromCache)
          Returns the d d m structure where groupId = ? and structureKey = ? or returns null if it could not be found, optionally using the finder cache.
static DDMStructure DDMStructureUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ?.
 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_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last 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.fetchByPrimaryKey(long structureId)
          Returns the d d m structure with the primary key or returns null if it could not be found.
 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.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ?.
 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_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)
          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, 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_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_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ?.
 DDMStructure DDMStructurePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ?.
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[] 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.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[] 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.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_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_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_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_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.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.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where 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_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last 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_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.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.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_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_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_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_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_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_S(long groupId, String structureKey)
          Returns the d d m structure where groupId = ? and structureKey = ? or throws a NoSuchStructureException if it could not be found.
 DDMStructure DDMStructurePersistence.findByG_S(long groupId, String structureKey)
          Returns the d d m structure where groupId = ? and structureKey = ? or throws a NoSuchStructureException if it could not be found.
static DDMStructure DDMStructureUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ?.
 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_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last 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_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.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.findByPrimaryKey(long structureId)
          Returns the d d m structure with the primary key or throws a NoSuchStructureException if it could not be found.
 DDMStructure DDMStructurePersistence.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.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ?.
 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_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_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_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ?.
 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_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[] 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.remove(long structureId)
          Removes the d d m structure with the primary key from the database.
 DDMStructure DDMStructurePersistence.remove(long structureId)
          Removes the d d m structure with the primary key from the database.
static DDMStructure DDMStructureUtil.removeByG_S(long groupId, String structureKey)
          Removes the d d m structure where groupId = ? and structureKey = ? from the database.
 DDMStructure DDMStructurePersistence.removeByG_S(long groupId, String structureKey)
          Removes the d d m structure where groupId = ? and structureKey = ? 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 DDMStructurePersistence.removeByUUID_G(String uuid, long groupId)
          Removes the d d m structure where uuid = ? and groupId = ? from the database.
static DDMStructure DDMStructureUtil.update(DDMStructure ddmStructure, boolean merge)
           
static DDMStructure DDMStructureUtil.update(DDMStructure ddmStructure, boolean merge, ServiceContext serviceContext)
           
static DDMStructure DDMStructureUtil.updateImpl(DDMStructure ddmStructure, boolean merge)
           
 DDMStructure DDMStructurePersistence.updateImpl(DDMStructure ddmStructure, boolean merge)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return types with arguments of type DDMStructure
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> 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 name, String description, String storageType, 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> DDMStructureUtil.filterFindByG_N_D(long groupId, String name, String description)
          Returns all the d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByG_N_D(long groupId, String name, String description)
          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, 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)
          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, 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_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.filterFindByGroupId(long groupId)
          Returns all the d d m structures that the user has permission to view where groupId = ?.
 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, 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)
          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, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permissions 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> DDMStructureFinderUtil.filterFindByKeywords(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureFinder.filterFindByKeywords(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> DDMStructureUtil.findAll()
          Returns all the d d m structures.
 List<DDMStructure> DDMStructurePersistence.findAll()
          Returns all the d d m structures.
static List<DDMStructure> DDMStructureUtil.findAll(int start, int end)
          Returns a range of all the d d m structures.
 List<DDMStructure> DDMStructurePersistence.findAll(int start, int end)
          Returns a 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> DDMStructurePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures.
static List<DDMStructure> DDMStructureUtil.findByC_C(long companyId, long classNameId)
          Returns all the d d m structures where companyId = ? and classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.findByC_C(long companyId, long classNameId)
          Returns all the d d m structures where companyId = ? and classNameId = ?.
static List<DDMStructure> DDMStructureUtil.findByC_C(long companyId, long classNameId, int start, int end)
          Returns a range of all the d d m structures where companyId = ? and classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.findByC_C(long companyId, long classNameId, int start, int end)
          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, OrderByComparator orderByComparator)
          Returns an ordered 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> 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> 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 name, String description, String storageType, 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> DDMStructureUtil.findByClassNameId(long classNameId)
          Returns all the d d m structures where classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.findByClassNameId(long classNameId)
          Returns all the d d m structures where classNameId = ?.
static List<DDMStructure> DDMStructureUtil.findByClassNameId(long classNameId, int start, int end)
          Returns a range of all the d d m structures where classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.findByClassNameId(long classNameId, int start, int end)
          Returns a 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> 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.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)
          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, 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)
          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, OrderByComparator orderByComparator)
          Returns an ordered 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.findByGroupId(long groupId)
          Returns all the d d m structures where groupId = ?.
 List<DDMStructure> DDMStructurePersistence.findByGroupId(long groupId)
          Returns all the d d m structures where groupId = ?.
static List<DDMStructure> DDMStructureUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the d d m structures where groupId = ?.
 List<DDMStructure> DDMStructurePersistence.findByGroupId(long groupId, int start, int end)
          Returns a 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> 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> DDMStructureFinderUtil.findByKeywords(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureFinder.findByKeywords(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> DDMStructureUtil.findByUuid(String uuid)
          Returns all the d d m structures where uuid = ?.
 List<DDMStructure> DDMStructurePersistence.findByUuid(String uuid)
          Returns all the d d m structures where uuid = ?.
static List<DDMStructure> DDMStructureUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the d d m structures where uuid = ?.
 List<DDMStructure> DDMStructurePersistence.findByUuid(String uuid, int start, int end)
          Returns a 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> 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.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
static void DDMStructureUtil.cacheResult(DDMStructure ddmStructure)
          Caches the d d m structure in the entity cache if it is enabled.
 void DDMStructurePersistence.cacheResult(DDMStructure ddmStructure)
          Caches the d d m structure in the entity cache if it is enabled.
static void DDMStructureUtil.clearCache(DDMStructure ddmStructure)
           
static DDMStructure DDMStructureUtil.update(DDMStructure ddmStructure, boolean merge)
           
static DDMStructure DDMStructureUtil.update(DDMStructure ddmStructure, boolean merge, ServiceContext serviceContext)
           
static DDMStructure DDMStructureUtil.updateImpl(DDMStructure ddmStructure, boolean merge)
           
 DDMStructure DDMStructurePersistence.updateImpl(DDMStructure ddmStructure, boolean merge)
           
 

Method parameters in com.liferay.portlet.dynamicdatamapping.service.persistence with type arguments of type DDMStructure
static void DDMStructureUtil.cacheResult(List<DDMStructure> ddmStructures)
          Caches the d d m structures in the entity cache if it is enabled.
 void DDMStructurePersistence.cacheResult(List<DDMStructure> ddmStructures)
          Caches the d d m structures in the entity cache if it is enabled.
 

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 with parameters of type DDMStructure
static void DDMIndexerUtil.addAttributes(Document document, DDMStructure ddmStructure, Fields fields)
           
 void DDMIndexer.addAttributes(Document document, DDMStructure ddmStructure, Fields fields)
           
 String DDMXSD.getHTML(javax.servlet.jsp.PageContext pageContext, DDMStructure ddmStructure, Fields fields, String namespace, boolean readOnly, Locale locale)
           
static String DDMXSDUtil.getHTML(javax.servlet.jsp.PageContext pageContext, DDMStructure ddmStructure, Fields fields, String namespace, boolean readOnly, Locale locale)
           
 


Liferay 6.1.2-ce-ga3