|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.SIRAPRISE.client.jsba.AbstractDBObject
be.SIRAPRISE.client.jsba.AbstractUpdatableDBObject
be.SIRAPRISE.client.jsba.TriggeredDataAction
public final class TriggeredDataAction
Constructor Summary | |
---|---|
TriggeredDataAction()
Creates the TriggeredDataAction |
|
TriggeredDataAction(java.lang.String actionName,
java.lang.String relvarName,
int operationType,
java.lang.String targetRelvarName,
int triggeredOperationType,
boolean bypassAssignmentConstraints,
boolean distinct,
java.lang.String expression)
Creates the TriggeredDataAction |
Method Summary | |
---|---|
java.lang.String |
getActionName()
Gets actionName |
java.lang.String |
getExpression()
Gets expression |
int |
getOperationType()
Gets operationType |
UpdatableDBObject |
getPreUpdateState()
Gets The state of the object as it was built by the J/R bridging engine immediately after the object was created from a database tuple (and which should have been set by/using the setPreUpdateState() method. |
java.lang.String |
getRelvarName()
Gets relvarName |
java.lang.String |
getTargetRelvarName()
Gets targetRelvarName |
java.lang.String |
getTriggereddataactionBypassassgconstraints()
Gets the bypassassgconstraints for triggereddataaction |
java.lang.String |
getTriggereddataactionDataactionname()
Gets the data action name for triggereddataaction |
java.lang.String |
getTriggereddataactionIsdistinct()
Gets the isdistinct for triggereddataaction |
java.lang.String |
getTriggereddataactionOperationtype()
Gets the operationtype for triggereddataaction |
java.lang.String |
getTriggereddataactionRelvarname()
Gets the relvarname for triggereddataaction |
java.lang.String |
getTriggereddataactionSp_expression()
Gets the sp_expression for triggereddataaction |
java.lang.String |
getTriggereddataactionTargetrelvarname()
Gets the targetrelvarname for triggereddataaction |
java.lang.String |
getTriggereddataactionTriggeredoperationtype()
Gets the triggeredoperationtype for triggereddataaction |
int |
getTriggeredOperationType()
Gets triggeredOperationType |
boolean |
isBypassAssignmentConstraints()
Gets bypassAssignmentConstraints |
boolean |
isDistinct()
Gets distinct |
void |
setActionName(java.lang.String actionName)
Sets actionName |
void |
setBypassassgconstraintsFromDB(java.lang.String bypassassgconstraints)
Sets bypassassgconstraints from the DB |
void |
setBypassAssignmentConstraints(boolean bypassAssignmentConstraints)
Sets bypassAssignmentConstraints |
void |
setDataactionnameFromDB(java.lang.String dataactionname)
Sets the data action name from the DB |
void |
setDistinct(boolean distinct)
Sets distinct |
void |
setExpression(java.lang.String expression)
Sets expression |
void |
setIsdistinctFromDB(java.lang.String isdistinct)
Sets isdistinct from the DB |
void |
setOperationType(int operationType)
Sets operationType |
void |
setOperationtypeFromDB(java.lang.String operationtype)
Sets operationtype from the DB |
void |
setPreUpdateState()
This method is called by the J/R bridging engine after an object has been setup from some tuple retrieved from the database. |
void |
setRelvarName(java.lang.String relvarName)
Sets relvarName |
void |
setRelvarnameFromDB(java.lang.String relvarname)
Sets relvarname from the DB |
void |
setSp_expressionFromDB(java.lang.String sp_expression)
Sets sp_expression from the DB |
void |
setTargetRelvarName(java.lang.String targetRelvarName)
Sets targetRelvarName |
void |
setTargetrelvarnameFromDB(java.lang.String targetrelvarname)
Sets targetrelvarname from the DB |
void |
setTriggeredOperationType(int triggeredOperationType)
Sets triggeredOperationType |
void |
setTriggeredoperationtypeFromDB(java.lang.String triggeredoperationtype)
Sets triggeredoperationtype from the DB |
Methods inherited from class be.SIRAPRISE.client.jsba.AbstractUpdatableDBObject |
---|
dbUpdateCommand, dbUpdateCommand |
Methods inherited from class be.SIRAPRISE.client.jsba.AbstractDBObject |
---|
dbAddCommand, dbAddCommand, dbAddCommand, dbAddCommandAll, dbAssertCommand, dbAssertCommand, dbAssertCommand, dbAssertCommandAll, dbDeleteCommand, dbDeleteCommand, dbDeleteCommand, dbDeleteCommandAll, dbUnAssertCommand, dbUnAssertCommand, dbUnAssertCommand, dbUnAssertCommandAll |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TriggeredDataAction()
public TriggeredDataAction(java.lang.String actionName, java.lang.String relvarName, int operationType, java.lang.String targetRelvarName, int triggeredOperationType, boolean bypassAssignmentConstraints, boolean distinct, java.lang.String expression)
actionName
- relvarName
- operationType
- targetRelvarName
- triggeredOperationType
- bypassAssignmentConstraints
- distinct
- expression
- Method Detail |
---|
public final java.lang.String getActionName()
public final java.lang.String getExpression()
public final int getOperationType()
public UpdatableDBObject getPreUpdateState()
UpdatableDBObject
getPreUpdateState
in interface UpdatableDBObject
public final java.lang.String getRelvarName()
public final java.lang.String getTargetRelvarName()
public java.lang.String getTriggereddataactionBypassassgconstraints()
DBObjectToTriggereddataaction
getTriggereddataactionBypassassgconstraints
in interface DBObjectToTriggereddataaction
public java.lang.String getTriggereddataactionDataactionname()
DBObjectToTriggereddataaction
getTriggereddataactionDataactionname
in interface DBObjectToTriggereddataaction
public java.lang.String getTriggereddataactionIsdistinct()
DBObjectToTriggereddataaction
getTriggereddataactionIsdistinct
in interface DBObjectToTriggereddataaction
public java.lang.String getTriggereddataactionOperationtype()
DBObjectToTriggereddataaction
getTriggereddataactionOperationtype
in interface DBObjectToTriggereddataaction
public java.lang.String getTriggereddataactionRelvarname()
DBObjectToTriggereddataaction
getTriggereddataactionRelvarname
in interface DBObjectToTriggereddataaction
public java.lang.String getTriggereddataactionSp_expression()
DBObjectToTriggereddataaction
getTriggereddataactionSp_expression
in interface DBObjectToTriggereddataaction
public java.lang.String getTriggereddataactionTargetrelvarname()
DBObjectToTriggereddataaction
getTriggereddataactionTargetrelvarname
in interface DBObjectToTriggereddataaction
public java.lang.String getTriggereddataactionTriggeredoperationtype()
DBObjectToTriggereddataaction
getTriggereddataactionTriggeredoperationtype
in interface DBObjectToTriggereddataaction
public final int getTriggeredOperationType()
public final boolean isBypassAssignmentConstraints()
public final boolean isDistinct()
public final void setActionName(java.lang.String actionName)
actionName
- The actionName to set.public void setBypassassgconstraintsFromDB(java.lang.String bypassassgconstraints)
TriggereddataactionToDBObject
setBypassassgconstraintsFromDB
in interface TriggereddataactionToDBObject
bypassassgconstraints
- The DB value for bypassassgconstraintspublic final void setBypassAssignmentConstraints(boolean bypassAssignmentConstraints)
bypassAssignmentConstraints
- The bypassAssignmentConstraints to set.public void setDataactionnameFromDB(java.lang.String dataactionname)
TriggereddataactionToDBObject
setDataactionnameFromDB
in interface TriggereddataactionToDBObject
dataactionname
- The DB value for sp_expressionpublic final void setDistinct(boolean distinct)
distinct
- The distinct to set.public final void setExpression(java.lang.String expression)
expression
- The expression to set.public void setIsdistinctFromDB(java.lang.String isdistinct)
TriggereddataactionToDBObject
setIsdistinctFromDB
in interface TriggereddataactionToDBObject
isdistinct
- The DB value for isdistinctpublic final void setOperationType(int operationType)
operationType
- The operationType to set.public void setOperationtypeFromDB(java.lang.String operationtype)
TriggereddataactionToDBObject
setOperationtypeFromDB
in interface TriggereddataactionToDBObject
operationtype
- The DB value for operationtypepublic void setPreUpdateState()
UpdatableDBObject
setPreUpdateState
in interface UpdatableDBObject
public final void setRelvarName(java.lang.String relvarName)
relvarName
- The relvarName to set.public void setRelvarnameFromDB(java.lang.String relvarname)
TriggereddataactionToDBObject
setRelvarnameFromDB
in interface TriggereddataactionToDBObject
relvarname
- The DB value for relvarnamepublic void setSp_expressionFromDB(java.lang.String sp_expression)
TriggereddataactionToDBObject
setSp_expressionFromDB
in interface TriggereddataactionToDBObject
sp_expression
- The DB value for sp_expressionpublic final void setTargetRelvarName(java.lang.String targetRelvarName)
targetRelvarName
- The targetRelvarName to set.public void setTargetrelvarnameFromDB(java.lang.String targetrelvarname)
TriggereddataactionToDBObject
setTargetrelvarnameFromDB
in interface TriggereddataactionToDBObject
targetrelvarname
- The DB value for targetrelvarnamepublic final void setTriggeredOperationType(int triggeredOperationType)
triggeredOperationType
- The triggeredOperationType to set.public void setTriggeredoperationtypeFromDB(java.lang.String triggeredoperationtype)
TriggereddataactionToDBObject
setTriggeredoperationtypeFromDB
in interface TriggereddataactionToDBObject
triggeredoperationtype
- The DB value for triggeredoperationtype
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |