|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UpdateRecordEvent
Update record event information.
RecordSetEventHandler.updateRecord(com.wrq.vhi.script.api.UpdateRecordEvent)
Method Summary | |
---|---|
void |
defaultUpdateRecord()
Executes the before update operation, write the fields and then execute the after update operation. |
void |
defaultUpdateRecord(java.util.Map values)
Executes the before update operation, write the fields and then execute the after update operation. |
java.util.Map |
getFieldWriteValues()
Gets the set of fields and associated values to be written. |
void |
writeField(java.lang.String name,
java.lang.String value)
Writes the specified field to the current record on the screen. |
Methods inherited from interface com.wrq.vhi.script.api.RecordSetEvent |
---|
getPageNumber, getRecordSetContext, getRecordSetMetaData, getRecordSetName |
Methods inherited from interface com.wrq.vhi.script.api.EntityEvent |
---|
getEntityName, getTabStops |
Methods inherited from interface com.wrq.vhi.script.api.HostSessionEvent |
---|
getHostSession |
Methods inherited from interface com.wrq.vhi.script.api.ModelEvent |
---|
getClientSession, getCurrentOperation, getCurrentProcedure, getModelContext |
Methods inherited from interface com.wrq.vhi.script.api.Event |
---|
checkForTimeout, createErrorMessage, createErrorMessage, createHostSession, createUserErrorMessage, getEventStack, getHandlerProperty, getLogger, isDesignEnvironment |
Method Detail |
---|
java.util.Map getFieldWriteValues()
defaultUpdateRecord(java.util.Map)
method.
void writeField(java.lang.String name, java.lang.String value) throws ApptrieveException
FieldEventHandler.writeField(com.wrq.vhi.script.api.WriteFieldEvent)
event, if any.
name
- the field namevalue
- the field value
ApptrieveException
void defaultUpdateRecord() throws ApptrieveException
getFieldWriteValues()
will be used.
ApptrieveException
void defaultUpdateRecord(java.util.Map values) throws ApptrieveException
values
- the fields and values to update
ApptrieveException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |