|
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.StringTransactionField
public abstract static class ITransactionField.StringTransactionField
This abstract class is used to create transaction field with type String.
| Nested Class Summary |
|---|
| Constructor Summary | |
|---|---|
ITransactionField.StringTransactionField()
|
|
| 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.lang.String |
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.StringTransactionField()
| Method Detail |
|---|
public com.highdeal.pnr.domain.TransactionFieldType getType()
ITransactionFieldnull.
getType in interface ITransactionField<java.lang.String>
public java.lang.Object getFlag(ChargedTransactionSet set,
ChargedTransactionSet.ChargedTransactionSetEntry entry,
ChargedTransaction chargedTransaction,
Transaction transaction)
throws ITransactionField.BadFieldException
ITransactionField
getFlag in interface ITransactionField<java.lang.String>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.lang.String 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 | ||||||||