Modifier and Type | Method and Description |
---|---|
PropertyValidationResult |
SystemPropertyAttributeNameValidator.validate(Entity entity,
Serializable instance,
Map<String,FieldMetadata> entityFieldMetadata,
Map<String,String> validationConfiguration,
BasicFieldMetadata propertyMetadata,
String propertyName,
String value) |
PropertyValidationResult |
OfferTargetItemCriteriaValidator.validate(Entity entity,
Serializable instance,
Map<String,FieldMetadata> entityFieldMetadata,
Map<String,String> validationConfiguration,
BasicFieldMetadata propertyMetadata,
String propertyName,
String value) |
PropertyValidationResult |
ProductBundleSkuBundleItemValidator.validate(Entity entity,
Serializable instance,
Map<String,FieldMetadata> entityFieldMetadata,
Map<String,String> validationConfiguration,
BasicFieldMetadata propertyMetadata,
String propertyName,
String value) |
Modifier and Type | Method and Description |
---|---|
ExtensionResultStatusType |
AbstractOfferCustomServiceExtensionHandler.clearHiddenQualifiers(Entity entity) |
ExtensionResultStatusType |
OfferCustomServiceExtensionManager.clearHiddenQualifiers(Entity entity) |
ExtensionResultStatusType |
OfferCustomServiceExtensionHandler.clearHiddenQualifiers(Entity entity)
Clear hidden qualifiers when switching offer type.
|
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 |
OfferCodeCustomPersistenceHandler.add(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
ChildCategoriesCustomPersistenceHandler.add(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
IndexFieldCustomPersistenceHandler.add(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
CategoryCustomPersistenceHandler.add(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
protected Entity |
IndexFieldCustomPersistenceHandler.getEntity(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper,
Entity entity,
Map<String,FieldMetadata> adminProperties,
IndexField adminInstance) |
Entity |
SkuCustomPersistenceHandler.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
ProductCustomPersistenceHandler.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
CustomerCustomPersistenceHandler.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
OfferCodeCustomPersistenceHandler.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
ProductOptionsCustomPersistenceHandler.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
OfferCustomPersistenceHandler.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
CustomerPasswordCustomPersistenceHandler.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
IndexFieldCustomPersistenceHandler.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
CategoryCustomPersistenceHandler.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
protected Entity |
OfferCodeCustomPersistenceHandler.validateOfferCode(Entity entity,
OfferCode offerCode) |
protected Entity |
CategoryCustomPersistenceHandler.validateParentCategory(Entity entity,
boolean isAdd) |
protected Entity |
SkuCustomPersistenceHandler.validateUniqueProductOptionValueCombination(Product product,
List<Property> productOptionProperties,
Sku currentSku)
Ensures that the given list of
ProductOptionValue IDs is unique for the given Product . |
protected Entity |
CustomerCustomPersistenceHandler.validateUniqueUsername(Entity entity,
Customer adminInstance,
boolean isAdd)
Validates that a Customer does not have their username duplicated
|
Modifier and Type | Method and Description |
---|---|
protected void |
OfferCustomPersistenceHandler.addIsActiveStatus(RecordHelper helper,
Entity entity) |
protected void |
SkuCustomPersistenceHandler.associateProductOptionValuesToSku(Entity entity,
Sku adminInstance,
DynamicEntityDao dynamicEntityDao)
This initially removes all of the product option values that are currently related to the Sku and then re-associates
the
ProductOptionValue s |
protected SearchFacet |
SearchFacetCustomPersistenceHandler.getAdminInstance(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper,
Entity entity) |
protected Product |
ProductCustomPersistenceHandler.getAdminInstance(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper,
Entity entity) |
protected SearchFacetRange |
SearchFacetRangeCustomPersistenceHandler.getAdminInstance(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper,
Entity entity) |
protected Entity |
IndexFieldCustomPersistenceHandler.getEntity(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper,
Entity entity,
Map<String,FieldMetadata> adminProperties,
IndexField adminInstance) |
protected List<Property> |
SkuCustomPersistenceHandler.getProductOptionProperties(Entity entity) |
protected void |
ProductCustomPersistenceHandler.removeBundleFieldRestrictions(ProductBundle adminInstance,
Map<String,FieldMetadata> adminProperties,
Entity entity)
If the pricing model is of type item_sum, that property should not be required
|
protected void |
CategoryCustomPersistenceHandler.removeOldDefault(Category adminInstance,
CategoryXref oldDefault,
Entity entity) |
protected void |
ProductCustomPersistenceHandler.removeOldDefault(Product adminInstance,
CategoryProductXref oldDefault,
Entity entity) |
void |
SkuCustomPersistenceHandler.updateProductOptionFieldsForFetch(List<Serializable> records,
Entity[] payload)
Sets the
ProductOptionValue s of the given Sku s in a list format for display in a ListGrid context. |
protected Entity |
OfferCodeCustomPersistenceHandler.validateOfferCode(Entity entity,
OfferCode offerCode) |
protected Entity |
CategoryCustomPersistenceHandler.validateParentCategory(Entity entity,
boolean isAdd) |
protected Entity |
CustomerCustomPersistenceHandler.validateUniqueUsername(Entity entity,
Customer adminInstance,
boolean isAdd)
Validates that a Customer does not have their username duplicated
|
Modifier and Type | Method and Description |
---|---|
PropertyValidationResult |
TargetItemRulesValidator.validate(Entity entity,
Serializable instance,
Map<String,FieldMetadata> entityFieldMetadata,
Map<String,String> validationConfiguration,
BasicFieldMetadata propertyMetadata,
String propertyName,
String value) |
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) |
Entity |
StructuredContentTypeCustomPersistenceHandler.fetchDynamicEntity(Serializable root,
List<String> dirtyFields,
boolean includeId) |
Entity |
PageTemplateCustomPersistenceHandler.fetchDynamicEntity(Serializable root,
List<String> dirtyFields,
boolean includeId) |
Entity |
StructuredContentTypeCustomPersistenceHandler.fetchEntityBasedOnId(String structuredContentId,
List<String> dirtyFields) |
Entity |
PageTemplateCustomPersistenceHandler.fetchEntityBasedOnId(String pageId,
List<String> dirtyFields) |
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 void |
PageTemplateCustomPersistenceHandler.populateFKLookupValues(DynamicEntityDao dynamicEntityDao,
Entity entity)
Some of the values in this entity might be foreign key lookups.
|
Modifier and Type | Field and Description |
---|---|
protected Entity |
PersistencePackage.entity |
Modifier and Type | Method and Description |
---|---|
Entity |
PersistencePackage.getEntity() |
Entity |
EntityResult.getEntity() |
Entity |
ParentRecordStructure.getParentRecord() |
Entity[] |
DynamicResultSet.getRecords() |
Modifier and Type | Method and Description |
---|---|
void |
Entity.mergeProperties(String prefix,
Entity entity) |
void |
Entity.overridePropertyValues(Entity entity)
Replaces all property values in this entity with the values from the given entity.
|
void |
PersistencePackage.setEntity(Entity entity) |
void |
EntityResult.setEntity(Entity entity) |
void |
ParentRecordStructure.setParentRecord(Entity parentRecord) |
void |
DynamicResultSet.setRecords(Entity[] records) |
Constructor and Description |
---|
DynamicResultSet(ClassMetadata classMetaData,
Entity[] records,
Integer totalRecords) |
DynamicResultSet(Entity[] records,
Integer totalRecords) |
ParentRecordStructure(Entity parentRecord,
ClassMetadata parentMetadata) |
PersistencePackage(String ceilingEntityFullyQualifiedClassname,
Entity entity,
PersistencePerspective persistencePerspective,
String[] customCriteria,
String csrfToken) |
PersistencePackage(String ceilingEntityFullyQualifiedClassname,
String fetchTypeFullyQualifiedClassname,
Entity entity,
PersistencePerspective persistencePerspective,
String[] customCriteria,
String csrfToken) |
Modifier and Type | Field and Description |
---|---|
protected Entity |
PersistencePackageRequest.entity |
Modifier and Type | Method and Description |
---|---|
Entity |
PersistencePackageRequest.getEntity() |
Modifier and Type | Method and Description |
---|---|
void |
PersistencePackageRequest.setEntity(Entity entity) |
PersistencePackageRequest |
PersistencePackageRequest.withEntity(Entity entity) |
Modifier and Type | Method and Description |
---|---|
Entity |
AdminPermissionCustomPersistenceHandler.add(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
AdminUserCustomPersistenceHandler.add(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
protected Entity |
AdminPermissionCustomPersistenceHandler.checkPermissionName(PersistencePackage persistencePackage) |
Entity |
AdminPermissionCustomPersistenceHandler.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
AdminUserCustomPersistenceHandler.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
protected Entity |
AdminUserCustomPersistenceHandler.validateLegalUsernameAndEmail(Entity entity,
AdminUser adminInstance,
boolean isAdd) |
Modifier and Type | Method and Description |
---|---|
protected Entity |
AdminUserCustomPersistenceHandler.validateLegalUsernameAndEmail(Entity entity,
AdminUser adminInstance,
boolean isAdd) |
Modifier and Type | Field and Description |
---|---|
protected Entity |
EntityFormModifierRequest.entity |
Modifier and Type | Method and Description |
---|---|
Entity |
EntityFormModifierRequest.getEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractRowLevelSecurityProvider.canRemove(AdminUser currentUser,
Entity entity) |
boolean |
RowLevelSecurityServiceImpl.canRemove(AdminUser currentUser,
Entity entity) |
boolean |
RowLevelSecurityProvider.canRemove(AdminUser currentUser,
Entity entity)
Hook to determine if the given entity can be deleted by a user.
|
boolean |
AbstractRowLevelSecurityProvider.canUpdate(AdminUser currentUser,
Entity entity) |
boolean |
RowLevelSecurityServiceImpl.canUpdate(AdminUser currentUser,
Entity entity) |
boolean |
RowLevelSecurityProvider.canUpdate(AdminUser currentUser,
Entity entity)
Hook to determine if the given entity can be updated or not.
|
void |
EntityFormModifierRequest.setEntity(Entity entity) |
GlobalValidationResult |
AbstractRowLevelSecurityProvider.validateAddRequest(AdminUser currentUser,
Entity entity,
PersistencePackage persistencePackage) |
GlobalValidationResult |
RowLevelSecurityServiceImpl.validateAddRequest(AdminUser currentUser,
Entity entity,
PersistencePackage persistencePackage) |
GlobalValidationResult |
RowLevelSecurityProvider.validateAddRequest(AdminUser currentUser,
Entity entity,
PersistencePackage persistencePackage)
Validates whether a user has permissions to actually perform the record addition.
|
GlobalValidationResult |
AbstractRowLevelSecurityProvider.validateRemoveRequest(AdminUser currentUser,
Entity entity,
PersistencePackage persistencePackage) |
GlobalValidationResult |
RowLevelSecurityServiceImpl.validateRemoveRequest(AdminUser currentUser,
Entity entity,
PersistencePackage persistencePackage) |
GlobalValidationResult |
RowLevelSecurityProvider.validateRemoveRequest(AdminUser currentUser,
Entity entity,
PersistencePackage persistencePackage)
Validates whether a user has permissions to actually perform the record deletion.
|
GlobalValidationResult |
AbstractRowLevelSecurityProvider.validateUpdateRequest(AdminUser currentUser,
Entity entity,
PersistencePackage persistencePackage) |
GlobalValidationResult |
RowLevelSecurityServiceImpl.validateUpdateRequest(AdminUser currentUser,
Entity entity,
PersistencePackage persistencePackage) |
GlobalValidationResult |
RowLevelSecurityProvider.validateUpdateRequest(AdminUser currentUser,
Entity entity,
PersistencePackage persistencePackage)
Validates whether a user has permissions to actually perform the update.
|
EntityFormModifierRequest |
EntityFormModifierRequest.withEntity(Entity entity) |
Modifier and Type | Field and Description |
---|---|
protected Entity |
ValidationException.entity |
Modifier and Type | Method and Description |
---|---|
Entity |
ValidationException.getEntity() |
Modifier and Type | Method and Description |
---|---|
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 |
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> sectionCrumbs,
String alternateId)
Gets an Entity representing a specific collection item
|
PersistenceResponse |
AdminEntityServiceImpl.getAdvancedCollectionRecord(ClassMetadata containingClassMetadata,
Entity containingEntity,
Property collectionProperty,
String collectionItemId,
List<SectionCrumb> sectionCrumbs,
String alternateId,
String[] customCriteria) |
PersistenceResponse |
AdminEntityService.getAdvancedCollectionRecord(ClassMetadata containingClassMetadata,
Entity containingEntity,
Property collectionProperty,
String collectionItemId,
List<SectionCrumb> sectionCrumbs,
String alternateId,
String[] customCriteria)
Gets an Entity representing a specific collection item
|
Map<String,DynamicResultSet> |
AdminEntityServiceImpl.getAllRecordsForAllSubCollections(ClassMetadata cmd,
Entity containingEntity,
List<SectionCrumb> sectionCrumb) |
Map<String,DynamicResultSet> |
AdminEntityService.getAllRecordsForAllSubCollections(ClassMetadata cmd,
Entity containingEntity,
List<SectionCrumb> sectionCrumb)
overloading containing paging parameters
|
String |
AdminEntityServiceImpl.getContextSpecificRelationshipId(ClassMetadata cmd,
Entity entity,
String propertyName) |
String |
AdminEntityService.getContextSpecificRelationshipId(ClassMetadata cmd,
Entity entity,
String propertyName)
Returns the appropriate id to use for the given entity/metadata and prefix when dealing with collections.
|
PersistenceResponse |
AdminEntityServiceImpl.getPagedRecordsForCollection(ClassMetadata containingClassMetadata,
Entity containingEntity,
Property collectionProperty,
FilterAndSortCriteria[] fascs,
FetchPageRequest fetchPageRequest,
String idValueOverride,
List<SectionCrumb> sectionCrumbs) |
PersistenceResponse |
AdminEntityService.getPagedRecordsForCollection(ClassMetadata containingClassMetadata,
Entity containingEntity,
Property collectionProperty,
FilterAndSortCriteria[] fascs,
FetchPageRequest fetchPageRequest,
String idValueOverride,
List<SectionCrumb> sectionCrumbs)
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() . |
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() |
Map<String,DynamicResultSet> |
AdminEntityServiceImpl.getRecordsForSelectedTab(ClassMetadata cmd,
Entity containingEntity,
List<SectionCrumb> sectionCrumb,
String currentTabName) |
Map<String,DynamicResultSet> |
AdminEntityService.getRecordsForSelectedTab(ClassMetadata cmd,
Entity containingEntity,
List<SectionCrumb> sectionCrumb,
String currentTabName)
Returns all records for selected tab of the specified request and its primary key
|
void |
AdminEntityServiceImpl.populateParentRecordStructure(PersistencePackage persistencePackage,
Entity entity,
ClassMetadata parentMetadata) |
void |
AdminEntityService.populateParentRecordStructure(PersistencePackage persistencePackage,
Entity entity,
ClassMetadata parentMetadata)
Store parent record value, parent metadata to the
PersistencePackage |
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.
|
void |
ValidationException.setEntity(Entity 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
|
Constructor and Description |
---|
ValidationException(Entity entity) |
ValidationException(Entity entity,
String message) |
Modifier and Type | Method and Description |
---|---|
Entity |
SystemPropertyCustomPersistenceHandler.add(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
CustomPersistenceHandler.add(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
TranslationCustomPersistenceHandler.add(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
CustomPersistenceHandlerAdapter.add(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
DynamicEntityRetriever.fetchDynamicEntity(Serializable root,
List<String> dirtyFields,
boolean includeId) |
Entity |
DynamicEntityRetriever.fetchEntityBasedOnId(String themeConfigurationId,
List<String> dirtyFields) |
Entity |
SystemPropertyCustomPersistenceHandler.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
CustomPersistenceHandler.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
TranslationCustomPersistenceHandler.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Entity |
CustomPersistenceHandlerAdapter.update(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
protected Entity |
SystemPropertyCustomPersistenceHandler.validateTypeAndValueCombo(SystemProperty prop) |
Modifier and Type | Field and Description |
---|---|
protected Entity |
PersistenceResponse.entity |
protected Entity |
PersistenceManagerEventHandlerResponse.entity |
Modifier and Type | Method and Description |
---|---|
Entity |
PersistenceResponse.getEntity() |
Entity |
PersistenceManagerEventHandlerResponse.getEntity() |
protected Entity |
PersistenceManagerImpl.postAdd(Entity entity,
PersistencePackage persistencePackage)
Deprecated.
use the PersistenceManagerEventHandler api instead
|
protected Entity |
PersistenceManagerImpl.postUpdate(Entity entity,
PersistencePackage persistencePackage)
Deprecated.
use the PersistenceManagerEventHandler api instead
|
Modifier and Type | Method and Description |
---|---|
protected void |
PersistenceManagerImpl.logValidationError(Entity response) |
protected Entity |
PersistenceManagerImpl.postAdd(Entity entity,
PersistencePackage persistencePackage)
Deprecated.
use the PersistenceManagerEventHandler api instead
|
PersistenceManagerEventHandlerResponse |
PersistenceManagerEventHandler.postAdd(PersistenceManager persistenceManager,
Entity entity,
PersistencePackage persistencePackage)
Called after an add
|
PersistenceManagerEventHandlerResponse |
PersistenceManagerEventHandlerAdapter.postAdd(PersistenceManager persistenceManager,
Entity entity,
PersistencePackage persistencePackage) |
protected Entity |
PersistenceManagerImpl.postUpdate(Entity entity,
PersistencePackage persistencePackage)
Deprecated.
use the PersistenceManagerEventHandler api instead
|
PersistenceManagerEventHandlerResponse |
PersistenceManagerEventHandler.postUpdate(PersistenceManager persistenceManager,
Entity entity,
PersistencePackage persistencePackage)
Called after an update
|
PersistenceManagerEventHandlerResponse |
PersistenceManagerEventHandlerAdapter.postUpdate(PersistenceManager persistenceManager,
Entity entity,
PersistencePackage persistencePackage) |
PersistenceManagerEventHandlerResponse |
PersistenceManagerEventHandler.processValidationError(PersistenceManager persistenceManager,
Entity entity,
PersistencePackage persistencePackage)
Called after a validation error.
|
PersistenceManagerEventHandlerResponse |
PersistenceManagerEventHandlerAdapter.processValidationError(PersistenceManager persistenceManager,
Entity entity,
PersistencePackage persistencePackage) |
void |
PersistenceResponse.setEntity(Entity entity) |
void |
PersistenceManagerEventHandlerResponse.setEntity(Entity entity) |
protected void |
PersistenceManagerImpl.setMainEntityName(PersistencePackage pp,
Entity entity) |
PersistenceResponse |
PersistenceResponse.withEntity(Entity entity) |
PersistenceManagerEventHandlerResponse |
PersistenceManagerEventHandlerResponse.withEntity(Entity entity) |
Modifier and Type | Method and Description |
---|---|
ExtensionResultStatusType |
AdornedTargetAutoPopulateExtensionHandler.validateSubmittedAdornedTargetManagedFields(Entity entity,
Serializable instance,
Map<String,FieldMetadata> entityFieldMetadata,
BasicFieldMetadata propertyMetadata,
String propertyName,
String value,
ExtensionResultHolder<Boolean> validationResult)
Provide validation during persistence.
|
Modifier and Type | Method and Description |
---|---|
Entity |
AdornedTargetListPersistenceModule.add(PersistencePackage persistencePackage) |
Entity |
BasicPersistenceModule.add(PersistencePackage persistencePackage) |
Entity |
MapStructurePersistenceModule.add(PersistencePackage persistencePackage) |
Entity |
PersistenceModule.add(PersistencePackage persistencePackage) |
protected Entity |
MapStructurePersistenceModule.getMapRecord(String ceilingClass,
Serializable valueInstance,
MapStructure mapStructure,
Map<String,FieldMetadata> valueMergedProperties,
Property symbolicIdProperty,
Object key,
String[] customCriteria) |
protected Entity[] |
MapStructurePersistenceModule.getMapRecords(Serializable record,
MapStructure mapStructure,
Map<String,FieldMetadata> ceilingMergedProperties,
Map<String,FieldMetadata> valueMergedProperties,
Property symbolicIdProperty,
String[] customCriteria) |
Entity |
BasicPersistenceModule.getRecord(Class<?> ceilingEntityClass,
PersistencePerspective persistencePerspective,
Serializable record) |
Entity |
RecordHelper.getRecord(Class<?> ceilingEntityClass,
PersistencePerspective persistencePerspective,
Serializable record) |
Entity |
BasicPersistenceModule.getRecord(Map<String,FieldMetadata> primaryMergedProperties,
Serializable record,
Map<String,FieldMetadata> alternateMergedProperties,
String pathToTargetObject) |
Entity |
RecordHelper.getRecord(Map<String,FieldMetadata> primaryMergedProperties,
Serializable record,
Map<String,FieldMetadata> alternateMergedProperties,
String pathToTargetObject) |
Entity[] |
BasicPersistenceModule.getRecords(Class<?> ceilingEntityClass,
PersistencePerspective persistencePerspective,
List<? extends Serializable> records) |
Entity[] |
RecordHelper.getRecords(Class<?> ceilingEntityClass,
PersistencePerspective persistencePerspective,
List<? extends Serializable> records) |
Entity[] |
FetchWrapper.getRecords(FetchExtractionRequest fetchExtractionRequest)
Retrieve the dto representation of persistent records based on the record contents and entity metadata.
|
Entity[] |
BasicPersistenceModule.getRecords(FetchExtractionRequest fetchExtractionRequest) |
Entity[] |
RecordHelper.getRecords(FetchExtractionRequest fetchExtractionRequest)
Based on retrieved persistent entities and entity metadata, construct data transfer object instances to represent these records
to the caller.
|
Entity[] |
DefaultFetchWrapper.getRecords(FetchExtractionRequest fetchExtractionRequest) |
Entity[] |
BasicPersistenceModule.getRecords(Map<String,FieldMetadata> primaryMergedProperties,
List<? extends Serializable> records) |
Entity[] |
RecordHelper.getRecords(Map<String,FieldMetadata> primaryMergedProperties,
List<? extends Serializable> records)
Deprecated.
use
RecordHelper.getRecords(FetchExtractionRequest) instead. |
Entity[] |
BasicPersistenceModule.getRecords(Map<String,FieldMetadata> primaryUnfilteredMergedProperties,
List<? extends Serializable> records,
Map<String,FieldMetadata> alternateUnfilteredMergedProperties,
String pathToTargetObject) |
Entity[] |
RecordHelper.getRecords(Map<String,FieldMetadata> primaryMergedProperties,
List<? extends Serializable> records,
Map<String,FieldMetadata> alternateMergedProperties,
String pathToTargetObject)
Deprecated.
use
RecordHelper.getRecords(FetchExtractionRequest) instead |
Entity[] |
BasicPersistenceModule.getRecords(Map<String,FieldMetadata> primaryUnfilteredMergedProperties,
List<? extends Serializable> records,
Map<String,FieldMetadata> alternateUnfilteredMergedProperties,
String pathToTargetObject,
String[] customCriteria) |
Entity[] |
RecordHelper.getRecords(Map<String,FieldMetadata> primaryMergedProperties,
List<? extends Serializable> records,
Map<String,FieldMetadata> alternateMergedProperties,
String pathToTargetObject,
String[] customCriteria)
Deprecated.
use
RecordHelper.getRecords(FetchExtractionRequest) instead |
Entity |
AdornedTargetListPersistenceModule.update(PersistencePackage persistencePackage) |
Entity |
BasicPersistenceModule.update(PersistencePackage persistencePackage) |
Entity |
MapStructurePersistenceModule.update(PersistencePackage persistencePackage) |
Entity |
PersistenceModule.update(PersistencePackage persistencePackage) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
BasicPersistenceModule.attemptToPopulateValue(Property property,
FieldManager fieldManager,
Serializable instance,
Boolean setId,
BasicFieldMetadata metadata,
Entity entity,
String value) |
protected Serializable |
AdornedTargetListPersistenceModule.createPopulatedAdornedTargetInstance(AdornedTargetList adornedTargetList,
Entity entity) |
Serializable |
BasicPersistenceModule.createPopulatedInstance(Serializable instance,
Entity entity,
Map<String,FieldMetadata> unfilteredProperties,
Boolean setId) |
Serializable |
RecordHelper.createPopulatedInstance(Serializable instance,
Entity entity,
Map<String,FieldMetadata> unfilteredProperties,
Boolean setId)
Delegates to the overloaded method with validateUnsubmittedProperties set to true.
|
Serializable |
BasicPersistenceModule.createPopulatedInstance(Serializable instance,
Entity entity,
Map<String,FieldMetadata> unfilteredProperties,
Boolean setId,
Boolean validateUnsubmittedProperties) |
Serializable |
RecordHelper.createPopulatedInstance(Serializable instance,
Entity entity,
Map<String,FieldMetadata> mergedProperties,
Boolean setId,
Boolean validateUnsubmittedProperties)
Populates a Hibernate entity instance based on the values from entity (the DTO representation of
instance) and the metadata from mergedProperties.
|
Object |
BasicPersistenceModule.getPrimaryKey(Entity entity,
Map<String,FieldMetadata> mergedUnfilteredProperties) |
Object |
RecordHelper.getPrimaryKey(Entity entity,
Map<String,FieldMetadata> mergedProperties) |
protected Serializable |
MapStructurePersistenceModule.procureSandBoxMapValue(MapStructure mapStructure,
Entity entity) |
boolean |
BasicPersistenceModule.validate(Entity entity,
Serializable populatedInstance,
Map<String,FieldMetadata> mergedProperties) |
boolean |
RecordHelper.validate(Entity entity,
Serializable populatedInstance,
Map<String,FieldMetadata> mergedProperties)
Delegates to the overloaded method with validateUnsubmittedProperties set to true.
|
boolean |
BasicPersistenceModule.validate(Entity entity,
Serializable populatedInstance,
Map<String,FieldMetadata> mergedProperties,
boolean validateUnsubmittedProperties) |
boolean |
RecordHelper.validate(Entity entity,
Serializable populatedInstance,
Map<String,FieldMetadata> mergedProperties,
boolean validateUnsubmittedProperties)
Validates the
Entity based on the validators associated with each property |
Constructor and Description |
---|
AdornedTargetRetrieval(PersistencePackage persistencePackage,
Entity entity,
AdornedTargetList adornedTargetList) |
Modifier and Type | Method and Description |
---|---|
Entity |
AddFilterPropertiesRequest.getEntity() |
Constructor and Description |
---|
AddFilterPropertiesRequest(Entity entity) |
Modifier and Type | Method and Description |
---|---|
protected List<String> |
EntityValidatorServiceImpl.getTypeHierarchy(Entity entity)
Returns the type hierarchy of the given entity in ascending order of type, stopping at Object
|
PropertyValidationResult |
AdornedTargetMaintainedFieldPropertyValidator.validate(Entity entity,
Serializable instance,
Map<String,FieldMetadata> entityFieldMetadata,
BasicFieldMetadata propertyMetadata,
String propertyName,
String value) |
PropertyValidationResult |
FieldLengthValidator.validate(Entity entity,
Serializable instance,
Map<String,FieldMetadata> entityFieldMetadata,
BasicFieldMetadata propertyMetadata,
String propertyName,
String value) |
PropertyValidationResult |
RequiredPropertyValidator.validate(Entity entity,
Serializable instance,
Map<String,FieldMetadata> entityFieldMetadata,
BasicFieldMetadata propertyMetadata,
String propertyName,
String value) |
PropertyValidationResult |
GlobalPropertyValidator.validate(Entity entity,
Serializable instance,
Map<String,FieldMetadata> entityFieldMetadata,
BasicFieldMetadata propertyMetadata,
String propertyName,
String value)
Validates a property for an entity
|
PropertyValidationResult |
UniqueValueValidator.validate(Entity entity,
Serializable instance,
Map<String,FieldMetadata> entityFieldMetadata,
Map<String,String> validationConfiguration,
BasicFieldMetadata propertyMetadata,
String propertyName,
String value) |
PropertyValidationResult |
ValidationConfigurationBasedPropertyValidator.validate(Entity entity,
Serializable instance,
Map<String,FieldMetadata> entityFieldMetadata,
Map<String,String> validationConfiguration,
BasicFieldMetadata propertyMetadata,
String propertyName,
String value) |
PropertyValidationResult |
MaxGreaterThanMinValidator.validate(Entity entity,
Serializable instance,
Map<String,FieldMetadata> entityFieldMetadata,
Map<String,String> validationConfiguration,
BasicFieldMetadata propertyMetadata,
String propertyName,
String value) |
PropertyValidationResult |
AfterStartDateValidator.validate(Entity entity,
Serializable instance,
Map<String,FieldMetadata> entityFieldMetadata,
Map<String,String> validationConfiguration,
BasicFieldMetadata propertyMetadata,
String propertyName,
String value) |
PropertyValidationResult |
GreaterThanMinValueValidator.validate(Entity entity,
Serializable instance,
Map<String,FieldMetadata> entityFieldMetadata,
Map<String,String> validationConfiguration,
BasicFieldMetadata propertyMetadata,
String propertyName,
String value) |
PropertyValidationResult |
CronExpressionValidator.validate(Entity entity,
Serializable instance,
Map<String,FieldMetadata> entityFieldMetadata,
Map<String,String> validationConfiguration,
BasicFieldMetadata propertyMetadata,
String propertyName,
String value) |
PropertyValidationResult |
UriPropertyValidator.validate(Entity entity,
Serializable instance,
Map<String,FieldMetadata> entityFieldMetadata,
Map<String,String> validationConfiguration,
BasicFieldMetadata propertyMetadata,
String propertyName,
String value) |
PropertyValidationResult |
PropertyValidator.validate(Entity entity,
Serializable instance,
Map<String,FieldMetadata> entityFieldMetadata,
Map<String,String> validationConfiguration,
BasicFieldMetadata propertyMetadata,
String propertyName,
String value)
Validates a property for an entity
|
PropertyValidationResult |
RegexPropertyValidator.validate(Entity entity,
Serializable instance,
Map<String,FieldMetadata> entityFieldMetadata,
Map<String,String> validationConfiguration,
BasicFieldMetadata propertyMetadata,
String propertyName,
String value) |
PropertyValidationResult |
RequiredIfPropertyValidator.validate(Entity entity,
Serializable instance,
Map<String,FieldMetadata> entityFieldMetadata,
Map<String,String> validationConfiguration,
BasicFieldMetadata propertyMetadata,
String propertyName,
String value) |
void |
EntityValidatorService.validate(Entity submittedEntity,
Serializable instance,
Map<String,FieldMetadata> propertiesMetadata,
RecordHelper recordHelper,
boolean validateUnsubmittedProperties)
Validate the given entity.
|
void |
BeanValidationEntityValidatorServiceImpl.validate(Entity entity,
Serializable instance,
Map<String,FieldMetadata> mergedProperties,
RecordHelper recordHelper,
boolean validateUnsubmittedProperties) |
void |
EntityValidatorServiceImpl.validate(Entity submittedEntity,
Serializable instance,
Map<String,FieldMetadata> propertiesMetadata,
RecordHelper recordHelper,
boolean validateUnsubmittedProperties) |
abstract void |
BroadleafEntityValidator.validate(Entity submittedEntity,
T instance,
Map<String,FieldMetadata> propertiesMetadata,
RecordHelper recordHelper,
boolean validateUnsubmittedProperties)
Validation that should be done on the specified entity after core validation is completed.
|
boolean |
ValidationConfigurationBasedPropertyValidator.validateInternal(Entity entity,
Serializable instance,
Map<String,FieldMetadata> entityFieldMetadata,
Map<String,String> validationConfiguration,
BasicFieldMetadata propertyMetadata,
String propertyName,
String value)
Delegate method for
ValidationConfiguration -based processors that don't need to return an error message |
boolean |
MatchesFieldValidator.validateInternal(Entity entity,
Serializable instance,
Map<String,FieldMetadata> entityFieldMetadata,
Map<String,String> validationConfiguration,
BasicFieldMetadata propertyMetadata,
String propertyName,
String value) |
Modifier and Type | Method and Description |
---|---|
PropertyValidationResult |
SandBoxNameValidator.validate(Entity entity,
Serializable instance,
Map<String,FieldMetadata> entityFieldMetadata,
Map<String,String> validationConfiguration,
BasicFieldMetadata propertyMetadata,
String propertyName,
String value) |
Modifier and Type | Field and Description |
---|---|
protected Entity |
ListGridRecord.entity |
Modifier and Type | Method and Description |
---|---|
Entity |
ListGridRecord.getEntity() |
Modifier and Type | Method and Description |
---|---|
void |
ListGridRecord.setEntity(Entity entity) |
Modifier and Type | Method and Description |
---|---|
boolean |
EntityFormValidator.validate(EntityForm form,
Entity entity,
org.springframework.validation.Errors errors)
Validates the form DTO against the passed in entity
|
Modifier and Type | Method and Description |
---|---|
void |
MultipleCatalogExtensionHandler.setCurrentCatalog(Entity entity,
org.springframework.ui.Model model) |
Modifier and Type | Method and Description |
---|---|
DataWrapper |
MVELToDataWrapperTranslator.createRuleData(Entity[] entities,
String mvelProperty,
String quantityProperty,
String idProperty,
RuleBuilderFieldService fieldService) |
DataWrapper |
MVELToDataWrapperTranslator.createRuleData(Entity[] entities,
String mvelProperty,
String quantityProperty,
String idProperty,
String containedProperty,
RuleBuilderFieldService fieldService) |
Modifier and Type | Method and Description |
---|---|
protected void |
FormBuilderServiceImpl.addDeleteActionIfAllowed(EntityForm entityForm,
ClassMetadata cmd,
Entity entity)
Adds the
DefaultEntityFormActions.DELETE if the user is allowed to delete the entity. |
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,
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,
Entity entity,
Map<String,DynamicResultSet> collectionRecords,
List<SectionCrumb> sectionCrumbs) |
ExtensionResultStatusType |
ListGridErrorMessageExtensionHandler.determineErrorMessageForEntity(Entity entity,
ListGridRecord lgr)
Allows the extension handler to determine a custom error message or error message key for the entity.
|
ExtensionResultStatusType |
ListGridErrorMessageExtensionHandler.determineStatusMessageForEntity(Entity entity,
ListGridRecord lgr)
Allows the extension handler to determine a custom status message for the entity.
|
protected boolean |
FormBuilderServiceImpl.isDeletionAllowed(EntityForm entityForm,
ClassMetadata cmd,
Entity entity) |
ExtensionResultStatusType |
FormBuilderExtensionHandler.modifyListGridRecord(String className,
ListGridRecord record,
Entity entity)
Provides a hook to modify the ListGridRecord for the given Entity while building the list grid record.
|
ExtensionResultStatusType |
AbstractFormBuilderExtensionHandler.modifyListGridRecord(String className,
ListGridRecord record,
Entity entity) |
ExtensionResultStatusType |
FormBuilderExtensionHandler.modifyPopulatedEntityForm(EntityForm ef,
Entity entity)
Modifies an
EntityForm after it has been populated with an Entity . |
ExtensionResultStatusType |
AbstractFormBuilderExtensionHandler.modifyPopulatedEntityForm(EntityForm ef,
Entity entity) |
void |
FormBuilderService.populateAdornedEntityFormFields(EntityForm ef,
Entity entity,
AdornedTargetList adornedList)
Sets values for the necessary adorned fields on the EntityForm from the specified entity.
|
void |
FormBuilderServiceImpl.populateAdornedEntityFormFields(EntityForm ef,
Entity entity,
AdornedTargetList adornedList) |
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,
Entity entity,
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.
|
void |
FormBuilderServiceImpl.populateEntityForm(ClassMetadata cmd,
Entity entity,
Map<String,DynamicResultSet> collectionRecords,
EntityForm ef,
List<SectionCrumb> sectionCrumbs) |
void |
FormBuilderService.populateEntityFormFields(EntityForm ef,
Entity entity)
Delegates to
FormBuilderService.populateEntityFormFields(EntityForm, Entity, boolean, boolean) with true for populating both
the id and type. |
void |
FormBuilderServiceImpl.populateEntityFormFields(EntityForm ef,
Entity entity) |
void |
FormBuilderService.populateEntityFormFields(EntityForm ef,
Entity entity,
boolean populateType,
boolean populateId)
Sets values for all fields found on the EntityForm from the specified entity.
|
void |
FormBuilderServiceImpl.populateEntityFormFields(EntityForm ef,
Entity entity,
boolean populateType,
boolean populateId) |
void |
FormBuilderService.populateEntityFormFieldValues(ClassMetadata cmd,
Entity entity,
EntityForm ef)
Populates the given
EntityForm with values based on the Entity that has been passed in. |
void |
FormBuilderServiceImpl.populateEntityFormFieldValues(ClassMetadata cmd,
Entity entity,
EntityForm ef) |
void |
FormBuilderService.populateMapEntityFormFields(EntityForm ef,
Entity entity)
Sets values for the necessary map fields on the EntityForm from the specified entity.
|
void |
FormBuilderServiceImpl.populateMapEntityFormFields(EntityForm ef,
Entity entity) |
protected void |
FormBuilderServiceImpl.setReadOnlyState(EntityForm entityForm,
ClassMetadata cmd,
Entity entity)
The given entityForm is marked as readonly for the following cases:
All of the properties from cmd are readonly
The user does not have the security to
EntityOperationType.UPDATE the given class name represented by
the entityForm (determined by FormBuilderServiceImpl.getSecurityClassname(EntityForm, ClassMetadata) )
The user does not have the security necessary to modify the given entity according to the
RowLevelSecurityProvider.canUpdate(AdminUser, Entity)
|
protected void |
FormBuilderServiceImpl.setVisibilityBasedOnShowIfFieldEquals(ClassMetadata cmd,
Entity entity,
EntityForm ef) |
protected boolean |
FormBuilderServiceImpl.shouldHideField(FieldMetadata fmd,
Entity entity) |
Modifier and Type | Method and Description |
---|---|
ExtensionResultStatusType |
TranslationsFormBuilderExtensionHandler.modifyListGridRecord(String className,
ListGridRecord record,
Entity entity) |
Copyright © 2022. All rights reserved.