Package | Description |
---|---|
com.edorasware.commons.core.beat | |
com.edorasware.commons.core.beat.config | |
com.edorasware.commons.core.modification.entity |
Classes related to entity modifications.
|
com.edorasware.commons.core.persistence.entity | |
com.edorasware.commons.core.persistence.entity.jdbc | |
com.edorasware.commons.core.provider.entity |
Classes related to entity providers.
|
com.edorasware.commons.core.service.entity |
Classes related to entity services.
|
Modifier and Type | Method and Description |
---|---|
protected FieldChange |
BeatModification.createEntitySpecificFieldChange(FieldId field,
Beat entity) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
BeatModification.applyEntitySpecificModifiedField(FieldChange fieldChange,
Beat.Builder builder) |
Modifier and Type | Method and Description |
---|---|
void |
BeatGeneratingAuditHandler.auditUpdate(Entity<?,?> oldEntity,
Set<FieldChange> fieldChanges,
String description) |
Modifier and Type | Field and Description |
---|---|
protected static FieldChange |
EntityModification.NONE |
Modifier and Type | Method and Description |
---|---|
protected abstract FieldChange |
DomainObjectDefinitionModification.createDomainObjectDefinitionSpecificFieldChange(FieldId field,
E entity) |
protected FieldChange |
WorkObjectDefinitionModification.createDomainObjectDefinitionSpecificFieldChange(FieldId field,
E entity) |
protected abstract FieldChange |
DomainObjectModification.createDomainObjectSpecificFieldChange(FieldId field,
E entity) |
protected FieldChange |
WorkObjectModification.createDomainObjectSpecificFieldChange(FieldId field,
E entity) |
protected FieldChange |
DomainObjectDefinitionModification.createEntitySpecificFieldChange(FieldId field,
E entity) |
protected FieldChange |
DomainObjectModification.createEntitySpecificFieldChange(FieldId field,
E entity) |
protected abstract FieldChange |
EntityModification.createEntitySpecificFieldChange(FieldId field,
E entity) |
protected FieldChange |
EntityModification.createFieldChange(FieldId field,
Object oldValue) |
protected FieldChange |
WorkObjectDefinitionModification.createWorkObjectSpecificFieldChange(FieldId field,
E entity) |
protected FieldChange |
WorkObjectModification.createWorkObjectSpecificFieldChange(FieldId field,
E entity) |
Modifier and Type | Method and Description |
---|---|
Set<FieldChange> |
EntityModification.createFieldChanges(E entity) |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
DomainObjectDefinitionModification.applyDomainObjectDefinitionSpecificModifiedField(FieldChange fieldChange,
EB builder) |
protected boolean |
WorkObjectDefinitionModification.applyDomainObjectDefinitionSpecificModifiedField(FieldChange fieldChange,
EB builder) |
protected abstract boolean |
DomainObjectModification.applyDomainObjectSpecificModifiedField(FieldChange fieldChange,
EB builder) |
protected boolean |
WorkObjectModification.applyDomainObjectSpecificModifiedField(FieldChange fieldChange,
EB builder) |
protected boolean |
DomainObjectDefinitionModification.applyEntitySpecificModifiedField(FieldChange fieldChange,
EB builder) |
protected boolean |
DomainObjectModification.applyEntitySpecificModifiedField(FieldChange fieldChange,
EB builder) |
protected abstract boolean |
EntityModification.applyEntitySpecificModifiedField(FieldChange fieldChange,
EB builder) |
protected boolean |
WorkObjectDefinitionModification.applyWorkObjectDefinitionSpecificModifiedField(FieldChange fieldChange,
EB builder) |
protected boolean |
WorkObjectModification.applyWorkObjectSpecificModifiedField(FieldChange fieldChange,
EB builder) |
Modifier and Type | Method and Description |
---|---|
void |
EntityPersistence.update(E entity,
Collection<FieldChange> fieldChanges)
Updates the given entity.
|
Modifier and Type | Method and Description |
---|---|
void |
JdbcDomainObjectDefinitionPersistence.update(E entity,
Collection<FieldChange> fieldChanges) |
void |
JdbcEntityPersistence.update(E entity,
Collection<FieldChange> fieldChanges) |
protected void |
JdbcDomainObjectDefinitionPersistence.updateChildren(E entity,
EB updatedEntityBuilder,
Collection<FieldChange> fieldChanges) |
protected void |
JdbcDomainObjectPersistence.updateChildren(E entity,
EB updatedEntityBuilder,
Collection<FieldChange> fieldChanges) |
protected abstract void |
JdbcEntityPersistence.updateChildren(E entity,
EB updatedEntityBuilder,
Collection<FieldChange> fieldChanges) |
protected abstract void |
JdbcDomainObjectPersistence.updateDomainObjectChildren(E entity,
Collection<FieldChange> fieldChanges) |
protected void |
JdbcWorkObjectPersistence.updateDomainObjectChildren(E entity,
Collection<FieldChange> fieldChanges) |
protected void |
JdbcDomainObjectDefinitionPersistence.updateEntityInDb(E entity,
EB updatedEntityBuilder,
IdentifiableParameter entityParameter,
Collection<FieldChange> fieldChanges) |
protected void |
JdbcDomainObjectPersistence.updateEntityInDb(E entity,
EB updatedEntityBuilder,
IdentifiableParameter entityParameter,
Collection<FieldChange> fieldChanges) |
protected abstract void |
JdbcEntityPersistence.updateEntityInDb(E entity,
EB updatedEntityBuilder,
IdentifiableParameter entityParameter,
Collection<FieldChange> fieldChanges) |
protected abstract void |
JdbcDomainObjectPersistence.updateExtendedEntityInDb(IdentifiableParameter entityParameter,
Collection<FieldChange> fieldChanges) |
protected void |
JdbcWorkObjectPersistence.updateExtendedEntityInDb(IdentifiableParameter entityParameter,
Collection<FieldChange> fieldChanges) |
Modifier and Type | Method and Description |
---|---|
void |
BaseDomainObjectProvider.update(T entityId,
List<FieldChange> changes) |
void |
DomainObjectProvider.update(T entityId,
List<FieldChange> changes)
Updates the entity with the given id by applying the submitted changes.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityAuditHandler.auditUpdate(Entity<?,?> oldEntity,
Set<FieldChange> fieldChanges,
String description)
Audits an entity change.
|
protected void |
BaseDomainObjectDefinitionService.notifyProviders(E entity,
Set<FieldChange> fieldChanges) |
protected void |
BaseDomainObjectService.notifyProviders(E entity,
Set<FieldChange> fieldChanges) |
protected abstract void |
BaseEntityService.notifyProviders(E entity,
Set<FieldChange> fieldChanges) |
protected abstract void |
BaseDomainObjectService.updateDomainObjectSpecificCalculatedFieldsBeforeUpdate(E oldEntity,
E newEntity,
Collection<FieldChange> fieldChanges,
Date currentTime,
EB builder) |
protected void |
BaseWorkObjectService.updateDomainObjectSpecificCalculatedFieldsBeforeUpdate(E oldEntity,
E newEntity,
Collection<FieldChange> fieldChanges,
Date currentTime,
EB builder) |
protected void |
BaseDomainObjectService.updateEntityAndSendChangeEvents(E entity,
Set<FieldChange> fieldChanges,
boolean notifyProvider) |
protected void |
BaseWorkObjectService.updateWorkObjectSpecificCalculatedFieldsBeforeUpdate(E oldEntity,
E newEntity,
Collection<FieldChange> fieldChanges,
Date currentTime,
EB builder) |
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.