Uses of Class
org.broadleafcommerce.openadmin.dto.Property

Packages that use Property
org.broadleafcommerce.openadmin.dto   
org.broadleafcommerce.openadmin.server.service   
org.broadleafcommerce.openadmin.server.service.export   
org.broadleafcommerce.openadmin.server.service.persistence.module   
org.broadleafcommerce.openadmin.server.service.persistence.module.provider   
org.broadleafcommerce.openadmin.server.service.persistence.module.provider.request   
org.broadleafcommerce.openadmin.web.controller   
org.broadleafcommerce.openadmin.web.controller.entity   
org.broadleafcommerce.openadmin.web.service   
 

Uses of Property in org.broadleafcommerce.openadmin.dto
 

Fields in org.broadleafcommerce.openadmin.dto declared as Property
protected  Property[] Entity.properties
           
 

Fields in org.broadleafcommerce.openadmin.dto with type parameters of type Property
protected  List<Property> AdminExporterDTO.additionalCriteriaProperties
           
protected  Map<String,Property> Entity.pMap
           
 

Methods in org.broadleafcommerce.openadmin.dto that return Property
 Property StateDescriptor.findProperty(String name)
           
 Property PersistencePackage.findProperty(String name)
           
 Property Entity.findProperty(String name)
           
 Property[] StateDescriptor.getProperties()
           
 Property[] PersistencePackage.getProperties()
           
 Property[] Entity.getProperties()
           
 Property[] ClassMetadata.getProperties()
           
 

Methods in org.broadleafcommerce.openadmin.dto that return types with arguments of type Property
 List<Property> AdminExporterDTO.getAdditionalCriteriaProperties()
           
 Map<String,Property> StateDescriptor.getPMap()
           
 Map<String,Property> PersistencePackage.getPMap()
           
 Map<String,Property> Entity.getPMap()
           
 Map<String,Property> ClassMetadata.getPMap()
           
 

Methods in org.broadleafcommerce.openadmin.dto with parameters of type Property
 void Entity.addProperty(Property property)
           
 void Entity.setProperties(Property[] properties)
           
 void ClassMetadata.setProperties(Property[] property)
           
 

Method parameters in org.broadleafcommerce.openadmin.dto with type arguments of type Property
 void AdminExporterDTO.setAdditionalCriteriaProperties(List<Property> additionalCriteriaProperties)
           
 

Uses of Property in org.broadleafcommerce.openadmin.server.service
 

Methods in org.broadleafcommerce.openadmin.server.service that return types with arguments of type Property
protected  List<Property> AdminEntityServiceImpl.getPropertiesFromEntityForm(EntityForm entityForm)
           
 

