Class EditLocationVolumeCommand
java.lang.Object
com.echothree.util.server.control.BaseCommand
com.echothree.util.server.control.BaseEditCommand<LocationSpec,LocationVolumeEdit>
com.echothree.util.server.control.BaseAbstractEditCommand<LocationSpec,LocationVolumeEdit,EditLocationVolumeResult,LocationVolume,Location>
com.echothree.control.user.warehouse.server.command.EditLocationVolumeCommand
- All Implemented Interfaces:
ExecutionErrorAccumulator,ExecutionWarningAccumulator,SecurityMessageAccumulator
@Dependent
public class EditLocationVolumeCommand
extends BaseAbstractEditCommand<LocationSpec,LocationVolumeEdit,EditLocationVolumeResult,LocationVolume,Location>
-
Field Summary
Fields inherited from class com.echothree.util.server.control.BaseEditCommand
edit, editMode, specFields inherited from class com.echothree.util.server.control.BaseCommand
commandControl, componentControl, coreControl, entityTypeControl, eventControl, securityRoleLogic, session, userControl -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of EditLocationVolumeCommand -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcanUpdate(LocationVolume locationVolume) protected voiddoLock(LocationVolumeEdit edit, LocationVolume locationVolume) protected voiddoUpdate(LocationVolume locationVolume) protected voidfillInResult(EditLocationVolumeResult result, LocationVolume locationVolume) protected LocationVolumeEditgetEdit()protected LocationVolumegetEntity(EditLocationVolumeResult result) protected LocationgetLockEntity(LocationVolume locationVolume) protected EditLocationVolumeResultMethods inherited from class com.echothree.util.server.control.BaseAbstractEditCommand
canEdit, editModeToEntityPermission, execute, getBaseResultAfterErrors, saveResultAfterEditValidatorErrorsMethods inherited from class com.echothree.util.server.control.BaseEditCommand
getEditFieldDefinitions, getEntityLockTransfer, getEntityLockTransfer, getEntityLockTransfer, getSpecFieldDefinitions, isEntityLocked, isEntityLocked, isEntityLocked, lockEntity, lockEntity, lockEntity, lockEntityForUpdate, lockEntityForUpdate, lockEntityForUpdate, run, runAsync, setEditFieldDefinitions, setSpecFieldDefinitions, setupValidatorForEdit, setupValidatorForSpec, unlockEntity, unlockEntity, unlockEntity, validate, validateEdit, validateLock, validateSpec, validateUpdateMethods inherited from class com.echothree.util.server.control.BaseCommand
addExecutionError, addExecutionError, addExecutionWarning, addExecutionWarning, addSecurityMessage, addSecurityMessage, canSpecifyParty, checkCommandSecurityDefinition, checkOptionalSecurityRoles, getCheckIdentityVerifiedTime, getCommandName, getCommandSecurityDefinition, getCompanyParty, getComponentVendorName, getExecutionErrors, getExecutionWarnings, getInsufficientSecurityResult, getLog, getLogCommand, getParty, getPartyPK, getPartyType, getPartyTypeName, getPreferredCurrency, getPreferredCurrency, getPreferredDateTimeFormat, getPreferredDateTimeFormat, getPreferredLanguage, getPreferredLanguage, getPreferredTimeZone, getPreferredTimeZone, getSecurityMessages, getSession, getUpdateLastCommandTime, getUserControl, getUserSession, getUserVisit, getUserVisitForUpdate, getUserVisitPK, hasExecutionErrors, hasExecutionWarnings, hasSecurityMessages, initSession, removeFilteredTransferProperty, removeOption, run, runAsync, security, selfOnly, sendEvent, sendEvent, sendEvent, setCheckIdentityVerifiedTime, setLogCommand, setUpdateLastCommandTime, setupSession, setUserVisitPK, teardownSession
-
Constructor Details
-
EditLocationVolumeCommand
public EditLocationVolumeCommand()Creates a new instance of EditLocationVolumeCommand
-
-
Method Details
-
getResult
- Specified by:
getResultin classBaseAbstractEditCommand<LocationSpec,LocationVolumeEdit, EditLocationVolumeResult, LocationVolume, Location>
-
getEdit
- Specified by:
getEditin classBaseAbstractEditCommand<LocationSpec,LocationVolumeEdit, EditLocationVolumeResult, LocationVolume, Location>
-
getEntity
- Specified by:
getEntityin classBaseAbstractEditCommand<LocationSpec,LocationVolumeEdit, EditLocationVolumeResult, LocationVolume, Location>
-
getLockEntity
- Specified by:
getLockEntityin classBaseAbstractEditCommand<LocationSpec,LocationVolumeEdit, EditLocationVolumeResult, LocationVolume, Location>
-
fillInResult
- Specified by:
fillInResultin classBaseAbstractEditCommand<LocationSpec,LocationVolumeEdit, EditLocationVolumeResult, LocationVolume, Location>
-
doLock
- Specified by:
doLockin classBaseAbstractEditCommand<LocationSpec,LocationVolumeEdit, EditLocationVolumeResult, LocationVolume, Location>
-
canUpdate
- Overrides:
canUpdatein classBaseAbstractEditCommand<LocationSpec,LocationVolumeEdit, EditLocationVolumeResult, LocationVolume, Location>
-
doUpdate
- Specified by:
doUpdatein classBaseAbstractEditCommand<LocationSpec,LocationVolumeEdit, EditLocationVolumeResult, LocationVolume, Location>
-