|
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
public abstract static class ITransactionField.DateTransactionField
This class is used to create transaction field with type Date.
| Nested Class Summary |
|---|
| Constructor Summary | |
|---|---|
ITransactionField.DateTransactionField()
|
|
| Method Summary | |
|---|---|
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. |
com.highdeal.pnr.domain.TransactionFieldType |
getType()
The type of the transaction field; Transaction field type cannot be null. |
java.util.Date |
parseDefaultValue(java.lang.String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.highdeal.pnr.tif.ITransactionField |
|---|
get |
| Constructor Detail |
|---|
public ITransactionField.DateTransactionField()
| Method Detail |
|---|
public com.highdeal.pnr.domain.TransactionFieldType getType()
ITransactionFieldnull.
getType in interface ITransactionField<java.util.Date>
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>set - 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 computedpublic java.util.Date parseDefaultValue(java.lang.String value)
|
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 | ||||||||