|
SAP Convergent Charging
Java and XML APIs (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.highdeal.pnr.tif.ITransactionField.DateTransactionField
com.highdeal.pnr.tif.ITransactionField.TransactionAccessibleFieldSet.EventDateField
public static final class ITransactionField.TransactionAccessibleFieldSet.EventDateField
Transaction.getDate()| Nested Class Summary |
|---|
| Field Summary | |
|---|---|
static java.lang.Object |
EVENT_DATE_SHIFT
This object is used as a flag to indicate that the value of the fields computed with this transaction fields must be shifted by 1 second in the past. |
| Constructor Summary | |
|---|---|
ITransactionField.TransactionAccessibleFieldSet.EventDateField()
|
|
| Method Summary | |
|---|---|
java.util.Date |
get(ChargedTransactionSet set,
ChargedTransactionSet.ChargedTransactionSetEntry entry,
ChargedTransaction chargedTransaction,
Transaction transaction)
Retrieves, whether from a charged transaction set, a charged transaction set entry,
a charged transaction or a transaction the value of a transaction field and returns it. |
java.lang.Object |
getFlag(ChargedTransactionSet set,
ChargedTransactionSet.ChargedTransactionSetEntry entry,
ChargedTransaction chargedTransaction,
Transaction transaction)
Returns an object to be used as flag for later processing if needed. |
| Methods inherited from class com.highdeal.pnr.tif.ITransactionField.DateTransactionField |
|---|
getType, parseDefaultValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.Object EVENT_DATE_SHIFT
| Constructor Detail |
|---|
public ITransactionField.TransactionAccessibleFieldSet.EventDateField()
| Method Detail |
|---|
public java.util.Date get(ChargedTransactionSet set,
ChargedTransactionSet.ChargedTransactionSetEntry entry,
ChargedTransaction chargedTransaction,
Transaction transaction)
throws ITransactionField.BadFieldException
ITransactionFieldcharged transaction set, a charged transaction set entry,
a charged transaction or a transaction the value of a transaction field and returns it.
set - The charged transaction setentry - The charged transaction set entrychargedTransaction - The charged transactiontransaction - The rated transaction
ITransactionField.MissingMandatoryArgumentException - this exception is thrown if a field, mandatory to retrieve the value of targeted field, is missing.
ITransactionField.BadFieldException - this exception is thrown if failure is not caused by a mandatory field missing or an empty field.
public java.lang.Object getFlag(ChargedTransactionSet set,
ChargedTransactionSet.ChargedTransactionSetEntry entry,
ChargedTransaction chargedTransaction,
Transaction transaction)
throws ITransactionField.BadFieldException
ITransactionField
getFlag in interface ITransactionField<java.util.Date>getFlag in class ITransactionField.DateTransactionFieldset - The charged transaction setentry - The charged transaction set entrychargedTransaction - The charged transactiontransaction - The rated transaction
null if no such flag is needed
ITransactionField.BadFieldException - this exception is thrown if the flag cannot be computed
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||