- deleteNonLockedSequenceRow(B2BContext, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
The method deletes the sequence manager row if the state of the row is not LOCKED.
- deletePausedRow(B2BContext, String, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
- deleteSequenceManagerRowsonSrcId(B2BContext, String, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
Used in case of E2E sequencing to delete outbound sequencing rows based on the e2e_src_sequence_id field It also updates the corresponding business message to error based on the src key code.
- deleteSequenceTableRows(B2BContext, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
- deleteSequenceTableRowsBasedOnMsgId(B2BContext, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
- deleteSuspendedRow(B2BContext, String, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
- discardFirstSequenceMessageByTarget(String) - Method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
This method discards/deletes the first messages on the target
- discardFirstSequenceMessageByTarget(String, String) - Method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
This method discards/deletes the first messages on the target and direction
- discardSequencedMessageByMessageId(String) - Method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
This method discards/deletes the messages based on the message id
- discardSequencedMessageByState(String) - Method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
This method discards/deletes the messages based on the state
- discardSequencedMessageByStateAndTarget(String, String) - Method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
This method discards/deletes the messages based on the target and state
- discardSequencedMessageByStateAndTarget(String, String, String) - Method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
This method discards/deletes the messages based on the target, state and direction
- discardSequencedMessageByTarget(String) - Method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
This method discards/deletes the messages based on the target
- discardSequencedMessageByTarget(String, String) - Method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
This method discards/deletes the messages based on the target