|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChannelRuntimeDAO
DAO Interface for operation on ChannelRuntime
Method Summary | |
---|---|
void |
addChannelRuntime(ChannelRuntime channelRuntime)
Add a new ChannelRuntime instance to persistence layer |
void |
deleteChannelRuntime(ChannelRuntimePK id)
Delete a ChannelRuntime entity by ID |
ChannelRuntime |
getChannelRuntime(ChannelRuntimePK id)
Get ChannelRuntime by ID |
void |
increasePasswordErrorCount(ChannelRuntimePK id)
Increase (+1) password error count in a day for user on a channel. |
void |
increaseTransferedAmount(ChannelRuntimePK id,
java.lang.Double amount)
Increase (+amount) transfered total amount in a day for user on a channel. |
void |
increaseTransferedCount(ChannelRuntimePK id)
Increase (+1) transfered count in a day for user on a channel. |
void |
resetChannelRuntime(ChannelRuntimePK id)
Reset the value of transferedAmount, transferedCount, passwordErrorCount to 0 for user on a channel. |
void |
resetChannelRuntimeAll()
Reset the value of transferedAmount, transferedCount, passwordErrorCount to 0 for all record of ChannelRuntime |
void |
updateChannelRuntime(ChannelRuntime channelRuntime)
Update a persisted ChannelRuntime entity |
Method Detail |
---|
ChannelRuntime getChannelRuntime(ChannelRuntimePK id)
id
- ChannelRuntimePK
void addChannelRuntime(ChannelRuntime channelRuntime)
channelRuntime
- the new entity instancevoid deleteChannelRuntime(ChannelRuntimePK id)
id
- ChannelRuntimePKvoid updateChannelRuntime(ChannelRuntime channelRuntime)
channelRuntime
- the entity instancevoid increaseTransferedAmount(ChannelRuntimePK id, java.lang.Double amount)
id
- amount
- void increaseTransferedCount(ChannelRuntimePK id)
id
- ChannelRuntimePKvoid increasePasswordErrorCount(ChannelRuntimePK id)
id
- ChannelRuntimePKvoid resetChannelRuntime(ChannelRuntimePK id)
id
- ChannelRuntimePKvoid resetChannelRuntimeAll()
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |