Modifier and Type | Method and Description |
---|---|
Entity |
SkuCustomPersistenceHandler.add(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
ProductCustomPersistenceHandler.add(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
CustomerCustomPersistenceHandler.add(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
ChildCategoriesCustomPersistenceHandler.add(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
CategoryCustomPersistenceHandler.add(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
protected void |
ChildCategoriesCustomPersistenceHandler.checkParents(Category child,
Category parent) |
DynamicResultSet |
SkuCustomPersistenceHandler.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
DynamicResultSet |
SkuCustomPersistenceHandler.inspect(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
InspectHelper helper)
Build out the extra fields for the product options
|
Entity |
SkuCustomPersistenceHandler.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
ProductCustomPersistenceHandler.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
CustomerPasswordCustomPersistenceHandler.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Modifier and Type | Method and Description |
---|---|
protected String |
AdminProductController.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) |
protected String |
AdminOrderController.showViewUpdateCollection(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model,
Map<String,String> pathVars,
String id,
String collectionField,
String collectionItemId,
String modalHeaderType) |
Modifier and Type | Method and Description |
---|---|
Entity |
StructuredContentTypeCustomPersistenceHandler.add(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper)
Invoked when
StructuredContent is saved in order to fill out the dynamic form for the structured content type |
Entity |
StructuredContentItemCriteriaCustomPersistenceHandler.add(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
PageTemplateCustomPersistenceHandler.add(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
PageItemCriteriaCustomPersistenceHandler.add(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
protected Entity |
StructuredContentTypeCustomPersistenceHandler.addOrUpdate(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
protected Entity |
PageTemplateCustomPersistenceHandler.addOrUpdate(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
DynamicResultSet |
StructuredContentTypeCustomPersistenceHandler.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
DynamicResultSet |
SandBoxItemCustomPersistenceHandler.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
DynamicResultSet |
PendingSandBoxItemCustomPersistenceHandler.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
DynamicResultSet |
PageTemplateCustomPersistenceHandler.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
DynamicResultSet |
TimeDTOCustomPersistenceHandler.inspect(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
InspectHelper helper) |
DynamicResultSet |
StructuredContentTypeCustomPersistenceHandler.inspect(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
InspectHelper helper) |
DynamicResultSet |
PageTemplateCustomPersistenceHandler.inspect(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
InspectHelper helper) |
void |
StructuredContentItemCriteriaCustomPersistenceHandler.remove(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
void |
PageItemCriteriaCustomPersistenceHandler.remove(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
StructuredContentTypeCustomPersistenceHandler.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper)
Invoked when
StructuredContent is saved in order to fill out the dynamic form for the structured content type |
Entity |
StructuredContentItemCriteriaCustomPersistenceHandler.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
PageTemplateCustomPersistenceHandler.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
PageItemCriteriaCustomPersistenceHandler.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Modifier and Type | Class and Description |
---|---|
class |
SecurityServiceException
Form of ServiceException thrown when their is a security
failure while attempting to execute the operation.
|
Modifier and Type | Class and Description |
---|---|
class |
CleanStringException |
Modifier and Type | Method and Description |
---|---|
String |
ExploitProtectionServiceImpl.cleanString(String string) |
String |
ExploitProtectionService.cleanString(String string)
Detect and remove possible XSS threats from the passed in string.
|
String |
ExploitProtectionServiceImpl.cleanStringWithResults(String string) |
String |
ExploitProtectionService.cleanStringWithResults(String string)
Detect and remove possible XSS threats from the passed in string.
|
void |
ExploitProtectionServiceImpl.compareToken(String passedToken) |
void |
ExploitProtectionService.compareToken(String passedToken)
Detect possible XSRF attacks by comparing the csrf token included
in the request against the true token for this user from the session.
|
String |
ExploitProtectionServiceImpl.getCSRFToken() |
String |
ExploitProtectionService.getCSRFToken() |
Modifier and Type | Method and Description |
---|---|
ProductSearchResult |
SearchService.findExplicitProductsByCategory(Category category,
ProductSearchCriteria searchCriteria)
Performs a search for products in the given category, taking into consideration the ProductSearchCriteria
This method will NOT return products that are in a sub-level of a given category.
|
ProductSearchResult |
DatabaseSearchServiceImpl.findExplicitProductsByCategory(Category category,
ProductSearchCriteria searchCriteria) |
ProductSearchResult |
SearchService.findProductsByCategory(Category category,
ProductSearchCriteria searchCriteria)
Performs a search for products in the given category, taking into consideration the ProductSearchCriteria
This method will return products that are in any sub-level of a given category.
|
ProductSearchResult |
SearchService.findProductsByCategoryAndQuery(Category category,
String query,
ProductSearchCriteria searchCriteria)
Performs a search for products in the given category for the given query, taking into consideration
the ProductSearchCriteria
|
ProductSearchResult |
DatabaseSearchServiceImpl.findProductsByCategoryAndQuery(Category category,
String query,
ProductSearchCriteria searchCriteria) |
ProductSearchResult |
SearchService.findProductsByQuery(String query,
ProductSearchCriteria searchCriteria)
Performs a search for products across all categories for the given query, taking into consideration
the ProductSearchCriteria
|
void |
SearchService.rebuildIndex()
This method delegates to
SolrIndexService.rebuildIndex() . |
Modifier and Type | Method and Description |
---|---|
protected void |
SolrIndexServiceImpl.buildIncrementalIndex(int page,
int pageSize) |
protected void |
SolrIndexServiceImpl.deleteAllDocuments() |
ProductSearchResult |
SolrSearchServiceImpl.findExplicitProductsByCategory(Category category,
ProductSearchCriteria searchCriteria) |
protected ProductSearchResult |
SolrSearchServiceImpl.findProducts(String qualifiedSolrQuery,
List<SearchFacetDTO> facets,
ProductSearchCriteria searchCriteria,
String defaultSort)
Deprecated.
in favor of the other findProducts() method
|
protected ProductSearchResult |
SolrSearchServiceImpl.findProducts(String qualifiedSolrQuery,
List<SearchFacetDTO> facets,
ProductSearchCriteria searchCriteria,
String defaultSort,
String... filterQueries)
Given a qualified solr query string (such as "category:2002"), actually performs a solr search.
|
ProductSearchResult |
SolrSearchServiceImpl.findProductsByCategory(Category category,
ProductSearchCriteria searchCriteria) |
ProductSearchResult |
SolrSearchServiceImpl.findProductsByCategoryAndQuery(Category category,
String query,
ProductSearchCriteria searchCriteria) |
ProductSearchResult |
SolrSearchServiceImpl.findProductsByQuery(String query,
ProductSearchCriteria searchCriteria) |
void |
SolrSearchServiceImpl.rebuildIndex() |
void |
SolrIndexServiceImpl.rebuildIndex() |
void |
SolrIndexService.rebuildIndex()
Rebuilds the current index.
|
void |
SolrHelperServiceImpl.swapActiveCores() |
void |
SolrHelperService.swapActiveCores()
Swaps the primary and reindex cores.
|
Modifier and Type | Method and Description |
---|---|
String |
BroadleafManageCustomerAddressesController.addCustomerAddress(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model,
CustomerAddressForm form,
org.springframework.validation.BindingResult result,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) |
String |
BroadleafChangePasswordController.processChangePassword(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model,
ChangePasswordForm form,
org.springframework.validation.BindingResult result,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) |
String |
BroadleafSocialRegisterController.processRegister(RegisterCustomerForm registerCustomerForm,
org.springframework.validation.BindingResult errors,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model) |
String |
BroadleafRegisterController.processRegister(RegisterCustomerForm registerCustomerForm,
org.springframework.validation.BindingResult errors,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model) |
String |
BroadleafLoginController.processResetPassword(ResetPasswordForm resetPasswordForm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
org.springframework.validation.BindingResult errors)
Processes the reset password token and allows the user to change their password.
|
String |
BroadleafUpdateAccountController.processUpdateAccount(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model,
UpdateAccountForm form,
org.springframework.validation.BindingResult result,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) |
String |
BroadleafManageCustomerAddressesController.updateCustomerAddress(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model,
Long customerAddressId,
CustomerAddressForm form,
org.springframework.validation.BindingResult result,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) |
Modifier and Type | Method and Description |
---|---|
String |
BroadleafSearchController.search(org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String query) |
Modifier and Type | Method and Description |
---|---|
String |
BroadleafCheckoutController.completeCheckout(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
BillingInfoForm billingForm,
org.springframework.validation.BindingResult result)
Processes the request to complete checkout
If the paymentMethod is undefined or "creditCard" delegates to the "completeSecureCreditCardCheckout"
method.
|
String |
BroadleafCheckoutController.completeSecureCreditCardCheckout(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
BillingInfoForm billingForm,
org.springframework.validation.BindingResult result)
Processes the request to complete checkout using a Credit Card
This method assumes that a credit card payment info
will be either sent to a third party gateway or saved in a secure schema.
|
String |
BroadleafCheckoutController.saveGlobalOrderDetails(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model,
OrderInfoForm orderInfoForm,
org.springframework.validation.BindingResult result)
Attempts to attach the user's email to the order so that they may proceed anonymously
|
String |
BroadleafCheckoutController.saveMultiship(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
OrderMultishipOptionForm orderMultishipOptionForm,
org.springframework.validation.BindingResult result)
Processes the given options for multiship.
|
String |
BroadleafCheckoutController.saveMultishipAddAddress(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
ShippingInfoForm addressForm,
org.springframework.validation.BindingResult result)
Processes the requested add address from the multiship process.
|
String |
BroadleafCheckoutController.saveMultiShipInstruction(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
MultiShipInstructionForm instructionForm) |
String |
BroadleafCheckoutController.saveSingleShip(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
ShippingInfoForm shippingForm,
org.springframework.validation.BindingResult result)
Processes the request to save a single shipping address
Note that the default Broadleaf implementation creates an order
with a single fulfillment group.
|
Modifier and Type | Method and Description |
---|---|
Entity |
AdminUserCustomPersistenceHandler.add(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
AdminPermissionCustomPersistenceHandler.add(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
protected Entity |
AdminPermissionCustomPersistenceHandler.checkPermissionName(PersistencePackage persistencePackage) |
Entity |
AdminUserCustomPersistenceHandler.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
AdminPermissionCustomPersistenceHandler.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Modifier and Type | Method and Description |
---|---|
AdminUser |
AdminSecurityServiceRemote.getAdminUser() |
AdminUser |
AdminSecurityService.getAdminUser() |
void |
SecurityVerifier.securityCheck(String ceilingEntityFullyQualifiedName,
EntityOperationType operationType) |
void |
AdminSecurityServiceRemote.securityCheck(String ceilingEntityFullyQualifiedName,
EntityOperationType operationType) |
Modifier and Type | Class and Description |
---|---|
class |
ValidationException
Thrown when an entity fails validation when attempting to populate an actual Hibernate entity based on its DTO
representation
|
Modifier and Type | Method and Description |
---|---|
protected ServiceException |
DynamicEntityRemoteService.recreateSpecificServiceException(ServiceException e,
String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
protected ServiceException |
DynamicEntityRemoteService.recreateSpecificServiceException(ServiceException e,
String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Entity |
DynamicEntityService.add(PersistencePackage persistencePackage) |
Entity |
DynamicEntityRemoteService.add(PersistencePackage persistencePackage) |
protected Entity |
AdminEntityServiceImpl.add(PersistencePackageRequest request) |
Entity |
AdminEntityServiceImpl.addEntity(EntityForm entityForm,
String[] customCriteria) |
Entity |
AdminEntityService.addEntity(EntityForm entityForm,
String[] customCriteria)
Persists the given entity
|
Entity |
AdminEntityServiceImpl.addSubCollectionEntity(EntityForm entityForm,
ClassMetadata mainMetadata,
Property field,
Entity parentEntity) |
Entity |
AdminEntityService.addSubCollectionEntity(EntityForm entityForm,
ClassMetadata mainMetadata,
Property field,
Entity parentEntity)
Adds an item into the specified collection
|
protected void |
DynamicEntityRemoteService.cleanEntity(Entity entity) |
DynamicResultSet |
DynamicEntityService.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
DynamicResultSet |
DynamicEntityRemoteService.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
protected DynamicResultSet |
AdminEntityServiceImpl.fetch(PersistencePackageRequest request) |
Entity |
AdminEntityServiceImpl.getAdvancedCollectionRecord(ClassMetadata containingClassMetadata,
Entity containingEntity,
Property collectionProperty,
String collectionItemId) |
Entity |
AdminEntityService.getAdvancedCollectionRecord(ClassMetadata containingClassMetadata,
Entity containingEntity,
Property collectionProperty,
String collectionItemId)
Gets an Entity representing a specific collection item
|
ClassMetadata |
AdminEntityServiceImpl.getClassMetadata(PersistencePackageRequest request) |
ClassMetadata |
AdminEntityService.getClassMetadata(PersistencePackageRequest request)
Returns class metadata for the given request object
|
String |
AdminEntityServiceImpl.getIdProperty(ClassMetadata cmd) |
String |
AdminEntityService.getIdProperty(ClassMetadata cmd)
Returns the name of the property in this ClassMetadata that has field type set to
SupportedFieldType.ID |
Entity |
AdminEntityServiceImpl.getRecord(PersistencePackageRequest request,
String id,
ClassMetadata cmd,
boolean isCollectionRequest) |
Entity |
AdminEntityService.getRecord(PersistencePackageRequest request,
String id,
ClassMetadata cmd,
boolean isCollectionRequest)
Returns a specific record for the given request and primary key id/property
|
DynamicResultSet |
AdminEntityServiceImpl.getRecords(PersistencePackageRequest request) |
DynamicResultSet |
AdminEntityService.getRecords(PersistencePackageRequest request)
Returns the DynamicResultSet containing the total records for the query and the currently fetched Entity[]
|
Map<String,DynamicResultSet> |
AdminEntityServiceImpl.getRecordsForAllSubCollections(PersistencePackageRequest ppr,
Entity containingEntity) |
Map<String,DynamicResultSet> |
AdminEntityService.getRecordsForAllSubCollections(PersistencePackageRequest ppr,
Entity containingEntity)
Returns all records for all subcollections of the specified request and its primary key
|
DynamicResultSet |
AdminEntityServiceImpl.getRecordsForCollection(ClassMetadata containingClassMetadata,
Entity containingEntity,
Property collectionProperty,
FilterAndSortCriteria[] fascs,
Integer startIndex,
Integer maxIndex) |
DynamicResultSet |
AdminEntityService.getRecordsForCollection(ClassMetadata containingClassMetadata,
Entity containingEntity,
Property collectionProperty,
FilterAndSortCriteria[] fascs,
Integer startIndex,
Integer maxIndex)
Returns the DynamicResultSet representing the records that belong to the specified collectionProperty for the
given containingClass and the primary key for the containingClass
|
DynamicResultSet |
AdminEntityServiceImpl.getRecordsForCollection(ClassMetadata containingClassMetadata,
Entity containingEntity,
Property collectionProperty,
FilterAndSortCriteria[] fascs,
Integer startIndex,
Integer maxIndex,
String idValueOverride) |
DynamicResultSet |
AdminEntityService.getRecordsForCollection(ClassMetadata containingClassMetadata,
Entity containingEntity,
Property collectionProperty,
FilterAndSortCriteria[] fascs,
Integer startIndex,
Integer maxIndex,
String idValueOverride)
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() |
DynamicResultSet |
DynamicEntityService.inspect(PersistencePackage persistencePackage) |
DynamicResultSet |
DynamicEntityRemoteService.inspect(PersistencePackage persistencePackage) |
protected DynamicResultSet |
AdminEntityServiceImpl.inspect(PersistencePackageRequest request) |
void |
DynamicEntityService.remove(PersistencePackage persistencePackage) |
void |
DynamicEntityRemoteService.remove(PersistencePackage persistencePackage) |
protected void |
AdminEntityServiceImpl.remove(PersistencePackageRequest request) |
void |
AdminEntityServiceImpl.removeEntity(EntityForm entityForm,
String[] customCriteria) |
void |
AdminEntityService.removeEntity(EntityForm entityForm,
String[] customCriteria)
Removes the given entity
|
void |
AdminEntityServiceImpl.removeSubCollectionEntity(ClassMetadata mainMetadata,
Property field,
Entity parentEntity,
String itemId,
String priorKey) |
void |
AdminEntityService.removeSubCollectionEntity(ClassMetadata mainMetadata,
Property field,
Entity parentEntity,
String itemId,
String priorKey)
Removes the given item from the specified collection.
|
Entity |
DynamicEntityService.update(PersistencePackage persistencePackage) |
Entity |
DynamicEntityRemoteService.update(PersistencePackage persistencePackage) |
protected Entity |
AdminEntityServiceImpl.update(PersistencePackageRequest request) |
Entity |
AdminEntityServiceImpl.updateEntity(EntityForm entityForm,
String[] customCriteria) |
Entity |
AdminEntityService.updateEntity(EntityForm entityForm,
String[] customCriteria)
Updates the given entity
|
Entity |
AdminEntityServiceImpl.updateSubCollectionEntity(EntityForm entityForm,
ClassMetadata mainMetadata,
Property field,
Entity parentEntity,
String collectionItemId) |
Entity |
AdminEntityService.updateSubCollectionEntity(EntityForm entityForm,
ClassMetadata mainMetadata,
Property field,
Entity parentEntity,
String collectionItemId)
Updates the specified collection item
|
Modifier and Type | Method and Description |
---|---|
Entity |
CustomPersistenceHandlerAdapter.add(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
CustomPersistenceHandler.add(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
DynamicResultSet |
CustomPersistenceHandlerAdapter.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
DynamicResultSet |
CustomPersistenceHandler.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
DynamicResultSet |
CustomPersistenceHandlerAdapter.inspect(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
InspectHelper helper) |
DynamicResultSet |
CustomPersistenceHandler.inspect(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
InspectHelper helper) |
void |
CustomPersistenceHandlerAdapter.remove(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
void |
CustomPersistenceHandler.remove(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
CustomPersistenceHandlerAdapter.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
CustomPersistenceHandler.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Modifier and Type | Method and Description |
---|---|
Entity |
PersistenceManagerImpl.add(PersistencePackage persistencePackage) |
Entity |
PersistenceManager.add(PersistencePackage persistencePackage) |
DynamicResultSet |
PersistenceManagerImpl.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
DynamicResultSet |
PersistenceManager.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
DynamicResultSet |
PersistenceManagerImpl.inspect(PersistencePackage persistencePackage) |
DynamicResultSet |
PersistenceManager.inspect(PersistencePackage persistencePackage) |
protected Entity |
PersistenceManagerImpl.postAdd(Entity entity,
PersistencePackage persistencePackage) |
protected DynamicResultSet |
PersistenceManagerImpl.postFetch(DynamicResultSet resultSet,
PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
protected Entity |
PersistenceManagerImpl.postUpdate(Entity entity,
PersistencePackage persistencePackage) |
void |
PersistenceManagerImpl.remove(PersistencePackage persistencePackage) |
void |
PersistenceManager.remove(PersistencePackage persistencePackage) |
Entity |
PersistenceManagerImpl.update(PersistencePackage persistencePackage) |
Entity |
PersistenceManager.update(PersistencePackage persistencePackage) |
Modifier and Type | Method and Description |
---|---|
Entity |
PersistenceModule.add(PersistencePackage persistencePackage) |
Entity |
MapStructurePersistenceModule.add(PersistencePackage persistencePackage) |
Entity |
BasicPersistenceModule.add(PersistencePackage persistencePackage) |
Entity |
AdornedTargetListPersistenceModule.add(PersistencePackage persistencePackage) |
EntityResult |
RecordHelper.add(PersistencePackage persistencePackage,
boolean includeRealEntityObject) |
EntityResult |
BasicPersistenceModule.add(PersistencePackage persistencePackage,
boolean includeRealEntityObject) |
DynamicResultSet |
PersistenceModule.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
DynamicResultSet |
MapStructurePersistenceModule.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
DynamicResultSet |
BasicPersistenceModule.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
DynamicResultSet |
AdornedTargetListPersistenceModule.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
void |
PersistenceModule.remove(PersistencePackage persistencePackage) |
void |
MapStructurePersistenceModule.remove(PersistencePackage persistencePackage) |
void |
BasicPersistenceModule.remove(PersistencePackage persistencePackage) |
void |
AdornedTargetListPersistenceModule.remove(PersistencePackage persistencePackage) |
Entity |
PersistenceModule.update(PersistencePackage persistencePackage) |
Entity |
MapStructurePersistenceModule.update(PersistencePackage persistencePackage) |
Entity |
BasicPersistenceModule.update(PersistencePackage persistencePackage) |
Entity |
AdornedTargetListPersistenceModule.update(PersistencePackage persistencePackage) |
EntityResult |
RecordHelper.update(PersistencePackage persistencePackage,
boolean includeRealEntityObject) |
EntityResult |
BasicPersistenceModule.update(PersistencePackage persistencePackage,
boolean includeRealEntityObject) |
protected EntityResult |
BasicPersistenceModule.update(PersistencePackage persistencePackage,
Object primaryKey,
boolean includeRealEntity) |
void |
PersistenceModule.updateMergedProperties(PersistencePackage persistencePackage,
Map<MergedPropertyType,Map<String,FieldMetadata>> allMergedProperties) |
void |
MapStructurePersistenceModule.updateMergedProperties(PersistencePackage persistencePackage,
Map<MergedPropertyType,Map<String,FieldMetadata>> allMergedProperties) |
void |
BasicPersistenceModule.updateMergedProperties(PersistencePackage persistencePackage,
Map<MergedPropertyType,Map<String,FieldMetadata>> allMergedProperties) |
void |
AdornedTargetListPersistenceModule.updateMergedProperties(PersistencePackage persistencePackage,
Map<MergedPropertyType,Map<String,FieldMetadata>> allMergedProperties) |
Modifier and Type | Method and Description |
---|---|
protected EntityForm |
AdminAbstractController.getBlankDynamicFieldTemplateForm(DynamicEntityFormInfo info) |
protected EntityForm |
AdminAbstractController.getBlankDynamicFieldTemplateForm(DynamicEntityFormInfo info,
EntityForm dynamicFormOverride)
Convenience method for obtaining a blank dynamic field template form.
|
protected ListGrid |
AdminAbstractController.getCollectionListGrid(ClassMetadata mainMetadata,
Entity entity,
Property collectionProperty,
org.springframework.util.MultiValueMap<String,String> requestParams,
String sectionKey)
Convenience method for obtaining a ListGrid DTO object for a collection.
|
protected EntityForm |
AdminAbstractController.getDynamicFieldTemplateForm(DynamicEntityFormInfo info,
String entityId,
EntityForm dynamicFormOverride)
Convenience method for obtaining a dynamic field template form for a particular entity.
|
Modifier and Type | Method and Description |
---|---|
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
|
protected String |
AdminBasicEntityController.showViewUpdateCollection(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model,
Map<String,String> pathVars,
String id,
String collectionField,
String collectionItemId,
String modalHeaderType) |
protected String |
AdminBasicEntityController.showViewUpdateCollection(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model,
Map<String,String> pathVars,
String id,
String collectionField,
String collectionItemId,
String modalHeaderType,
EntityForm entityForm,
Entity entity)
Shows the view and populates the model for updating a collection item.
|
Modifier and Type | Method and Description |
---|---|
EntityForm |
FormBuilderServiceImpl.buildAdornedListForm(AdornedTargetCollectionMetadata adornedMd,
AdornedTargetList adornedList,
String parentId) |
EntityForm |
FormBuilderService.buildAdornedListForm(AdornedTargetCollectionMetadata adornedMd,
AdornedTargetList adornedList,
String parentId)
Builds the EntityForm used in modal dialogs when adding items to adorned target collections.
|
EntityForm |
FormBuilderServiceImpl.buildAdornedListForm(AdornedTargetCollectionMetadata adornedMd,
AdornedTargetList adornedList,
String parentId,
EntityForm ef) |
EntityForm |
FormBuilderService.buildAdornedListForm(AdornedTargetCollectionMetadata adornedMd,
AdornedTargetList adornedList,
String parentId,
EntityForm ef)
Equivalent to
FormBuilderService.buildAdornedListForm(AdornedTargetCollectionMetadata, AdornedTargetList, String) except rather than creating a
new EntityForm this simply uses the EntityForm that was passed in as ef. |
ListGrid |
FormBuilderServiceImpl.buildCollectionListGrid(String containingEntityId,
DynamicResultSet drs,
Property field,
String sectionKey) |
ListGrid |
FormBuilderService.buildCollectionListGrid(String containingEntityId,
DynamicResultSet drs,
Property field,
String sectionKey)
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) |
ListGrid |
FormBuilderService.buildMainListGrid(DynamicResultSet drs,
ClassMetadata cmd,
String sectionKey)
Builds a list grid that is typically used at the top entity level to select an entity for modification.
|
EntityForm |
FormBuilderServiceImpl.buildMapForm(MapMetadata mapMd,
MapStructure mapStructure,
ClassMetadata cmd,
String parentId) |
EntityForm |
FormBuilderService.buildMapForm(MapMetadata mapMd,
MapStructure mapStructure,
ClassMetadata cmd,
String parentId)
Builds the EntityForm used in modal dialogs when adding items to map collections.
|
EntityForm |
FormBuilderServiceImpl.buildMapForm(MapMetadata mapMd,
MapStructure mapStructure,
ClassMetadata cmd,
String parentId,
EntityForm ef) |
EntityForm |
FormBuilderService.buildMapForm(MapMetadata mapMd,
MapStructure mapStructure,
ClassMetadata cmd,
String parentId,
EntityForm ef)
Equivalent to
FormBuilderService.buildMapForm(MapMetadata, MapStructure, ClassMetadata, String) except rather than creating a
new EntityForm this simply uses the EntityForm that was passed in as ef. |
EntityForm |
FormBuilderServiceImpl.createEntityForm(ClassMetadata cmd) |
EntityForm |
FormBuilderService.createEntityForm(ClassMetadata cmd)
Creates a new EntityForm with the a default 'Save' action.
|
EntityForm |
FormBuilderServiceImpl.createEntityForm(ClassMetadata cmd,
Entity entity) |
EntityForm |
FormBuilderService.createEntityForm(ClassMetadata cmd,
Entity entity)
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) |
EntityForm |
FormBuilderService.createEntityForm(ClassMetadata cmd,
Entity entity,
Map<String,DynamicResultSet> collectionRecords)
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.
|
protected void |
FormBuilderServiceImpl.populateDropdownToOneFields(EntityForm ef,
ClassMetadata cmd) |
void |
FormBuilderServiceImpl.populateEntityForm(ClassMetadata cmd,
Entity entity,
EntityForm ef) |
void |
FormBuilderService.populateEntityForm(ClassMetadata cmd,
Entity entity,
EntityForm ef)
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) |
void |
FormBuilderService.populateEntityForm(ClassMetadata cmd,
EntityForm ef)
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) |
void |
FormBuilderService.populateEntityForm(ClassMetadata cmd,
Entity entity,
Map<String,DynamicResultSet> collectionRecords,
EntityForm entityForm)
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 © 2014. All rights reserved.