Methods in org.broadleafcommerce.openadmin.server.service with parameters of type Property
 PersistenceResponse AdminEntityServiceImpl.addSubCollectionEntity(EntityForm entityForm, ClassMetadata mainMetadata, Property field, Entity parentEntity, List<SectionCrumb> sectionCrumbs)
           
 PersistenceResponse AdminEntityService.addSubCollectionEntity(EntityForm entityForm, ClassMetadata mainMetadata, Property field, Entity parentEntity, List<SectionCrumb> sectionCrumb)
          Adds an item into the specified collection
 PersistenceResponse AdminEntityServiceImpl.getAdvancedCollectionRecord(ClassMetadata containingClassMetadata, Entity containingEntity, Property collectionProperty, String collectionItemId, List<SectionCrumb> sectionCrumbs)
           
 PersistenceResponse AdminEntityService.getAdvancedCollectionRecord(ClassMetadata containingClassMetadata, Entity containingEntity, Property collectionProperty, String collectionItemId, List<SectionCrumb> sectionCrumb)
          Gets an Entity representing a specific collection item
 PersistenceResponse AdminEntityServiceImpl.getRecordsForCollection(ClassMetadata containingClassMetadata, Entity containingEntity, Property collectionProperty, FilterAndSortCriteria[] fascs, Integer startIndex, Integer maxIndex, List<SectionCrumb> sectionCrumb)
           
 PersistenceResponse AdminEntityService.getRecordsForCollection(ClassMetadata containingClassMetadata, Entity containingEntity, Property collectionProperty, FilterAndSortCriteria[] fascs, Integer startIndex, Integer maxIndex, List<SectionCrumb> sectionCrumb)
          Returns the DynamicResultSet representing the records that belong to the specified collectionProperty for the given containingClass and the primary key for the containingClass
 PersistenceResponse AdminEntityServiceImpl.getRecordsForCollection(ClassMetadata containingClassMetadata, Entity containingEntity, Property collectionProperty, FilterAndSortCriteria[] fascs, Integer startIndex, Integer maxIndex, String idValueOverride, List<SectionCrumb> sectionCrumbs)
           
 PersistenceResponse AdminEntityService.getRecordsForCollection(ClassMetadata containingClassMetadata, Entity containingEntity, Property collectionProperty, FilterAndSortCriteria[] fascs, Integer startIndex, Integer maxIndex, String idValueOverride, List<SectionCrumb> sectionCrumb)
          The same as the other getRecordsForCollection method, except that this one expects allow the caller to explicitly set the id value that will be used in the fetch instead of delegating to #getContextSpecificRelationshipId()
 PersistenceResponse AdminEntityServiceImpl.removeSubCollectionEntity(ClassMetadata mainMetadata, Property field, Entity parentEntity, String itemId, String priorKey, List<SectionCrumb> sectionCrumbs)
           
 PersistenceResponse AdminEntityService.removeSubCollectionEntity(ClassMetadata mainMetadata, Property field, Entity parentEntity, String itemId, String priorKey, List<SectionCrumb> sectionCrumb)
          Removes the given item from the specified collection.
 PersistenceResponse AdminEntityServiceImpl.updateSubCollectionEntity(EntityForm entityForm, ClassMetadata mainMetadata, Property field, Entity parentEntity, String collectionItemId, List<SectionCrumb> sectionCrumbs)
           
 PersistenceResponse AdminEntityService.updateSubCollectionEntity(EntityForm entityForm, ClassMetadata mainMetadata, Property field, Entity parentEntity, String collectionItemId, List<SectionCrumb> sectionCrumb)
          Updates the specified collection item
 

Uses of Property in org.broadleafcommerce.openadmin.server.service.export
 

Methods in org.broadleafcommerce.openadmin.server.service.export that return types with arguments of type Property
 List<Property> AdminExporter.getCriteriaFields()
           The list of field names that are necessary for this exporter to function properly.
 

Uses of Property in org.broadleafcommerce.openadmin.server.service.persistence.module
 

Methods in org.broadleafcommerce.openadmin.server.service.persistence.module with parameters of type Property
protected  Class<?> BasicPersistenceModule.getMapFieldType(Serializable instance, FieldManager fieldManager, Property property)
           
protected  Entity[] MapStructurePersistenceModule.getMapRecords(Serializable record, MapStructure mapStructure, Map<String,FieldMetadata> ceilingMergedProperties, Map<String,FieldMetadata> valueMergedProperties, Property symbolicIdProperty)
           
 

Method parameters in org.broadleafcommerce.openadmin.server.service.persistence.module with type arguments of type Property
 void MapStructurePersistenceModule.extractProperties(Class<?>[] inheritanceLine, Map<MergedPropertyType,Map<String,FieldMetadata>> mergedProperties, List<Property> properties)
           
 void BasicPersistenceModule.extractProperties(Class<?>[] inheritanceLine, Map<MergedPropertyType,Map<String,FieldMetadata>> mergedProperties, List<Property> properties)
           
 void PersistenceModule.extractProperties(Class<?>[] inheritanceLine, Map<MergedPropertyType,Map<String,FieldMetadata>> mergedProperties, List<Property> properties)
           
 void AdornedTargetListPersistenceModule.extractProperties(Class<?>[] inheritanceLine, Map<MergedPropertyType,Map<String,FieldMetadata>> mergedProperties, List<Property> properties)
           
protected  void BasicPersistenceModule.extractPropertiesFromMetadata(Class<?>[] inheritanceLine, Map<String,FieldMetadata> mergedProperties, List<Property> properties, Boolean isHiddenOverride, MergedPropertyType type)
           
