Modifier and Type | Method and Description |
---|---|
ExtensionResultStatusType |
ProductCustomPersistenceHandlerExtensionHandler.endFetchState()
Cleanup any special state started by
ProductCustomPersistenceHandlerExtensionHandler.initiateFetchState() |
ExtensionResultStatusType |
ProductCustomPersistenceHandlerExtensionHandler.initiateFetchState()
Setup any special state to influence the fetch results
|
ExtensionResultStatusType |
CategoryCustomPersistenceHandlerExtensionHandler.manageParentCategoryForAdd(PersistencePackage persistencePackage,
Category category)
Perform any special handling for the parent category during a category add
|
ExtensionResultStatusType |
ProductCustomPersistenceHandlerExtensionHandler.manageParentCategoryForAdd(PersistencePackage persistencePackage,
Product product)
Perform any special handling for the parent category of a product during a product add
|
ExtensionResultStatusType |
CategoryCustomPersistenceHandlerExtensionHandler.manageParentCategoryForUpdate(PersistencePackage persistencePackage,
Category category)
Perform any special handling for the parent category during a category update
|
ExtensionResultStatusType |
ProductCustomPersistenceHandlerExtensionHandler.manageParentCategoryForUpdate(PersistencePackage persistencePackage,
Product product)
Perform any special handling for the parent category of a product during a product update
|
ExtensionResultStatusType |
ProductCustomPersistenceHandlerExtensionHandler.manageRemove(PersistencePackage persistencePackage,
Product product)
Perform any special handling for the remove
|
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 |
SkuBundleItemCustomPersistenceHandler.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
DynamicResultSet |
ProductOptionsCustomPersistenceHandler.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
DynamicResultSet |
ProductCustomPersistenceHandler.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
DynamicResultSet |
ISOCountryPersistenceHandler.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
|
DynamicResultSet |
SkuBundleItemCustomPersistenceHandler.inspect(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
InspectHelper helper) |
DynamicResultSet |
ProductCustomPersistenceHandler.inspect(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
InspectHelper helper) |
DynamicResultSet |
CategoryCustomPersistenceHandler.inspect(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
InspectHelper helper) |
void |
ProductCustomPersistenceHandler.remove(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
void |
CustomerCustomPersistenceHandler.remove(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
SkuCustomPersistenceHandler.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
ProductOptionsCustomPersistenceHandler.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) |
Entity |
CustomerCustomPersistenceHandler.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
CategoryCustomPersistenceHandler.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) |
protected String |
AdminProductController.showViewUpdateCollection(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model,
Map<String,String> pathVars,
String id,
String collectionField,
String collectionItemId,
String alternateId,
String modalHeaderType,
EntityForm entityForm,
Entity entity) |
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 |
PageTemplateCustomPersistenceHandler.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 |
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) |
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 |
PageTemplateCustomPersistenceHandler.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Modifier and Type | Method and Description |
---|---|
protected <T extends MultiTenantCloneable> |
MultiTenantCopier.copyEntitiesOfType(Class<T> clazz,
Site fromSite,
Catalog fromCatalog,
MultiTenantCopyContext context)
Subclasses will generally call this method in their
MultiTenantCopier.copyEntities(MultiTenantCopyContext) implementation. |
protected <T> List<T> |
MultiTenantCopier.readAll(Class<T> clazz,
int limit,
int offset,
Site site,
Catalog catalog)
Returns a list of all entities in the system for the given class, site, and catalog.
|
protected <T> List<T> |
MultiTenantCopier.readAll(Class<T> clazz,
Site site,
Catalog catalog) |
protected List<Long> |
MultiTenantCopier.readAllIds(Class<?> clazz,
Site site,
Catalog catalog)
Returns the primary key values for all entities of the specified type in the site or catalog.
|
protected <T> Long |
MultiTenantCopier.readCount(Class<T> clazz,
Site site,
Catalog catalog)
Returns the count of the given entity class for the specified site and catalog
|
protected <T> T |
MultiTenantCopier.save(MultiTenantCopyContext context,
T object)
Saves the specified object in the toSite and toCatalog of the given context.
|
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 |
---|---|
DynamicResultSet |
SearchFacetRangeCustomPersistenceHandler.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Modifier and Type | Method and Description |
---|---|
SearchResult |
SearchService.findExplicitSearchResultsByCategory(Category category,
SearchCriteria searchCriteria)
Performs a search for search results in the given category, taking into consideration the SearchCriteria
This method will NOT return search results that are in a sub-level of a given category.
|
SearchResult |
DatabaseSearchServiceImpl.findExplicitSearchResultsByCategory(Category category,
SearchCriteria searchCriteria)
Deprecated.
|
SearchResult |
SearchService.findSearchResultsByCategory(Category category,
SearchCriteria searchCriteria)
Performs a search for search results in the given category, taking into consideration the SearchCriteria
This method will return search results that are in any sub-level of a given category.
|
SearchResult |
SearchService.findSearchResultsByCategoryAndQuery(Category category,
String query,
SearchCriteria searchCriteria)
Performs a search for search results in the given category for the given query, taking into consideration
the SearchCriteria
|
SearchResult |
DatabaseSearchServiceImpl.findSearchResultsByCategoryAndQuery(Category category,
String query,
SearchCriteria searchCriteria)
Deprecated.
|
SearchResult |
SearchService.findSearchResultsByQuery(String query,
SearchCriteria searchCriteria)
Performs a search for search results across all categories for the given query, taking into consideration
the SearchCriteria
|
void |
SearchService.rebuildIndex()
This method delegates to
SolrIndexService.rebuildIndex() . |
Modifier and Type | Method and Description |
---|---|
protected void |
SolrIndexServiceImpl.buildIncrementalIndex(int page,
int pageSize) |
void |
SolrIndexServiceImpl.buildIncrementalIndex(int page,
int pageSize,
boolean useReindexServer) |
void |
SolrIndexService.buildIncrementalIndex(int page,
int pageSize,
boolean useReindexServer)
The internal method for building indexes.
|
void |
SolrIndexServiceImpl.buildIncrementalProductIndex(List<Product> products,
boolean useReindexServer) |
void |
SolrIndexService.buildIncrementalProductIndex(List<Product> products,
boolean useReindexServer)
This can be used in lieu of passing in page sizes, The reason is that one might want to apply filters or only
index certain products.
|
void |
SolrIndexServiceImpl.buildIncrementalSkuIndex(List<Sku> skus,
boolean useReindexServer) |
void |
SolrIndexService.buildIncrementalSkuIndex(List<Sku> skus,
boolean useReindexServer)
This can be used in lieu of passing in page sizes, The reason is that one might want to apply filters or only
index certain skus.
|
void |
SolrIndexServiceImpl.commit(org.apache.solr.client.solrj.SolrServer server) |
void |
SolrIndexService.commit(org.apache.solr.client.solrj.SolrServer server)
Allows a commit to be called.
|
void |
SolrIndexServiceImpl.commit(org.apache.solr.client.solrj.SolrServer server,
boolean softCommit,
boolean waitSearcher,
boolean waitFlush) |
void |
SolrIndexService.commit(org.apache.solr.client.solrj.SolrServer server,
boolean softCommit,
boolean waitSearcher,
boolean waitFlush)
This allows an external caller to force a commit to the SolrServer.
|
protected void |
SolrIndexServiceImpl.deleteAllDocuments()
Deprecated.
|
protected void |
SolrIndexServiceImpl.deleteAllReindexCoreDocuments()
This method deletes all of the documents from
SolrContext.getReindexServer() |
void |
SolrIndexCachedOperation.CacheOperation.execute()
Execute the block of work
|
SearchResult |
SolrSearchServiceImpl.findExplicitSearchResultsByCategory(Category category,
SearchCriteria searchCriteria) |
protected SearchResult |
SolrSearchServiceImpl.findSearchResults(String qualifiedSolrQuery,
List<SearchFacetDTO> facets,
SearchCriteria searchCriteria,
String defaultSort)
Deprecated.
in favor of the other findSearchResults() method
|
protected SearchResult |
SolrSearchServiceImpl.findSearchResults(String qualifiedSolrQuery,
List<SearchFacetDTO> facets,
SearchCriteria searchCriteria,
String defaultSort,
String... filterQueries)
Given a qualified solr query string (such as "category:2002"), actually performs a solr search.
|
SearchResult |
SolrSearchServiceImpl.findSearchResultsByCategory(Category category,
SearchCriteria searchCriteria) |
SearchResult |
SolrSearchServiceImpl.findSearchResultsByCategoryAndQuery(Category category,
String query,
SearchCriteria searchCriteria) |
SearchResult |
SolrSearchServiceImpl.findSearchResultsByQuery(String query,
SearchCriteria searchCriteria) |
void |
SolrIndexServiceImpl.optimizeIndex(org.apache.solr.client.solrj.SolrServer server) |
void |
SolrIndexService.optimizeIndex(org.apache.solr.client.solrj.SolrServer server)
Triggers the Solr optimize index function on the given server.
|
void |
SolrHelperServiceImpl.optimizeIndex(org.apache.solr.client.solrj.SolrServer server) |
void |
SolrHelperService.optimizeIndex(org.apache.solr.client.solrj.SolrServer server)
Tells Solr to optimize the index.
|
void |
SolrIndexServiceImpl.performCachedOperation(SolrIndexCachedOperation.CacheOperation cacheOperation) |
void |
SolrIndexService.performCachedOperation(SolrIndexCachedOperation.CacheOperation cacheOperation)
SolrIndexService exposes
SolrIndexService.buildIncrementalIndex(int, int, boolean) . |
void |
SolrSearchServiceImpl.rebuildIndex() |
void |
SolrIndexServiceImpl.rebuildIndex() |
void |
SolrIndexService.rebuildIndex()
Rebuilds the current index.
|
void |
SolrHelperServiceImpl.swapActiveCores()
This should only ever be called when using the Solr reindex service to do a full reindex.
|
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 |
BroadleafBillingInfoController.saveBillingAddress(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 save a billing address.
|
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 |
BroadleafShippingInfoController.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 |
BroadleafShippingInfoController.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 |
BroadleafShippingInfoController.saveMultiShipInstruction(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
MultiShipInstructionForm instructionForm) |
String |
BroadleafShippingInfoController.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.
|
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) |
DynamicResultSet |
AdminPermissionCustomPersistenceHandler.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
void |
AdminUserCustomPersistenceHandler.remove(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
AdminUserCustomPersistenceHandler.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
AdminPermissionCustomPersistenceHandler.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
protected void |
AdminUserCustomPersistenceHandler.validateUserUpdateSecurity(PersistencePackage persistencePackage,
AdminUser changingUser) |
Modifier and Type | Method and Description |
---|---|
AdminUser |
AdminSecurityServiceRemote.getAdminUser() |
AdminUser |
AdminSecurityService.getAdminUser() |
void |
SecurityVerifier.securityCheck(PersistencePackage persistencePackage,
EntityOperationType operationType) |
void |
AdminSecurityServiceRemote.securityCheck(PersistencePackage persistencePackage,
EntityOperationType operationType) |
protected void |
AdminSecurityServiceRemote.securityCheck(String[] ceilingNames,
EntityOperationType operationType) |
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 |
---|---|
PersistenceResponse |
DynamicEntityService.add(PersistencePackage persistencePackage)
This will throw a
ValidationException and not attempt to swallow them and wrap any other exceptions within
a ServiceException that might have resulted in adding the given package. |
PersistenceResponse |
DynamicEntityRemoteService.add(PersistencePackage persistencePackage) |
PersistenceResponse |
AdminEntityServiceImpl.add(PersistencePackageRequest request) |
PersistenceResponse |
AdminEntityService.add(PersistencePackageRequest request)
Thin layer on top of
DynamicEntityService.add(org.broadleafcommerce.openadmin.dto.PersistencePackage) that
swallows all ValidationException s that could be thrown and still just returns a PersistenceResponse
with the Entity that failed validation. |
PersistenceResponse |
AdminEntityServiceImpl.add(PersistencePackageRequest request,
boolean transactional) |
PersistenceResponse |
AdminEntityService.add(PersistencePackageRequest request,
boolean transactional)
Works the same as
AdminEntityService.add(PersistencePackageRequest) but you can optionally invoke the transactional version
of DynamicEntityRemoteService.add(org.broadleafcommerce.openadmin.dto.PersistencePackage) in situations
where you want to manage the transactions in a parent component |
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
|
protected void |
DynamicEntityRemoteService.cleanEntity(Entity entity) |
PersistenceResponse |
DynamicEntityService.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
PersistenceResponse |
DynamicEntityRemoteService.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
PersistenceResponse |
AdminEntityServiceImpl.fetch(PersistencePackageRequest request) |
PersistenceResponse |
AdminEntityService.fetch(PersistencePackageRequest request)
|
PersistenceResponse |
AdminEntityServiceImpl.getAdvancedCollectionRecord(ClassMetadata containingClassMetadata,
Entity containingEntity,
Property collectionProperty,
String collectionItemId,
List<SectionCrumb> sectionCrumbs,
String alternateId) |
PersistenceResponse |
AdminEntityService.getAdvancedCollectionRecord(ClassMetadata containingClassMetadata,
Entity containingEntity,
Property collectionProperty,
String collectionItemId,
List<SectionCrumb> sectionCrumb,
String alternateId)
Gets an Entity representing a specific collection item
|
PersistenceResponse |
AdminEntityServiceImpl.getClassMetadata(PersistencePackageRequest request) |
PersistenceResponse |
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 |
PersistenceResponse |
AdminEntityServiceImpl.getRecord(PersistencePackageRequest request,
String id,
ClassMetadata cmd,
boolean isCollectionRequest) |
PersistenceResponse |
AdminEntityService.getRecord(PersistencePackageRequest request,
String id,
ClassMetadata cmd,
boolean isCollectionRequest)
Returns a specific record for the given request and primary key id/property
|
PersistenceResponse |
AdminEntityServiceImpl.getRecords(PersistencePackageRequest request) |
PersistenceResponse |
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,
Integer startIndex,
Integer maxIndex,
List<SectionCrumb> sectionCrumb) |
Map<String,DynamicResultSet> |
AdminEntityService.getRecordsForAllSubCollections(PersistencePackageRequest ppr,
Entity containingEntity,
Integer startIndex,
Integer maxIndex,
List<SectionCrumb> sectionCrumb)
overloading containing paging parameters
|
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() |
PersistenceResponse |
DynamicEntityService.inspect(PersistencePackage persistencePackage)
Builds all of the metadata associated with a particular request for an entity.
|
PersistenceResponse |
DynamicEntityRemoteService.inspect(PersistencePackage persistencePackage) |
PersistenceResponse |
AdminEntityServiceImpl.inspect(PersistencePackageRequest request) |
PersistenceResponse |
AdminEntityService.inspect(PersistencePackageRequest request)
Thin layer on top of
DynamicEntityService.inspect(org.broadleafcommerce.openadmin.dto.PersistencePackage) |
PersistenceResponse |
DynamicEntityService.nonTransactionalAdd(PersistencePackage persistencePackage)
The exact same as
DynamicEntityService.add(PersistencePackage) except this is not bound to a transaction. |
PersistenceResponse |
DynamicEntityRemoteService.nonTransactionalAdd(PersistencePackage persistencePackage) |
PersistenceResponse |
DynamicEntityService.nonTransactionalRemove(PersistencePackage persistencePackage)
The exact same as
DynamicEntityService.remove(PersistencePackage) except this is not bound to a transaction. |
PersistenceResponse |
DynamicEntityRemoteService.nonTransactionalRemove(PersistencePackage persistencePackage) |
PersistenceResponse |
DynamicEntityService.nonTransactionalUpdate(PersistencePackage persistencePackage)
The exact same as
DynamicEntityService.update(PersistencePackage) except this is not bound to a transaction. |
PersistenceResponse |
DynamicEntityRemoteService.nonTransactionalUpdate(PersistencePackage persistencePackage) |
PersistenceResponse |
DynamicEntityService.remove(PersistencePackage persistencePackage) |
PersistenceResponse |
DynamicEntityRemoteService.remove(PersistencePackage persistencePackage) |
PersistenceResponse |
AdminEntityServiceImpl.remove(PersistencePackageRequest request) |
PersistenceResponse |
AdminEntityService.remove(PersistencePackageRequest request)
Thin layer on top of
DynamicEntityService.remove(org.broadleafcommerce.openadmin.dto.PersistencePackage) |
PersistenceResponse |
AdminEntityServiceImpl.remove(PersistencePackageRequest request,
boolean transactional) |
PersistenceResponse |
AdminEntityService.remove(PersistencePackageRequest request,
boolean transactional)
Works the same as
AdminEntityService.remove(PersistencePackageRequest) but you can optionally invoke the transactional version
of DynamicEntityRemoteService.remove(org.broadleafcommerce.openadmin.dto.PersistencePackage) in situations
where you want to manage the transactions in a parent component |
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.removeSubCollectionEntity(ClassMetadata mainMetadata,
Property field,
Entity parentEntity,
String itemId,
String alternateId,
String priorKey,
List<SectionCrumb> sectionCrumbs) |
PersistenceResponse |
AdminEntityService.removeSubCollectionEntity(ClassMetadata mainMetadata,
Property field,
Entity parentEntity,
String itemId,
String alternateId,
String priorKey,
List<SectionCrumb> sectionCrumb)
Removes the given item from the specified collection.
|
PersistenceResponse |
DynamicEntityService.update(PersistencePackage persistencePackage) |
PersistenceResponse |
DynamicEntityRemoteService.update(PersistencePackage persistencePackage) |
PersistenceResponse |
AdminEntityServiceImpl.update(PersistencePackageRequest request) |
PersistenceResponse |
AdminEntityService.update(PersistencePackageRequest request)
Thin layer on top of
DynamicEntityService.update(org.broadleafcommerce.openadmin.dto.PersistencePackage) |
PersistenceResponse |
AdminEntityServiceImpl.update(PersistencePackageRequest request,
boolean transactional) |
PersistenceResponse |
AdminEntityService.update(PersistencePackageRequest request,
boolean transactional)
Works the same as
AdminEntityService.update(PersistencePackageRequest) but you can optionally invoke the transactional version
of DynamicEntityRemoteService.update(org.broadleafcommerce.openadmin.dto.PersistencePackage) in situations
where you want to manage the transactions in a parent component |
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> sectionCrumb) |
PersistenceResponse |
AdminEntityService.updateSubCollectionEntity(EntityForm entityForm,
ClassMetadata mainMetadata,
Property field,
Entity parentEntity,
String collectionItemId,
List<SectionCrumb> sectionCrumb)
Updates the specified collection item
|
PersistenceResponse |
AdminEntityServiceImpl.updateSubCollectionEntity(EntityForm entityForm,
ClassMetadata mainMetadata,
Property field,
Entity parentEntity,
String collectionItemId,
String alternateId,
List<SectionCrumb> sectionCrumbs) |
PersistenceResponse |
AdminEntityService.updateSubCollectionEntity(EntityForm entityForm,
ClassMetadata mainMetadata,
Property field,
Entity parentEntity,
String collectionItemId,
String alternateId,
List<SectionCrumb> sectionCrumb)
Updates the specified collection item
|
Modifier and Type | Method and Description |
---|---|
Entity |
TranslationCustomPersistenceHandler.add(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
SystemPropertyCustomPersistenceHandler.add(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
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) |
protected Map<String,FieldMetadata> |
CustomPersistenceHandlerAdapter.getMetadata(PersistencePackage persistencePackage,
InspectHelper helper)
This is a helper method that can be invoked as a first step in a custom inspect phase
|
protected DynamicResultSet |
CustomPersistenceHandlerAdapter.getResultSet(PersistencePackage persistencePackage,
InspectHelper helper,
Map<String,FieldMetadata> metadata)
This is a helper method that can be invoked as the last step in a custom inspect phase.
|
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 |
SystemPropertyCustomPersistenceHandler.update(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 |
---|---|
PersistenceResponse |
PersistenceManagerImpl.add(PersistencePackage persistencePackage) |
PersistenceResponse |
PersistenceManager.add(PersistencePackage persistencePackage) |
protected PersistenceResponse |
PersistenceManagerImpl.executePostAddHandlers(PersistencePackage persistencePackage,
PersistenceResponse persistenceResponse) |
protected PersistenceResponse |
PersistenceManagerImpl.executePostFetchHandlers(PersistencePackage persistencePackage,
CriteriaTransferObject cto,
PersistenceResponse persistenceResponse) |
protected PersistenceResponse |
PersistenceManagerImpl.executePostInspectHandlers(PersistencePackage persistencePackage,
PersistenceResponse persistenceResponse) |
protected PersistenceResponse |
PersistenceManagerImpl.executePostRemoveHandlers(PersistencePackage persistencePackage,
PersistenceResponse persistenceResponse) |
protected PersistenceResponse |
PersistenceManagerImpl.executePostUpdateHandlers(PersistencePackage persistencePackage,
PersistenceResponse persistenceResponse) |
protected PersistenceResponse |
PersistenceManagerImpl.executeValidationProcessors(PersistencePackage persistencePackage,
PersistenceResponse persistenceResponse) |
PersistenceResponse |
PersistenceManagerImpl.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
PersistenceResponse |
PersistenceManager.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
PersistenceResponse |
PersistenceManagerImpl.inspect(PersistencePackage persistencePackage) |
PersistenceResponse |
PersistenceManager.inspect(PersistencePackage persistencePackage) |
protected Entity |
PersistenceManagerImpl.postAdd(Entity entity,
PersistencePackage persistencePackage)
Deprecated.
use the PersistenceManagerEventHandler api instead
|
PersistenceManagerEventHandlerResponse |
PersistenceManagerEventHandlerAdapter.postAdd(PersistenceManager persistenceManager,
Entity entity,
PersistencePackage persistencePackage) |
PersistenceManagerEventHandlerResponse |
PersistenceManagerEventHandler.postAdd(PersistenceManager persistenceManager,
Entity entity,
PersistencePackage persistencePackage)
Called after an add
|
protected DynamicResultSet |
PersistenceManagerImpl.postFetch(DynamicResultSet resultSet,
PersistencePackage persistencePackage,
CriteriaTransferObject cto)
Deprecated.
use the PersistenceManagerEventHandler api instead
|
PersistenceManagerEventHandlerResponse |
PersistenceManagerEventHandlerAdapter.postFetch(PersistenceManager persistenceManager,
DynamicResultSet resultSet,
PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
PersistenceManagerEventHandlerResponse |
PersistenceManagerEventHandler.postFetch(PersistenceManager persistenceManager,
DynamicResultSet resultSet,
PersistencePackage persistencePackage,
CriteriaTransferObject cto)
Called after the fetch, which is a request for one or more persisted entities
|
PersistenceManagerEventHandlerResponse |
PersistenceManagerEventHandlerAdapter.postInspect(PersistenceManager persistenceManager,
DynamicResultSet resultSet,
PersistencePackage persistencePackage) |
PersistenceManagerEventHandlerResponse |
PersistenceManagerEventHandler.postInspect(PersistenceManager persistenceManager,
DynamicResultSet resultSet,
PersistencePackage persistencePackage)
Called after the inspection for the entity described by persistencePackage
|
PersistenceManagerEventHandlerResponse |
PersistenceManagerEventHandlerAdapter.postRemove(PersistenceManager persistenceManager,
PersistencePackage persistencePackage) |
PersistenceManagerEventHandlerResponse |
PersistenceManagerEventHandler.postRemove(PersistenceManager persistenceManager,
PersistencePackage persistencePackage)
Called after a remove
|
protected Entity |
PersistenceManagerImpl.postUpdate(Entity entity,
PersistencePackage persistencePackage)
Deprecated.
use the PersistenceManagerEventHandler api instead
|
PersistenceManagerEventHandlerResponse |
PersistenceManagerEventHandlerAdapter.postUpdate(PersistenceManager persistenceManager,
Entity entity,
PersistencePackage persistencePackage) |
PersistenceManagerEventHandlerResponse |
PersistenceManagerEventHandler.postUpdate(PersistenceManager persistenceManager,
Entity entity,
PersistencePackage persistencePackage)
Called after an update
|
PersistenceManagerEventHandlerResponse |
PersistenceManagerEventHandlerAdapter.preAdd(PersistenceManager persistenceManager,
PersistencePackage persistencePackage) |
PersistenceManagerEventHandlerResponse |
PersistenceManagerEventHandler.preAdd(PersistenceManager persistenceManager,
PersistencePackage persistencePackage)
Called prior to an add
|
PersistenceManagerEventHandlerResponse |
PersistenceManagerEventHandlerAdapter.preFetch(PersistenceManager persistenceManager,
PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
PersistenceManagerEventHandlerResponse |
PersistenceManagerEventHandler.preFetch(PersistenceManager persistenceManager,
PersistencePackage persistencePackage,
CriteriaTransferObject cto)
Called prior to a fetch, which is a request for one or more persisted entities
|
PersistenceManagerEventHandlerResponse |
ArchiveStatusPersistenceEventHandler.preFetch(PersistenceManager persistenceManager,
PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
PersistenceManagerEventHandlerResponse |
PersistenceManagerEventHandlerAdapter.preInspect(PersistenceManager persistenceManager,
PersistencePackage persistencePackage) |
PersistenceManagerEventHandlerResponse |
PersistenceManagerEventHandler.preInspect(PersistenceManager persistenceManager,
PersistencePackage persistencePackage)
Called prior to inspection for the entity described by persistencePackage
|
PersistenceManagerEventHandlerResponse |
PersistenceManagerEventHandlerAdapter.preRemove(PersistenceManager persistenceManager,
PersistencePackage persistencePackage) |
PersistenceManagerEventHandlerResponse |
PersistenceManagerEventHandler.preRemove(PersistenceManager persistenceManager,
PersistencePackage persistencePackage)
Called prior to a remove
|
PersistenceManagerEventHandlerResponse |
PersistenceManagerEventHandlerAdapter.preUpdate(PersistenceManager persistenceManager,
PersistencePackage persistencePackage) |
PersistenceManagerEventHandlerResponse |
PersistenceManagerEventHandler.preUpdate(PersistenceManager persistenceManager,
PersistencePackage persistencePackage)
Called prior to an update
|
PersistenceManagerEventHandlerResponse |
PersistenceManagerEventHandlerAdapter.processValidationError(PersistenceManager persistenceManager,
Entity entity,
PersistencePackage persistencePackage) |
PersistenceManagerEventHandlerResponse |
PersistenceManagerEventHandler.processValidationError(PersistenceManager persistenceManager,
Entity entity,
PersistencePackage persistencePackage)
Called after a validation error.
|
PersistenceResponse |
PersistenceManagerImpl.remove(PersistencePackage persistencePackage) |
PersistenceResponse |
PersistenceManager.remove(PersistencePackage persistencePackage) |
PersistenceResponse |
PersistenceManagerImpl.update(PersistencePackage persistencePackage) |
PersistenceResponse |
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) |
Map<String,FieldMetadata> |
BasicPersistenceModule.getMergedProperties(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 EntityForm |
AdminAbstractController.getBlankDynamicMasterFieldGroupTemplateForm(DynamicEntityFormInfo info) |
protected EntityForm |
AdminAbstractController.getBlankDynamicMasterFieldGroupTemplateForm(DynamicEntityFormInfo info,
EntityForm dynamicFormOverride)
Convenience method to build a blank form for a Master Field Group.
|
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 EntityForm |
AdminAbstractController.getDynamicFieldTemplateForm(DynamicEntityFormInfo info,
String entityId,
EntityForm dynamicFormOverride)
Convenience method for obtaining a dynamic field template form for a particular entity.
|
protected EntityForm |
AdminAbstractController.getEntityForm(DynamicEntityFormInfo info,
EntityForm dynamicFormOverride) |
protected EntityForm |
AdminAbstractController.getEntityForm(String sectionKey,
String sectionClassName,
String id)
Convenience method for obtaining a fully built EntityForm for the given sectionKey, sectionClassName, and id.
|
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
|
List<String> |
AdminBasicEntityController.buildDirtyList(Map<String,String> pathVars,
javax.servlet.http.HttpServletRequest request,
String id) |
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) |
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 alternateId,
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 alternateId,
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,
boolean isViewCollectionItem) |
EntityForm |
FormBuilderService.buildAdornedListForm(AdornedTargetCollectionMetadata adornedMd,
AdornedTargetList adornedList,
String parentId,
boolean isViewCollectionItem)
Builds the EntityForm used in modal dialogs when adding items to adorned target collections.
|
EntityForm |
FormBuilderServiceImpl.buildAdornedListForm(AdornedTargetCollectionMetadata adornedMd,
AdornedTargetList adornedList,
String parentId,
boolean isViewCollectionItem,
EntityForm ef) |
EntityForm |
FormBuilderService.buildAdornedListForm(AdornedTargetCollectionMetadata adornedMd,
AdornedTargetList adornedList,
String parentId,
boolean isViewCollectionItem,
EntityForm ef)
Equivalent to
#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,
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.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,
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 void |
FormBuilderServiceImpl.populateDropdownToOneFields(EntityForm ef,
ClassMetadata cmd) |
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.
|
String |
SearchFieldResolverImpl.resolveField(String className) |
String |
SearchFieldResolver.resolveField(String className)
Returns the name of the field to use for searching for the given entity classname.
|
Copyright © 2017. All rights reserved.