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

Packages that use SectionCrumb
org.broadleafcommerce.openadmin.dto   
org.broadleafcommerce.openadmin.server.domain   
org.broadleafcommerce.openadmin.server.service   
org.broadleafcommerce.openadmin.web.controller   
org.broadleafcommerce.openadmin.web.form.component   
org.broadleafcommerce.openadmin.web.form.entity   
org.broadleafcommerce.openadmin.web.service   
 

Uses of SectionCrumb in org.broadleafcommerce.openadmin.dto
 

Fields in org.broadleafcommerce.openadmin.dto declared as SectionCrumb
protected  SectionCrumb[] PersistencePackage.sectionCrumbs
           
 

Methods in org.broadleafcommerce.openadmin.dto that return SectionCrumb
 SectionCrumb PersistencePackage.getBottomCrumb()
           
 SectionCrumb PersistencePackage.getClosetCrumb(String myCeiling)
           
 SectionCrumb[] PersistencePackage.getSectionCrumbs()
           
 SectionCrumb PersistencePackage.getTopCrumb()
           
 

Methods in org.broadleafcommerce.openadmin.dto with parameters of type SectionCrumb
 void PersistencePackage.setSectionCrumbs(SectionCrumb[] sectionCrumbs)
           
 

Uses of SectionCrumb in org.broadleafcommerce.openadmin.server.domain
 

Fields in org.broadleafcommerce.openadmin.server.domain declared as SectionCrumb
protected  SectionCrumb[] PersistencePackageRequest.sectionCrumbs
           
 

Methods in org.broadleafcommerce.openadmin.server.domain that return SectionCrumb
 SectionCrumb[] PersistencePackageRequest.getSectionCrumbs()
           
 

Methods in org.broadleafcommerce.openadmin.server.domain with parameters of type SectionCrumb
 void PersistencePackageRequest.setSectionCrumbs(SectionCrumb[] sectionCrumbs)
           
 

Method parameters in org.broadleafcommerce.openadmin.server.domain with type arguments of type SectionCrumb
static PersistencePackageRequest PersistencePackageRequest.fromMetadata(FieldMetadata md, List<SectionCrumb> sectionCrumbs)
          Creates a semi-populate PersistencePacakageRequest based on the specified FieldMetadata.
 PersistencePackageRequest PersistencePackageRequest.withSectionCrumbs(List<SectionCrumb> sectionCrumbs)
           
 

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

Method parameters in org.broadleafcommerce.openadmin.server.service with type arguments of type SectionCrumb
 PersistenceResponse AdminEntityServiceImpl.addEntity(EntityForm entityForm, String[] customCriteria, List<SectionCrumb> sectionCrumb)
           
 PersistenceResponse AdminEntityService.addEntity(EntityForm entityForm, String[] customCriteria, List<SectionCrumb> sectionCrumb)
          Persists the given entity
 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
 Map<String,DynamicResultSet> AdminEntityServiceImpl.getRecordsForAllSubCollections(PersistencePackageRequest ppr, Entity containingEntity, List<SectionCrumb> sectionCrumb)
           
 Map<String,DynamicResultSet> AdminEntityService.getRecordsForAllSubCollections(PersistencePackageRequest ppr, Entity containingEntity, List<SectionCrumb> sectionCrumb)
          Returns all records for all subcollections of the specified request and its primary key
 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()
protected  PersistencePackageRequest AdminEntityServiceImpl.getRequestForEntityForm(EntityForm entityForm, String[] customCriteria, List<SectionCrumb> sectionCrumbs)
           
 PersistenceResponse AdminEntityServiceImpl.removeEntity(EntityForm entityForm, String[] customCriteria, List<SectionCrumb> sectionCrumb)
           
 PersistenceResponse AdminEntityService.removeEntity(EntityForm entityForm, String[] customCriteria, List<SectionCrumb> sectionCrumb)
          Removes the given entity
 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.updateEntity(EntityForm entityForm, String[] customCriteria, List<SectionCrumb> sectionCrumb)
           
 PersistenceResponse AdminEntityService.updateEntity(EntityForm entityForm, String[] customCriteria, List<SectionCrumb> sectionCrumb)
          Updates the given entity
 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 SectionCrumb in org.broadleafcommerce.openadmin.web.controller
 

Methods in org.broadleafcommerce.openadmin.web.controller that return types with arguments of type SectionCrumb
protected  List<SectionCrumb> AdminAbstractController.getSectionCrumbs(javax.servlet.http.HttpServletRequest request, String currentSection, String currentSectionId)
           
 

Method parameters in org.broadleafcommerce.openadmin.web.controller with type arguments of type SectionCrumb
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.
protected  PersistencePackageRequest AdminAbstractController.getSectionPersistencePackageRequest(String sectionClassName, List<SectionCrumb> sectionCrumbs)
          Returns a PersistencePackageRequest for the given sectionClassName.
protected  PersistencePackageRequest AdminAbstractController.getSectionPersistencePackageRequest(String sectionClassName, org.springframework.util.MultiValueMap<String,String> requestParams, List<SectionCrumb> sectionCrumbs)
          Returns the result of a call to #getSectionPersistencePackageRequest(String) with the additional filter and sort criteria attached.
 