protected  void BasicPersistenceModule.extractPropertiesFromPersistentEntity(Map<String,FieldMetadata> mergedProperties, Serializable entity, List<Property> props)
           
 

Uses of Property in org.broadleafcommerce.openadmin.server.service.persistence.module.provider
 

Methods in org.broadleafcommerce.openadmin.server.service.persistence.module.provider that return Property
protected  Property RuleFieldPersistenceProvider.convertQuantityBasedRuleToJson(MVELToDataWrapperTranslator translator, org.codehaus.jackson.map.ObjectMapper mapper, Collection<QuantityBasedRule> quantityBasedRules, String jsonProp, String fieldService)
           
protected  Property RuleFieldPersistenceProvider.convertSimpleRuleToJson(MVELToDataWrapperTranslator translator, org.codehaus.jackson.map.ObjectMapper mapper, String matchRule, String jsonProp, String fieldService)
           
 

Methods in org.broadleafcommerce.openadmin.server.service.persistence.module.provider with parameters of type Property
protected abstract  boolean AbstractMoneyFieldPersistenceProvider.canHandleExtraction(ExtractValueRequest extractValueRequest, Property property)
           
protected  boolean RuleFieldPersistenceProvider.canHandleExtraction(ExtractValueRequest extractValueRequest, Property property)
           
protected  boolean MoneyFieldPersistenceProvider.canHandleExtraction(ExtractValueRequest extractValueRequest, Property property)
           
protected  boolean MediaFieldPersistenceProvider.canHandleExtraction(ExtractValueRequest extractValueRequest, Property property)
           
protected  boolean MapFieldPersistenceProvider.canHandleExtraction(ExtractValueRequest extractValueRequest, Property property)
           
protected  boolean BasicFieldPersistenceProvider.canHandleExtraction(ExtractValueRequest extractValueRequest, Property property)
           
protected  boolean BasicFieldPersistenceProvider.detectAdditionalSearchTypes(BasicFieldMetadata metadata, Property property)
           
protected  boolean BasicFieldPersistenceProvider.detectBasicType(BasicFieldMetadata metadata, Property property)
           
 FieldProviderResponse AbstractMoneyFieldPersistenceProvider.extractValue(ExtractValueRequest extractValueRequest, Property property)
           
 FieldProviderResponse RuleFieldPersistenceProvider.extractValue(ExtractValueRequest extractValueRequest, Property property)
           
 FieldProviderResponse DefaultFieldPersistenceProvider.extractValue(ExtractValueRequest extractValueRequest, Property property)
           
 FieldProviderResponse FieldPersistenceProvider.extractValue(ExtractValueRequest extractValueRequest, Property property)
          Retrieve the property value from the requestedValue field from the request.
 FieldProviderResponse MediaFieldPersistenceProvider.extractValue(ExtractValueRequest extractValueRequest, Property property)
           
 FieldProviderResponse MapFieldPersistenceProvider.extractValue(ExtractValueRequest extractValueRequest, Property property)
           
 FieldProviderResponse FieldPersistenceProviderAdapter.extractValue(ExtractValueRequest extractValueRequest, Property property)
           
 FieldProviderResponse BasicFieldPersistenceProvider.extractValue(ExtractValueRequest extractValueRequest, Property property)
           
protected  String AbstractMoneyFieldPersistenceProvider.formatDisplayValue(BigDecimal value, ExtractValueRequest extractValueRequest, Property property)
           
protected  String AbstractMoneyFieldPersistenceProvider.formatValue(BigDecimal value, ExtractValueRequest extractValueRequest, Property property)
           
protected abstract  Currency AbstractMoneyFieldPersistenceProvider.getCurrency(ExtractValueRequest extractValueRequest, Property property)
           
protected  Currency MoneyFieldPersistenceProvider.getCurrency(ExtractValueRequest extractValueRequest, Property property)
           
protected  Class<?> AbstractFieldPersistenceProvider.getListFieldType(Serializable instance, FieldManager fieldManager, Property property, PersistenceManager persistenceManager)
           
protected abstract  Locale AbstractMoneyFieldPersistenceProvider.getLocale(ExtractValueRequest extractValueRequest, Property property)
           