Uses of SectionCrumb in org.broadleafcommerce.openadmin.web.form.component
 

Fields in org.broadleafcommerce.openadmin.web.form.component with type parameters of type SectionCrumb
protected  List<SectionCrumb> ListGrid.sectionCrumbs
           
 

Methods in org.broadleafcommerce.openadmin.web.form.component that return types with arguments of type SectionCrumb
 List<SectionCrumb> ListGrid.getSectionCrumbs()
           
 

Method parameters in org.broadleafcommerce.openadmin.web.form.component with type arguments of type SectionCrumb
 void ListGrid.setSectionCrumbs(List<SectionCrumb> sectionCrumbs)
           
 

Uses of SectionCrumb in org.broadleafcommerce.openadmin.web.form.entity
 

Fields in org.broadleafcommerce.openadmin.web.form.entity with type parameters of type SectionCrumb
protected  List<SectionCrumb> EntityForm.sectionCrumbs
           
 

Methods in org.broadleafcommerce.openadmin.web.form.entity that return types with arguments of type SectionCrumb
 List<SectionCrumb> EntityForm.getSectionCrumbsImpl()
           
 

Method parameters in org.broadleafcommerce.openadmin.web.form.entity with type arguments of type SectionCrumb
 void EntityForm.setSectionCrumbsImpl(List<SectionCrumb> sectionCrumbs)
           
 

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

Method parameters in org.broadleafcommerce.openadmin.web.service with type arguments of type SectionCrumb
 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.
 ListGrid FormBuilderServiceImpl.buildMainListGrid(DynamicResultSet drs, ClassMetadata cmd, String sectionKey, List<SectionCrumb> sectionCrumbs)
           
 ListGrid FormBuilderService.buildMainListGrid(DynamicResultSet drs, ClassMetadata cmd, String sectionKey, List<SectionCrumb> sectionCrumbs)
          Builds a list grid that is typically used at the top entity level to select an entity for modification.
 EntityForm FormBuilderServiceImpl.createEntityForm(ClassMetadata cmd, Entity entity, List<SectionCrumb> sectionCrumbs)
           
 EntityForm FormBuilderService.createEntityForm(ClassMetadata cmd, Entity entity, List<SectionCrumb> sectionCrumbs)
          Creates a new EntityForm that has all of the appropriate fields set up along with the values for those fields from the given Entity.
 EntityForm FormBuilderServiceImpl.createEntityForm(ClassMetadata cmd, Entity entity, Map<String,DynamicResultSet> collectionRecords, List<SectionCrumb> sectionCrumbs)
           
 EntityForm FormBuilderService.createEntityForm(ClassMetadata cmd, Entity entity, Map<String,DynamicResultSet> collectionRecords, List<SectionCrumb> sectionCrumbs)
          Builds an EntityForm that has all of the appropriate fields set up along with the values for those fields from the given Entity as well as all sub-collections of the given Entity that appear in the collectionRecords map.
 EntityForm FormBuilderServiceImpl.createEntityForm(ClassMetadata cmd, List<SectionCrumb> sectionCrumbs)
           
 EntityForm FormBuilderService.createEntityForm(ClassMetadata cmd, List<SectionCrumb> sectionCrumbs)
          Creates a new EntityForm with the a default 'Save' action.
protected  ListGrid FormBuilderServiceImpl.createListGrid(String className, List<Field> headerFields, ListGrid.Type type, DynamicResultSet drs, String sectionKey, int order, String idProperty, List<SectionCrumb> sectionCrumbs)
           
 void FormBuilderServiceImpl.populateEntityForm(ClassMetadata cmd, Entity entity, EntityForm ef, List<SectionCrumb> sectionCrumbs)
           
 void FormBuilderService.populateEntityForm(ClassMetadata cmd, Entity entity, EntityForm ef, List<SectionCrumb> sectionCrumbs)
          Populates a given ef based on the given cmd to initially create fields with the necessary metadata and then fills those fields out based on the property values from entity.
 void FormBuilderServiceImpl.populateEntityForm(ClassMetadata cmd, EntityForm ef, List<SectionCrumb> sectionCrumbs)
           
 void FormBuilderService.populateEntityForm(ClassMetadata cmd, EntityForm ef, List<SectionCrumb> sectionCrumbs)
          Populates the given ef with all of the fields based on the properties from cmd.
 void FormBuilderServiceImpl.populateEntityForm(ClassMetadata cmd, Entity entity, Map<String,DynamicResultSet> collectionRecords, EntityForm ef, List<SectionCrumb> sectionCrumbs)
           
 void FormBuilderService.populateEntityForm(ClassMetadata cmd, Entity entity, Map<String,DynamicResultSet> collectionRecords, EntityForm entityForm, List<SectionCrumb> sectionCrumbs)
          Builds an EntityForm that has all of the appropriate fields set up along with the values for thsoe fields from the given Entity as well as all sub-collections of the given Entity that appear in the collectionRecords map.
 



Copyright © 2013. All Rights Reserved.