protected  Locale MoneyFieldPersistenceProvider.getLocale(ExtractValueRequest extractValueRequest, Property property)
           
protected  Class<?> AbstractFieldPersistenceProvider.getMapFieldType(Serializable instance, FieldManager fieldManager, Property property, PersistenceManager persistenceManager)
           
 

Uses of Property in org.broadleafcommerce.openadmin.server.service.persistence.module.provider.request
 

Fields in org.broadleafcommerce.openadmin.server.service.persistence.module.provider.request with type parameters of type Property
protected  List<Property> ExtractValueRequest.props
           
 

Methods in org.broadleafcommerce.openadmin.server.service.persistence.module.provider.request that return Property
 Property PopulateValueRequest.getProperty()
           
 

Methods in org.broadleafcommerce.openadmin.server.service.persistence.module.provider.request that return types with arguments of type Property
 List<Property> ExtractValueRequest.getProps()
           
 

Constructors in org.broadleafcommerce.openadmin.server.service.persistence.module.provider.request with parameters of type Property
PopulateValueRequest(Boolean setId, FieldManager fieldManager, Property property, BasicFieldMetadata metadata, Class<?> returnType, String requestedValue, PersistenceManager persistenceManager, DataFormatProvider dataFormatProvider)
           
 

Constructor parameters in org.broadleafcommerce.openadmin.server.service.persistence.module.provider.request with type arguments of type Property
ExtractValueRequest(List<Property> props, FieldManager fieldManager, BasicFieldMetadata metadata, Object requestedValue, String displayVal, PersistenceManager persistenceManager, RecordHelper recordHelper, Serializable entity)
           
 

Uses of Property in org.broadleafcommerce.openadmin.web.controller
 

Methods in org.broadleafcommerce.openadmin.web.controller with parameters of type Property
protected  ListGrid AdminAbstractController.getCollectionListGrid(ClassMetadata mainMetadata, Entity entity, Property collectionProperty, org.springframework.util.MultiValueMap<String,String> requestParams, String sectionKey, List<SectionCrumb> sectionCrumbs)
          Convenience method for obtaining a ListGrid DTO object for a collection.
protected  ListGrid AdminAbstractController.getCollectionListGrid(ClassMetadata mainMetadata, Entity entity, Property collectionProperty, org.springframework.util.MultiValueMap<String,String> requestParams, String sectionKey, PersistenceResponse persistenceResponse, List<SectionCrumb> sectionCrumbs)
          Convenience method for obtaining a ListGrid DTO object for a collection.
 

Uses of Property in org.broadleafcommerce.openadmin.web.controller.entity
 

Methods in org.broadleafcommerce.openadmin.web.controller.entity with parameters of type Property
protected  String AdminBasicEntityController.buildAddCollectionItemModel(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.Model model, String id, String collectionField, String sectionKey, Property collectionProperty, FieldMetadata md, PersistencePackageRequest ppr, EntityForm entityForm, Entity entity)
          Builds out all of the model information needed for showing the add modal for collection items on both the initial GET as well as after a POST with validation errors
 

Uses of Property in org.broadleafcommerce.openadmin.web.service
 

Methods in org.broadleafcommerce.openadmin.web.service with parameters of type Property
 ListGrid FormBuilderServiceImpl.buildCollectionListGrid(String containingEntityId, DynamicResultSet drs, Property field, String sectionKey, List<SectionCrumb> sectionCrumbs)
           
 ListGrid FormBuilderService.buildCollectionListGrid(String containingEntityId, DynamicResultSet drs, Property field, String sectionKey, List<SectionCrumb> sectionCrumbs)
          Builds a list grid that is used to render a collection inline in an entity form.
protected  Field FormBuilderServiceImpl.createHeaderField(Property p, BasicFieldMetadata fmd)
           
protected  Boolean FormBuilderServiceImpl.isDerivedField(Field headerField, Field recordField, Property p)
          Determines whether or not a particular field in a record is derived.
 

Method parameters in org.broadleafcommerce.openadmin.web.service with type arguments of type Property
protected  void FormBuilderServiceImpl.setEntityFormFields(EntityForm ef, List<Property> properties)
           
 



Copyright © 2013. All Rights Reserved.