Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
I
- IAuthenticationListener - Interface in com.highdeal.cnd.message
-
This interface defines methods called while a connection is authenticated.
- IAuthenticationListener.Reason - Enum Class in com.highdeal.cnd.message
-
This
enumerationlists the possible reasons for themessage authentication exception. - IBatchRatingGroupsAccessor - Interface in com.highdeal.batchgroup
-
This
Java interfacedescribes the Batch Rating Group Accessor. - ICatalogObject - Interface in com.highdeal.pnr.hci
-
This
Java interfacedefines an object which is part of acatalogin master data stored in SAP CC. - IChargingResultHolderException - Interface in com.highdeal.pnr.hci
-
This
Java interfacedefines a method to retrieve acharging result objectin an exception sent by the SAP CC system; consider theknown classesthat implement this interface. - IClearTransaction - Interface in com.highdeal.pnr.tif
-
This
Java interfacedescribes the Transaction Integration Framework (TIF). - IContractBatchRatingGroupAssignmentPolicy - Interface in com.highdeal.batchgroup.contract
-
This
Java interfacedescribes the Contract Batch Rating Group Assignment Policy Framework. - ID - Static variable in class com.highdeal.contract.hci.ChargingContractSearchFilterModel
-
The name of the
criterionthat describes the value of the attribute "id" of the charging contract.
The type of this criteria is astring. - ID - Static variable in class com.highdeal.filter.hci.TableSearchFilterModel
-
The name of the
attribute descriptionthat search for table id}. - ID - Static variable in class com.highdeal.mappingtable.hci.MappingTableClassSearchFilterModel
-
The name of the
attribute descriptionthat searches for mapping table classes by theirids. - ID - Static variable in class com.highdeal.mappingtable.hci.SubscriberMappingTableSearchFilterModel
-
"id": Constant for the name of the
attribute descriptionthat searches for data objects by theirIDs. - ID - Static variable in class com.highdeal.rangetable.hci.RangeTableClassSearchFilterModel
-
The name of the attribute description that search for range table class
id. - ID - Static variable in class com.highdeal.rangetable.hci.SubscriberRangeTableSearchFilterModel
-
The name of the
attribute descriptionthat searches for subscriber range tableID. - ID_RESULT_TYPE - Static variable in class com.highdeal.filter.hci.SearchFilterModel
-
Constant for "ids" result type (value is set to
1) - ID_RESULT_TYPE - Static variable in interface com.highdeal.filter.hci.SearchQueryResult
- ID_TAG_NAME - Static variable in class com.highdeal.rangetable.hci.CreateRangeTableClassResult
- ID_TAG_NAME - Static variable in class com.highdeal.rangetable.hci.CreateSubscriberRangeTableResult
- ID_TAG_NAME - Static variable in class com.highdeal.rangetable.hci.DeleteRangeTableClassOp
-
Constant for ID_TAG_NAME
- ID_TAG_NAME - Static variable in class com.highdeal.rangetable.hci.DeleteRangeTableClassResult
- ID_TAG_NAME - Static variable in class com.highdeal.rangetable.hci.DeleteRangeTableResult
- ID_TAG_NAME - Static variable in class com.highdeal.rangetable.hci.DeleteSubscriberRangeTableOp
- ID_TAG_NAME - Static variable in class com.highdeal.rangetable.hci.DeleteSubscriberRangeTableResult
- ID_TAG_NAME - Static variable in class com.highdeal.rangetable.hci.ModifyRangeTableClassResult
- ID_TAG_NAME - Static variable in class com.highdeal.rangetable.hci.ModifyRangeTableResult
- ID_TAG_NAME - Static variable in class com.highdeal.rangetable.hci.ModifySubscriberRangeTableResult
- IError - Interface in com.highdeal.error
-
This
Java interfacedefines an error in a specific 'module' of the SAP CC software; An error is identified uniquely thanks to amodule nameand anumeric code. - IError.ErrorType - Enum Class in com.highdeal.error
-
This
enumerationdefines the available types or errors, which can be: Permanent error: this error is permanent; it will lead to a failure each time the process is called Temporary error: this error is temporary; the process has to be called again later Correction expected: this error is temporary; but will lead to a failure until correction has not been applied - IErrorException - Interface in com.highdeal.error
-
This
Java interfaceextends the exception concept and the default Java exception mechanisms; It provides error management features associated to the exceptions:cause errorof the exception, related errors in stack. - IExportable<T extends XMLMarshallable> - Interface in com.highdeal.hci
-
This interface is used for object exportable in XMLMarshallable
- IExternalDataSettable - Interface in com.highdeal.cnd.message
-
This
Java interfacedefines the method for setting up or changing the external data that are included in the renew reservation notifications. - IgnorableTagException - Exception in com.highdeal.hci
-
Exception thrown when a tag can be safely ignored in a mapping.
- IgnorableTagException() - Constructor for exception com.highdeal.hci.IgnorableTagException
- ignorableWhitespace(char[], int, int) - Method in class com.highdeal.hci.XMLUnmarshaller
-
This method supports the HCI infrastructure and should not be used directly in your code.
- IHCIOperation - Interface in com.highdeal.hci
-
This
Java interfacerepresents an HCI operation known by the SAP CC system. - ILLEGAL_ARGUMENT - Static variable in exception com.highdeal.pnr.hci.ForbiddenChargeException
-
3: Error when the operation is called with illegal arguments.
- ILLEGAL_ARGUMENT - Static variable in exception com.highdeal.pnr.hci.ForbiddenChargingProcessException
-
3: Constant error when the operation is called with illegal arguments.
- ILLEGAL_IMPLEMENTATION - Static variable in exception com.highdeal.pnr.hci.StatelessPreRatingException
-
Error indicating that internal code detects that the API is used with an implementation of Interfaces or Abstract Classes that is not the SAP Convergent Charging proprietary implementation.
- ILLEGAL_STATE - Enum constant in enum class com.highdeal.hci.InvalidCreationErrorException.InvalidCreationCategory
-
"illegalState": The operation request is valid but was rejected because of the master data state in the SAP CC system which prevents the execution of the request; The request will not succeed without a required manual change of the SAP CC system.
- ILLEGAL_STATE - Enum constant in enum class com.highdeal.hci.InvalidDeletionErrorException.InvalidDeletionCategory
-
The request is valid but was rejected because of the master data state in the system which prevents the execution of the request.
- ILLEGAL_STATE - Enum constant in enum class com.highdeal.hci.InvalidMaintainErrorException.InvalidMaintainCategory
-
The request is valid but was rejected because of the master data state in the system which prevents the execution of the request.
- ILLEGAL_STATE - Enum constant in enum class com.highdeal.hci.InvalidModificationErrorException.InvalidModificationCategory
-
The request is valid but was rejected because of the master data state in the SAP CC system which prevents the execution of the request.
- IMappingTableMaintainOperation - Interface in com.highdeal.mappingtable.hci
-
This
Java interfacedefinesdefault Java accessorsfor managing mapping tables; Consider theknown classesthat implement this interface. - IMonitorSpendingStatusResultListener - Interface in com.highdeal.cnd.message
-
This
Java interfacehas to be implemented by the caller of theAsyncStatefulServiceClient.monitorSpendingStatus(String, byte, String, String[], int, IMonitorSpendingStatusResultListener)method for processing results and exceptions. - IMonitorSpendingStatusResultListener.ISpendingStatusMonitoringResult - Interface in com.highdeal.cnd.message
-
This
Java interfaceprovides data of the result of spending status monitoring. - IMonitorSpendingStatusResultListener.MonitoringAction - Enum Class in com.highdeal.cnd.message
-
This
enumerationlists the possible actions: no action, created, changed, or canceled. - IMPORT - Enum constant in enum class com.highdeal.hci.HCIClientOperation.HCIOperation
- IMPORT_CURRENCIES - Enum constant in enum class com.highdeal.hci.HCIClientOperation.HCIOperation
- IMPORT_PUBLIC_HOLIDAYS - Enum constant in enum class com.highdeal.hci.HCIClientOperation.HCIOperation
- IMPORT_SUBSCRIBER_DATA - Enum constant in enum class com.highdeal.hci.HCIClientOperation.HCIOperation
- ImportCurrenciesOp - Class in com.highdeal.pnr.hci
-
This operation gives the possibility to import currencies to SAP CC.
- ImportCurrenciesOp() - Constructor for class com.highdeal.pnr.hci.ImportCurrenciesOp
- ImportCurrenciesResult - Class in com.highdeal.pnr.hci
-
This class represents the result of the
Import Currencies operation. - ImportCurrenciesResult() - Constructor for class com.highdeal.pnr.hci.ImportCurrenciesResult
- ImportOp - Class in com.highdeal.pnr.hci
-
This operation allows to import a
pnrObjectSet. - ImportOp() - Constructor for class com.highdeal.pnr.hci.ImportOp
-
Creates an empty operation.
- ImportPublicHolidaysOp - Class in com.highdeal.calendar.hci
-
This operation allows you to import the
public holidays. - ImportPublicHolidaysOp() - Constructor for class com.highdeal.calendar.hci.ImportPublicHolidaysOp
-
Creates an empty operation.
- ImportPublicHolidaysResult - Class in com.highdeal.calendar.hci
-
This class represents the result of the
Import Public Holidays operation. - ImportPublicHolidaysResult() - Constructor for class com.highdeal.calendar.hci.ImportPublicHolidaysResult
-
Creates an empty result.
- ImportResult - Class in com.highdeal.pnr.hci
-
This class represents the result of the
Import operation. - ImportResult() - Constructor for class com.highdeal.pnr.hci.ImportResult
-
Builds an empty operation.
- ImportSubscriberDataOp - Class in com.highdeal.pnr.hci
-
This operation enables to import a
subscriber datathat includes master data for an end customer of a service provider. - ImportSubscriberDataOp() - Constructor for class com.highdeal.pnr.hci.ImportSubscriberDataOp
-
Builds an empty
ImportSubscriberDataOpoperation - ImportSubscriberDataResult - Class in com.highdeal.pnr.hci
-
This class represents the result of the
Import Subscriber Data operation. - ImportSubscriberDataResult() - Constructor for class com.highdeal.pnr.hci.ImportSubscriberDataResult
-
Builds an empty
ImportSubscriberDataResultresult. - IN_PROPERTY_MAPPING - Static variable in class com.highdeal.pnr.hci.MacroComponentModel
- IN_PROPERTY_NAME - Static variable in class com.highdeal.pnr.hci.PreTierTableComponentModel
- InAttributeModel - Class in com.highdeal.pnr.hci
-
This class represents an input attribute of a translation table and contains a name and a description.
- InAttributeModel() - Constructor for class com.highdeal.pnr.hci.InAttributeModel
-
Constructs an empty input attribute model.
- InAttributeModel(String, String) - Constructor for class com.highdeal.pnr.hci.InAttributeModel
-
Constructs an input attribute with a name, and a description.
- includedRecurringPeriodStopDate - Static variable in class com.highdeal.pnr.tif.TransactionFieldBook
-
tf_includedRecurringPeriodStopDate_xlst using type
Date - IncludedRecurringPeriodStopDateField() - Constructor for class com.highdeal.pnr.tif.ITransactionField.TransactionAccessibleFieldSet.IncludedRecurringPeriodStopDateField
- includeManagedByCockpit() - Method in class com.highdeal.pnr.hci.SearchPricingMacroOp
-
Returns whether the search scope includes the pricing macros managed by Cockpit or not.
- INCLUSIVE - Enum constant in enum class com.highdeal.rangetable.hci.RangeTableClassModel.RangeBound
- INCOMPATIBLE - Static variable in exception com.highdeal.pnr.hci.UnlockSubscriptionException
- INCOMPATIBLE_CONFIGURATION - Enum constant in enum class com.highdeal.hci.InvalidCreationErrorException.InvalidCreationCategory
-
"incompatibleConfiguration": The configuration of the SAP CC system is not compatible with the master data you want to create.
- INCOMPATIBLE_CONFIGURATION - Enum constant in enum class com.highdeal.hci.InvalidMaintainErrorException.InvalidMaintainCategory
-
The configuration of the SAP CC system is not compatible with the master data.
- INCOMPATIBLE_CONFIGURATION - Enum constant in enum class com.highdeal.hci.InvalidModificationErrorException.InvalidModificationCategory
-
The configuration of the SAP CC system is not compatible with the master data.
- INCOMPATIBLE_CONFIGURATION - Static variable in exception com.highdeal.hci.ServerFailureException
-
2: Reason code when the server system cannot load its configuration due to out of rank parameter values or missing parameter values
- INCOMPATIBLE_CURRENCIES - Static variable in exception com.highdeal.pnr.hci.CleanupException
-
5: Constant for
incompatibleCurrencieserror - INCOMPATIBLE_CURRENCIES - Static variable in exception com.highdeal.pnr.hci.ForbiddenChargeException
-
5: Error when the operation fails because the transaction generated by the execution of the price plan has a currency incompatible with the currency of the prepaid account or the credit limit balance to be charged.
- INCOMPATIBLE_CURRENCIES - Static variable in exception com.highdeal.pnr.hci.ForbiddenChargingProcessException
-
5: Constant error when the operation fails because the transaction generated by the price plan has a currency incompatible with the currency of the charged prepaid account or the charged credit limit balance.
- INCOMPATIBLE_CURRENCIES - Static variable in exception com.highdeal.pnr.hci.InvalidItemException
-
5: Error when currencies are not compatible; This kind of error happens when there is a mismatch between the currency of the account and the currency declared at the charge level.
- INCOMPATIBLE_CURRENCIES - Static variable in exception com.highdeal.pnr.hci.PostRateException
-
Constant for
incompatibleCurrencieserror. - INCOMPATIBLE_FILTER - Static variable in exception com.highdeal.pnr.hci.RerateBulkException
-
Indicates that the specified filter is not supported by the rerate operation.
- INCOMPATIBLE_OPERAND - Static variable in exception com.highdeal.filter.hci.InvalidBulkModificationException
-
2: The operand type is not compatible with attribute type.
- INCOMPATIBLE_OVERRUN_ACCOUNT_CURRENCY - Static variable in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- INCOMPATIBLE_RESET_CURRENCY - Static variable in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- INCOMPATIBLE_SERIALIZER_VERSION - Static variable in exception com.highdeal.pnr.hci.StatelessContextSerializationException
-
Reason indicating that the byte array to unserialize has a bad version number (for example, a version greater or incompatible with the version of the used
StatelessContextSerializer). - IncompatibleCurrenciesException - Exception in com.highdeal.currency
-
Exception can be raised if the
currenciesare incompatible. - IncompatibleCurrenciesException() - Constructor for exception com.highdeal.currency.IncompatibleCurrenciesException
- incompatibleIntanceType - Enum constant in enum class com.highdeal.admin.hci.InvalidInstanceException.Reason
- IncompatibleOperationException - Exception in com.highdeal.hci
-
Generic exception thrown when the operation is invalid in the context.
- IncompatibleOperationException() - Constructor for exception com.highdeal.hci.IncompatibleOperationException
-
Constructs an empty exception.
- IncompatibleOperationException(String) - Constructor for exception com.highdeal.hci.IncompatibleOperationException
- incompatibleOverrunAccountCurrency(String, String, String, String, String) - Static method in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- incompatibleResetCurrency(String, String, String, String) - Static method in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- INCOMPLETE_STATUS - Static variable in class com.highdeal.admin.hci.ActivateAllResult
- INCOMPLETE_STATUS - Static variable in class com.highdeal.admin.hci.CleanupAllResult
- INCOMPLETE_STATUS - Static variable in class com.highdeal.admin.hci.PurgeAllowancesResult
-
0: Constant for the overall execution status when the processing was incomplete
- INCOMPLETE_STATUS - Static variable in class com.highdeal.admin.hci.StopActivationResult
- INCOMPLETE_STATUS - Static variable in class com.highdeal.admin.hci.StopCleanupResult
- INCOMPLETE_STATUS - Static variable in class com.highdeal.admin.hci.StopPurgeAllowancesResult
- INCOMPLETE_STATUS - Static variable in class com.highdeal.pnr.hci.RerateBulkResult
- INCREMENT - Enum constant in enum class com.highdeal.pnr.hci.DistributedCounterOperationType
-
Constant for increment type counter.
- INCREMENTAL - Enum constant in enum class com.highdeal.admin.hci.RefreshSharedAllowanceCacheOp.RefreshSharedAllowanceCacheMode
- IndicatorPersistentAccessException - Exception in com.highdeal.admin.hci
-
Exception thrown when trying to access the value of a parameter that does not exist.
- IndicatorPersistentAccessException() - Constructor for exception com.highdeal.admin.hci.IndicatorPersistentAccessException
- IndicatorPersistentAccessException(String) - Constructor for exception com.highdeal.admin.hci.IndicatorPersistentAccessException
-
Creates an IndicatorPersistentAccessException initialized with a parameter name.
- INFORM - Enum constant in enum class com.highdeal.notification.NotificationLevel
-
Level for informing notifications
- informStartContractCollectionRerating(String, short, long, Date, List<Long>, BatchChargeEventListener) - Method in class com.highdeal.cnd.message.AsyncBatchServiceClient
-
Starts the rerating of a collection of charging contracts.
- informStartContractCollectionRerating(String, short, Date, List<Long>, BatchChargeEventListener) - Method in class com.highdeal.cnd.message.AsyncBatchServiceClient
-
Deprecated.
- informStartSubscriptionRerating(String, long, Date, short, long, AccessibleChargeType, BatchChargeEventListener) - Method in class com.highdeal.cnd.message.AsyncBatchServiceClient
-
Starts the rerating of a subscription or charging contract.
- informStartSubscriptionRerating(String, long, Date, short, AccessibleChargeType, BatchChargeEventListener) - Method in class com.highdeal.cnd.message.AsyncBatchServiceClient
-
Deprecated.
- informStopSubscriptionRerating(String, long, Date, Date, short, long, AccessibleChargeType, BatchChargeEventListener) - Method in class com.highdeal.cnd.message.AsyncBatchServiceClient
-
Stops the rerating of a subscription or charging contract.
- informStopSubscriptionRerating(String, long, Date, Date, short, AccessibleChargeType, BatchChargeEventListener) - Method in class com.highdeal.cnd.message.AsyncBatchServiceClient
-
Deprecated.
- informUnlockSubscription(String, long, Date, Date, short, BatchChargeEventListener) - Method in class com.highdeal.cnd.message.AsyncBatchServiceClient
-
Deprecated.
- INHERITANCE_BROADCASTING_FAILURE - Static variable in exception com.highdeal.filter.hci.InvalidBulkModificationException
-
8: Inheritance broadcasting failure exception.
- inheritedContext() - Method in class com.highdeal.pnr.hci.ChargingPlanModel
- inheritedContext() - Method in interface com.highdeal.pnr.hci.ContextualNode
-
Gets the inherited context; The context description contains all the context properties.
- inheritedContext() - Method in class com.highdeal.pnr.hci.CreditLimitBalanceModel
- inheritedContext() - Method in class com.highdeal.pnr.hci.ExternalAccountModel
- inheritedContext() - Method in class com.highdeal.pnr.hci.PrepaidAccountModel
- inheritedContext() - Method in class com.highdeal.pnr.hci.PricePlanModel
-
Gets the inherited context.
- inheritedContext() - Method in class com.highdeal.pnr.hci.PricingMacroModel
- inheritedContext() - Method in class com.highdeal.pnr.hci.RateComponentModel
- inheritedContext() - Method in class com.highdeal.pnr.hci.RateModel
-
Gets the inherited context.
- inheritedContext() - Method in class com.highdeal.pnr.hci.UsageChargeModel
- init(URL...) - Method in class com.highdeal.hci.http.HttpMessageSenderFactory
-
Initializes an
HttpMessageSenderFactoryfrom the list ofURLsof the dispatcher instance(s) of the distant SAP CC system. - init(URL...) - Method in class com.highdeal.hci.MessageSenderFactory
-
Initializes a
MessageSenderFactoryfrom the URL of a dispatcher instance of the distant SAP CC system. - init(Properties) - Method in class com.highdeal.hci.http.HttpMessageSenderFactory
-
Initializes an
HttpMessageSenderFactorywith properties. - init(Properties) - Method in class com.highdeal.hci.MessageSenderFactory
-
Initializes a
MessageSenderFactoryfrom a set of properties. - initAddress(String, int) - Static method in class com.highdeal.admin.hci.ServiceInfo.Address
- initialize() - Method in interface com.highdeal.admin.hci.StartStopPlugin
-
Initialize method is called after the server came online
- initialize(IParameterValueProvider) - Method in interface com.highdeal.pnr.tif.ITransactionProcessor
-
Invoked at startup of the SAP CC system to initialize the transaction processor.
- initialize(IParameterValueProvider) - Method in interface com.highdeal.pnr.tif.TransactionProcessor
-
Deprecated.Initializes the transaction processor; This method is called at launch time of the SAP CC system.
- initialize(List<Tax.TaxationModule>, Properties) - Method in class com.highdeal.tax.hci.TaxHelper
-
Initializes the tax framework(s).
- initialize(Properties) - Method in interface com.highdeal.pnr.tif.ReclearSession
-
Initializes the transaction processor with some properties; This method is called by the SAP CC system at startup time.
- inMacro - Enum constant in enum class com.highdeal.pnr.hci.RateComponentType
-
IN_MACRO = 27
- InMacroComponentModel - Class in com.highdeal.pnr.hci
-
This class represents a rate component which runs a pricing macro as an in-component.
- InMacroComponentModel() - Constructor for class com.highdeal.pnr.hci.InMacroComponentModel
- InMacroPropertyModel - Class in com.highdeal.pnr.hci
-
This class represents an input property of a macro and contains a name, a description and the required type of the property.
- InMacroPropertyModel() - Constructor for class com.highdeal.pnr.hci.InMacroPropertyModel
-
Constructs an empty input property model.
- InMacroPropertyModel(String, String, int) - Constructor for class com.highdeal.pnr.hci.InMacroPropertyModel
-
Constructs an input property with a name, a description and a type.
- insert(CatalogEntryModel, int) - Method in class com.highdeal.catalog.hci.CatalogEntryModel
-
Inserts a child entry at a specified position.
- INSTANCE - Static variable in class com.highdeal.hci.EntityUnresolver
-
An instance of Entity Unresolver which is thread safe.
- INSTANCE_DOWN - Static variable in class com.highdeal.notification.NotifBook
-
Description of the notification 'INSTANCE_DOWN'.
- INSTANCE_ID - Static variable in exception com.highdeal.admin.hci.StandbyException
-
The XML attribute name for the instance identifier.
- INSTANCE_ID - Static variable in class com.highdeal.admin.hci.StandbyInstance
-
The XML attribute name of the instance identifier.
- INSTANCE_ID - Static variable in class com.highdeal.hci.UserOperationSearchFilterModel
-
Name of the
criteriawhich describes the value of the attributeUserOperationModel.getInstanceId()attribute of theUserOperationModel.
The type of this criteria is astring. - INSTANCE_TYPE - Static variable in class com.highdeal.admin.hci.FileToBulkLoad
-
Mapping for the instance type: "instanceType"
- INSTANCE_UP - Static variable in class com.highdeal.notification.NotifBook
-
Description of the notification 'INSTANCE_UP'.
- InstanceId - Class in com.highdeal.admin.hci
-
This
Java classrepresents a classification for the instances in a deployed SAP CC Core Server system; This classification identifies a system instance by aninstance typeassociated to a number that identifies the instances of the same type. - InstanceInfo - Interface in com.highdeal.admin.hci
-
This
Java interfacerepresents the interface of the instance information; Consider theInstanceInfoImplclass. - InstanceInfoImpl - Class in com.highdeal.admin.hci
-
This class represents an instance information that includes the communication settings of a server instance of the connected SAP CC Core Server system; It contains the configuration of the different technical interfaces that are enabled.
- InstanceInfoImpl() - Constructor for class com.highdeal.admin.hci.InstanceInfoImpl
-
Builds an empty
InstanceInfoinstance. - InstanceInfoImpl(InstanceId, String) - Constructor for class com.highdeal.admin.hci.InstanceInfoImpl
-
Initializes a new
InstanceInfoinstance with its parameters. - InstanceMap - Class in com.highdeal.admin.hci
-
This
Java classrepresents the current instance map of an SAP CC system; It is a named set ofInstanceInfodescribing all the instances working for the same SAP CC Core Server system. - InstanceMap() - Constructor for class com.highdeal.admin.hci.InstanceMap
-
Initializes a new
InstanceMapinstance without any InstanceInfo; This instance map must be initialized using the fact it is anXMLMarshallable. - InstanceMap(String, Date, List<InstanceInfo>) - Constructor for class com.highdeal.admin.hci.InstanceMap
-
Builds a new
InstanceMapinstance from a list ofInstanceInfo. - InstanceProperty - Class in com.highdeal.admin.hci
-
This class represents an instance property that is the between a key instance property and its value.
- InstanceProperty() - Constructor for class com.highdeal.admin.hci.InstanceProperty
-
InstanceProperty default constructor
- InstanceProperty(String, String) - Constructor for class com.highdeal.admin.hci.InstanceProperty
-
Builds a new
InstancePropertyfrom a name and a string value - InstanceStatus - Class in com.highdeal.admin.hci
-
This
Java classrepresents an instance status that describes the running status (on, off, waiting) of a specific instance of the SAP CC system; It contains a list ofinstance properties. - InstanceStatus() - Constructor for class com.highdeal.admin.hci.InstanceStatus
-
InstanceStatus default constructor
- InstanceStatus(InstanceId, InstanceInfo) - Constructor for class com.highdeal.admin.hci.InstanceStatus
- InstanceType - Enum Class in com.highdeal.admin.hci
-
This
enumerationlists the predefined types of instances that form an SAP CC system (Core Server, BART Server); The type information may be usedto identify a particular instancein an SAP CC system. - INTER_INSTANCE_COMMUNICATION_FAILURE - Static variable in exception com.highdeal.hci.ServerFailureException
-
500: Reason code for networking/communication issues between rater, backups, and updater instances
- intermediate - Enum constant in enum class com.highdeal.pnr.hci.RateComponentType.RateComponentCategory
-
Represents an intermediate rate component of the tree (neither a root nor a leaf)
- INTERNAL - Enum constant in enum class com.highdeal.admin.hci.ServiceInfo.ServiceInfoType
-
The technical key name for the internal communication (inter-instance in an SAP system).
- INTERNAL - Enum constant in enum class com.highdeal.pnr.hci.DetailCategory
- INTERNAL_CHARGE - Enum constant in enum class com.highdeal.pnr.tif.ChargedTransactionSet.ChargeType
- INTERNAL_ENUMERATION - Static variable in interface com.highdeal.pnr.hci.RatingContextDescription
-
A possible value for
RatingContextDescription.ENUMERATION_TYPE - INTERNAL_ERROR - Static variable in exception com.highdeal.filter.hci.InvalidBulkModificationException
-
-1: Other internal reasons.
- INTERNAL_ERROR - Static variable in exception com.highdeal.filter.hci.InvalidSearchException
-
-1: Other internal reasons.
- INTERNAL_ERROR - Static variable in exception com.highdeal.pnr.hci.TransactionClearingException
-
-1: Other internal reasons
- INTERNAL_ERROR - Static variable in exception com.highdeal.pnr.tif.TransactionProcessorFailureException
-
-1: Other internal reason codes
- INTERNAL_ERROR - Static variable in exception com.highdeal.tax.hci.InvalidTaxException
-
-1: Other internal reasons.
- internalAddChild(String, XMLMarshallable) - Method in class com.highdeal.pnr.hci.DefaultChargeActionModel
- internalAddChild(String, XMLMarshallable) - Method in class com.highdeal.pnr.hci.InternalChargeActionModel
- internalChargeAction - Enum constant in enum class com.highdeal.pnr.hci.RateComponentType
-
INTERNAL_CHARGE_ACTION = 35
- InternalChargeActionModel - Class in com.highdeal.pnr.hci
-
This class represents the action of charging on an internal charging reference following a charging mode.
- InternalChargeActionModel() - Constructor for class com.highdeal.pnr.hci.InternalChargeActionModel
- internalMarshal(XMLOutputter) - Method in class com.highdeal.pnr.hci.DefaultChargeActionModel
- internalMarshal(XMLOutputter) - Method in class com.highdeal.pnr.hci.InternalChargeActionModel
- InternalNotification - Class in com.highdeal.notification
-
This class represents an internal notification sent by the SAP CC system; An internal notification message relates to an event exceptional or not that took place in an instance of the SAP CC system and that must be handled by a mediation system (from the
generated rated transactionsincluded in the answers of the charging operation requests), but not by an external system. - InternalNotification() - Constructor for class com.highdeal.notification.InternalNotification
-
Empty constructor
- InternalNotification(String, String, long, NotificationDescription, Object[], Object[]) - Constructor for class com.highdeal.notification.InternalNotification
-
Initializes an internal notification with the identifier of the system instance where the event took place, the date when it occurred, a
predefined descriptionof what happened and a list of arguments to provide specific complementary information about the event. - InternalNotification.ArgListType - Enum Class in com.highdeal.notification
- InternalNotification.ArgType - Enum Class in com.highdeal.notification
- INTERRUPTED_TIMEOUT_COMMUNICATION - Static variable in exception com.highdeal.cnd.message.CommunicationFailureException
-
3: Failure when the comunication has been interrupted due to timeout specified by the
charging clientin your client application. - intValue() - Method in enum class com.highdeal.cnd.message.ISessionDefaultAttributeHolder.TransactionSelectionCriteria
- invalid - Enum constant in enum class com.highdeal.pnr.hci.InvalidSubscriberDataExportErrorException.InvalidSubscriberDataExportCategory
-
The arguments specified in the
export operationare invalid. - invalid - Enum constant in enum class com.highdeal.pnr.hci.InvalidSubscriberDataImportErrorException.InvalidSubscriberDataImportCategory
-
The arguments specified in the
import operationare invalid. - INVALID - Enum constant in enum class com.highdeal.hci.InvalidCreationErrorException.InvalidCreationCategory
-
"invalid": The master data is invalid.
- INVALID - Enum constant in enum class com.highdeal.hci.InvalidDeletionErrorException.InvalidDeletionCategory
-
The master data is invalid.
- INVALID - Enum constant in enum class com.highdeal.hci.InvalidMaintainErrorException.InvalidMaintainCategory
-
The master data is invalid.
- INVALID - Enum constant in enum class com.highdeal.hci.InvalidModificationErrorException.InvalidModificationCategory
-
The master date is invalid.
- INVALID - Static variable in exception com.highdeal.hci.InvalidCreationException
-
2: Constant for an invalid creation exception reason
- INVALID - Static variable in exception com.highdeal.hci.InvalidExportException
-
Constant for a invalid exception reason.
- INVALID - Static variable in exception com.highdeal.hci.InvalidImportException
-
0: Constant for an invalid exception reason
- INVALID - Static variable in exception com.highdeal.hci.InvalidInitializationException
-
2: constant for an 'invalid creation' exception reason
- INVALID - Static variable in exception com.highdeal.hci.InvalidModificationException
- INVALID - Static variable in exception com.highdeal.pnr.hci.ExportableItemMappingException
- INVALID - Static variable in exception com.highdeal.pnr.hci.RerateBulkException
-
Indicates that the rerate operation is invalid (from date is missing).
- INVALID - Static variable in exception com.highdeal.pnr.hci.UnlockChargingContractException
-
1: Constant indicating that the operation is invalid (provider contract ID is missing)
- INVALID - Static variable in exception com.highdeal.pnr.hci.UnlockSubscriptionException
- INVALID_ACCESS - Enum constant in enum class com.highdeal.pnr.hci.AcquisitionException.AcquisitionExceptionReason
-
2: Error when one of the access information subelements specified in the operation request (service identifier (SID), user service-identifier (USID), or consumption date) is empty.
- INVALID_ACCOUNT - Static variable in exception com.highdeal.pnr.hci.ForbiddenChargeException
-
Deprecated.Revoked: the value 16 and this field label (INVALID_ACCOUNT) are not used anymore.
- INVALID_ACCOUNT - Static variable in exception com.highdeal.pnr.hci.ForbiddenChargingProcessException
-
Deprecated.Do not remove this reason for compatibility with
ForbiddenChargeException - INVALID_ACCOUNT_CURRENCY - Static variable in exception com.highdeal.pnr.hci.TransactionClearingException
-
Deprecated.Not used anymore
- INVALID_ACCOUNT_CURRENCY - Static variable in exception com.highdeal.pnr.tif.TransactionProcessorFailureException
-
Deprecated.Do not remove this reason for compatibility with
ForbiddenChargeException - INVALID_ACCOUNT_TAX_INFO - Enum constant in enum class com.highdeal.pnr.hci.InvalidAccountInitializationException.InvalidAccountInitializationType
- INVALID_ADDITIONAL_INFO - Static variable in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- INVALID_ATTRIBUTE_NAME - Static variable in exception com.highdeal.filter.hci.InvalidBulkModificationException
-
0: Constant for the modification attribute description name is invalid.
- INVALID_BLOCKED_STATE_DATE - Enum constant in enum class com.highdeal.pnr.hci.InvalidAccountInitializationException.InvalidAccountInitializationType
- INVALID_BLOCKED_STATE_DATE - Static variable in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- INVALID_CERTIFICATE - Static variable in exception com.highdeal.hci.AuthenticationFailedException
-
15: Constant for the
invalid_certificateerror - INVALID_CHARGEABLE_ITEM - Enum constant in enum class com.highdeal.pnr.hci.AcquisitionException.AcquisitionExceptionReason
-
3: Error when the chargeable item to acquire is not specified in the operation request or its name is empty.
- INVALID_CHARGED_ITEM_CLASS - Static variable in exception com.highdeal.pnr.hci.TransactionClearingException
-
15: Charged item class is invalid
- INVALID_CHARGED_ITEM_CLASS - Static variable in exception com.highdeal.pnr.tif.TransactionProcessorFailureException
-
15: Charged item class is invalid
- INVALID_CHARGED_ITEM_MAPPING - Static variable in exception com.highdeal.pnr.hci.TransactionClearingException
-
Deprecated.Not used anymore
- INVALID_CHARGED_ITEM_MAPPING - Static variable in exception com.highdeal.pnr.tif.TransactionProcessorFailureException
-
Deprecated.Not used anymore
- INVALID_CHARGING_CONTRACT_OID - Static variable in exception com.highdeal.pnr.hci.ActivateException
-
11: Constant for
invalidChargingContractOiderror. - INVALID_CLAIM - Static variable in exception com.highdeal.hci.AuthenticationFailedException
-
13: Constant for the
invalid_claimerror - INVALID_CONSTRAINT - Static variable in exception com.highdeal.filter.hci.InvalidSearchException
-
1: The search attribute description constraint is invalid.
- INVALID_CONTEXT - Static variable in exception com.highdeal.pnr.hci.ActivateException
-
Constant for
invalidContexterror. - INVALID_CREDIT_LIMIT_BALANCE_AMOUNT - Enum constant in enum class com.highdeal.pnr.hci.InvalidAccountInitializationException.InvalidAccountInitializationType
- INVALID_CREDIT_LIMIT_BALANCE_AMOUNT - Static variable in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- INVALID_CREDIT_LIMIT_BALANCE_CURRENCY - Enum constant in enum class com.highdeal.pnr.hci.InvalidAccountInitializationException.InvalidAccountInitializationType
- INVALID_CREDIT_LIMIT_BALANCE_CURRENCY - Static variable in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- INVALID_CREDIT_LIMIT_BALANCE_RESET_RECURRENCE - Enum constant in enum class com.highdeal.pnr.hci.InvalidAccountInitializationException.InvalidAccountInitializationType
- INVALID_CREDIT_LIMIT_BALANCE_RESET_RECURRENCE - Static variable in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- INVALID_DATA - Static variable in exception com.highdeal.pnr.hci.StatelessContextSerializationException
-
Reason indicating that the given byte array for unserialization has an invalid format that obstructs to read it properly.
- INVALID_DEFAULT_RESOLUTION - Static variable in exception com.highdeal.pnr.hci.PreRateException
-
Constant for
invalidDefaultResolutionerror. - INVALID_DEFAULT_RESOLUTION - Static variable in exception com.highdeal.pnr.hci.StartRateException
-
The resolution is not valid.
- INVALID_DELEGATION - Static variable in exception com.highdeal.hci.AuthenticationFailedException
-
16: Constant for the
invalid_delegationerror - INVALID_EXTERNAL_ACCOUNT_CREDITOR_ID - Static variable in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- INVALID_EXTERNAL_ACCOUNT_CURRENCY - Enum constant in enum class com.highdeal.pnr.hci.InvalidAccountInitializationException.InvalidAccountInitializationType
- INVALID_EXTERNAL_ACCOUNT_CURRENCY - Static variable in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- INVALID_EXTERNAL_ACCOUNT_DEBTOR_ID - Static variable in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- INVALID_EXTERNAL_ACCOUNT_TAX_INFO - Static variable in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- INVALID_HOLIDAY_CONFIGURATION - Static variable in exception com.highdeal.calendar.hci.InvalidHolidayException
-
1: Reason used when a
HolidayModelis not properly configured. - INVALID_HOLIDAY_GROUP_DESCRIPTION - Static variable in exception com.highdeal.calendar.hci.InvalidHolidayException
-
4: Reason used when a holiday group description is not properly configured.
- INVALID_HOSTNAME - Static variable in exception com.highdeal.admin.hci.FetchClientStatisticsException
-
0: Constant when the hostname specified in the
FetchClientStatisticsOpoperation is invalid. - INVALID_LOCKED_STATE_DATE - Enum constant in enum class com.highdeal.pnr.hci.InvalidAccountInitializationException.InvalidAccountInitializationType
- INVALID_LOCKED_STATE_DATE - Static variable in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- INVALID_LOGIN_OR_PASSWORD - Enum constant in enum class com.highdeal.cnd.message.IAuthenticationListener.Reason
-
Login or password are invalid
- INVALID_LOGIN_OR_PASSWORD - Static variable in exception com.highdeal.hci.AuthenticationFailedException
-
0: Constant for the
invalid_login_or_passworderror - INVALID_NAME - Static variable in exception com.highdeal.filter.hci.InvalidSearchException
-
0: The search attribute description name is invalid.
- INVALID_OPERATOR - Static variable in exception com.highdeal.filter.hci.InvalidBulkModificationException
-
1: Modification operator is not valid according to attribute type.
- INVALID_PERMISSION - Static variable in exception com.highdeal.hci.AuthenticationFailedException
-
4: Constant for the
invalid_permissionerror - INVALID_PORT - Static variable in exception com.highdeal.admin.hci.FetchClientStatisticsException
-
The port specified in the
FetchClientStatisticsOpoperation is invalid. - INVALID_PRECISION - Static variable in exception com.highdeal.pnr.hci.CannotInverseException
-
Constant for
invalidPrecisionerror. - INVALID_PREPAID_ACCOUNT_CLIPPING_LIMIT - Static variable in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- INVALID_PREPAID_ACCOUNT_CURRENCY - Enum constant in enum class com.highdeal.pnr.hci.InvalidAccountInitializationException.InvalidAccountInitializationType
- INVALID_PREPAID_ACCOUNT_CURRENCY - Static variable in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- INVALID_PREPAID_ACCOUNT_OVERRUN_LINK - Static variable in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- INVALID_PREPAID_ACCOUNT_TAX_INFO - Static variable in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- INVALID_PROPERTY_VALUE - Static variable in exception com.highdeal.pnr.hci.InvalidItemException
-
7: Error when a property of the rating context has an invalid value.
- INVALID_REFILL_RECORD_CLASS - Static variable in exception com.highdeal.pnr.hci.TransactionClearingException
-
18: Refill record class is invalid
- INVALID_REFILL_RECORD_CLASS - Static variable in exception com.highdeal.pnr.tif.TransactionProcessorFailureException
-
18: Refill record class is invalid
- INVALID_RESERVATION_SESSION_ID - Static variable in exception com.highdeal.pnr.hci.TransactionClearingException
-
Deprecated.Not used anymore
- INVALID_RESERVATION_SESSION_ID - Static variable in exception com.highdeal.pnr.tif.TransactionProcessorFailureException
-
Deprecated.Do not remove this reason for compatibility with
ForbiddenChargeException - INVALID_RESERVATION_UID - Static variable in exception com.highdeal.pnr.hci.PostRateException
-
Constant for
invalidReservationUIDerror. - INVALID_RESERVATION_UID - Static variable in exception com.highdeal.pnr.hci.PreRateException
-
Constant for
invalidReservationUIDerror. - INVALID_RESOLUTION - Static variable in exception com.highdeal.pnr.hci.PostRateException
-
Constant for
invalidResolutionerror. - INVALID_RESOLUTION - Static variable in exception com.highdeal.pnr.hci.StatelessPreRatingException
-
Error indicating that an invalid resolution is used in
StatelessServiceClient.statelessPostRate(long, StatelessPreRatingContext, int, boolean, ChargeableItem)method. - INVALID_RESOLUTION - Static variable in exception com.highdeal.pnr.hci.StopRateException
-
The resolution code isn't a valid one.
- INVALID_RESULT_TYPE - Static variable in exception com.highdeal.pnr.hci.ActivateException
-
Constant for
invalidResultTypeerror. - INVALID_RESULT_TYPE - Static variable in exception com.highdeal.pnr.hci.CleanupException
-
4: Constant for
invalidResultTypeerror - INVALID_RESULT_TYPE - Static variable in exception com.highdeal.pnr.hci.PostRateException
-
Constant for
invalidResultTypeerror. - INVALID_RESULT_TYPE - Static variable in exception com.highdeal.pnr.hci.PreRateException
-
Constant for
invalidResultTypeerror. - INVALID_RESULT_TYPE - Static variable in exception com.highdeal.pnr.hci.StartRateException
-
The result type is not a valid one.
- INVALID_RESULT_TYPE - Static variable in exception com.highdeal.pnr.hci.StopRateException
-
the result type isn't a valid one;
- INVALID_RESULT_TYPE - Static variable in exception com.highdeal.pnr.hci.UpdateRateException
-
The result type is not a valid one.
- INVALID_ROLE - Enum constant in enum class com.highdeal.cnd.message.IAuthenticationListener.Reason
-
User does not have the required role
- INVALID_SERVICE_PROVIDER - Static variable in exception com.highdeal.pnr.hci.ActivateException
-
Constant for
invalidServiceProvidererror. - INVALID_SERVICE_PROVIDER - Static variable in exception com.highdeal.pnr.hci.CleanupException
-
1: Constant for
invalidServiceProvidererror - INVALID_SESSION_ID - Static variable in exception com.highdeal.hci.AuthenticationFailedException
-
5: Constant for the
invalid_session_iderror - INVALID_SESSION_ID - Static variable in exception com.highdeal.pnr.hci.StartRateException
-
0: The session is not valid or is missing for example.
- INVALID_SESSION_ID - Static variable in exception com.highdeal.pnr.hci.StopRateException
-
The session isn't valid or missing for instance.
- INVALID_SESSION_ID - Static variable in exception com.highdeal.pnr.hci.UpdateRateException
-
The session is not valid or missing for instance.
- INVALID_SESSION_USER - Static variable in exception com.highdeal.hci.AuthenticationFailedException
-
6: Constant for the
invalid_session_usererror - INVALID_SPECIFIC_FORMULA - Static variable in exception com.highdeal.filter.hci.InvalidBulkModificationException
-
6: Invalid specific formula
- INVALID_SPECIFIC_FORMULA - Static variable in exception com.highdeal.filter.hci.InvalidSearchException
-
6: Invalid specific formula.
- INVALID_STATELESS_PRE_RATING_CONTEXT - Static variable in exception com.highdeal.pnr.hci.StatelessPreRatingException
-
Error indicating that a
StatelessPreRatingContexthas a invalid internal structure. - INVALID_SUBSCRIBER_ACCOUNT_CODE - Static variable in exception com.highdeal.pnr.hci.ActivateException
-
0: Constant for
invalidSubscriberAccountCodeerror. - INVALID_SUBSCRIBER_ACCOUNT_CODE - Static variable in exception com.highdeal.pnr.hci.CleanupException
-
0: Constant for
invalidSubscriberAccountCodeerror - INVALID_SUBSCRIPTION_OID - Static variable in exception com.highdeal.pnr.hci.ActivateException
-
Constant for
invalidSubscriptionOiderror. - INVALID_SUBSCRIPTION_OID - Static variable in exception com.highdeal.pnr.hci.CleanupException
-
2: Constant for
invalidSubscriptionOiderror - INVALID_SUPPLIER_COUNTRY_CODE - Static variable in exception com.highdeal.tax.hci.InvalidTaxException
-
26: Invalid supplier country code.
- INVALID_TAX_DEFINITION - Static variable in exception com.highdeal.tax.hci.InvalidTaxException
-
8: The tax data are not valid.
- INVALID_TAX_FRAMEWORK - Static variable in exception com.highdeal.tax.hci.InvalidTaxException
-
10: Bad tax framework feature.
- INVALID_TAX_INIT - Static variable in exception com.highdeal.tax.hci.InvalidTaxException
-
9: The tax framework initialization is not correct.
- INVALID_TAX_PRECISION - Static variable in exception com.highdeal.tax.hci.InvalidTaxException
-
16: The specified tax precision is out of the supported range.
- INVALID_TAX_ROUNDING_MODE - Static variable in exception com.highdeal.tax.hci.InvalidTaxException
-
17: The specified tax rounding mode is unknown.
- INVALID_TO_DATE - Static variable in exception com.highdeal.admin.hci.ExpirationAlertException
-
0: Constant for
invalidToDateerror - INVALID_TO_DATE - Static variable in exception com.highdeal.pnr.hci.ActivateException
-
Constant for
invalidToDateerror. - INVALID_TO_DATE - Static variable in exception com.highdeal.pnr.hci.CleanupException
-
3: Constant for
invalidToDateerror - INVALID_TO_DATE - Static variable in exception com.highdeal.pnr.hci.PurgeAllowanceException
-
1: Constant for
invalidToDateerror. - INVALID_TOKEN - Static variable in exception com.highdeal.hci.AuthenticationFailedException
-
11: Constant for the
invalid_tokenerror - INVALID_TRANSACTION_SET - Static variable in exception com.highdeal.pnr.hci.TransactionClearingException
-
1: Constant error when clearing an invalid transaction set.
- INVALID_TRANSACTION_SET - Static variable in exception com.highdeal.pnr.tif.TransactionProcessorFailureException
-
1: Reason code for an invalid transaction set
- INVALID_TTL - Static variable in exception com.highdeal.pnr.hci.PreRateException
-
Constant for
invalidTTLerror. - INVALID_TTL - Static variable in exception com.highdeal.pnr.hci.StartRateException
-
1: The value of the time to live is not set or a negative one.
- INVALID_TYPE - Static variable in exception com.highdeal.filter.hci.InvalidSearchException
-
2: Invalid type for search criteria.
- INVALID_TYPE_FOR_CONSTRAINT - Static variable in exception com.highdeal.filter.hci.InvalidSearchException
-
3: The type for the attribute description constraint is not valid.
- INVALID_VALUE - Static variable in exception com.highdeal.admin.hci.InvalidParameterValueException
- InvalidAccountInitializationException - Exception in com.highdeal.pnr.hci
- InvalidAccountInitializationException(InvalidAccountInitializationException.InvalidAccountInitializationType, String...) - Constructor for exception com.highdeal.pnr.hci.InvalidAccountInitializationException
- InvalidAccountInitializationException.InvalidAccountInitializationType - Enum Class in com.highdeal.pnr.hci
- invalidAdditionalInfo(String, String, String, String, String) - Static method in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- InvalidArgumentValueException(ITransactionField<?>, String) - Constructor for exception com.highdeal.pnr.tif.ITransactionField.InvalidArgumentValueException
- InvalidArgumentValueException(ITransactionField<?>, BigDecimal) - Constructor for exception com.highdeal.pnr.tif.ITransactionField.InvalidArgumentValueException
- InvalidArgumentValueException(ITransactionField<?>, Date) - Constructor for exception com.highdeal.pnr.tif.ITransactionField.InvalidArgumentValueException
- invalidBlockedStateDate(String, String, String, Date) - Static method in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- InvalidBulkModificationException - Exception in com.highdeal.filter.hci
-
Exception thrown This class implements the methods for the description of an invalid bulk modification exception.
- InvalidBulkModificationException() - Constructor for exception com.highdeal.filter.hci.InvalidBulkModificationException
-
Builds an InvalidBulkModificationException.
- InvalidBulkModificationException(int) - Constructor for exception com.highdeal.filter.hci.InvalidBulkModificationException
-
Builds an InvalidBulkModificationException.
- InvalidBulkModificationException(int, String) - Constructor for exception com.highdeal.filter.hci.InvalidBulkModificationException
-
Builds an InvalidBulkModificationException.
- InvalidBulkModificationException(int, String, Object, int, Exception, String) - Constructor for exception com.highdeal.filter.hci.InvalidBulkModificationException
-
Builds an InvalidBulkModificationException.
- InvalidBulkModificationException(String, int) - Constructor for exception com.highdeal.filter.hci.InvalidBulkModificationException
-
Builds an InvalidBulkModificationException.
- InvalidCreationErrorException - Exception in com.highdeal.hci
-
Generic exception thrown when there was an error in the SAP CC system when attempting to create something that is not valid; The error type specifies the reason.
- InvalidCreationErrorException() - Constructor for exception com.highdeal.hci.InvalidCreationErrorException
-
Builds an empty exception.
- InvalidCreationErrorException(InvalidCreationErrorException.InvalidCreationCategory, IError) - Constructor for exception com.highdeal.hci.InvalidCreationErrorException
- InvalidCreationErrorException(InvalidCreationErrorException.InvalidCreationCategory, IError, OperationFailureErrorException) - Constructor for exception com.highdeal.hci.InvalidCreationErrorException
-
Builds an exception with an
error, theOperation Failurewhich has triggered it and associatedcategory. - InvalidCreationErrorException(InvalidCreationErrorException.InvalidCreationCategory, IError, Throwable) - Constructor for exception com.highdeal.hci.InvalidCreationErrorException
- InvalidCreationErrorException.InvalidCreationCategory - Enum Class in com.highdeal.hci
-
This
enumerationlists all the categories of errors that may occur during the creation of a master data in the connected SAP CC system: already exists, invalid, incompatible configuration, illegal state, or temporary illegal state. - InvalidCreationException - Exception in com.highdeal.hci
-
Generic exception thrown when there is an attempt to create something that is not valid.
- InvalidCreationException() - Constructor for exception com.highdeal.hci.InvalidCreationException
-
Constructs an empty exception.
- InvalidCreationException(int, String) - Constructor for exception com.highdeal.hci.InvalidCreationException
-
Constructs an exception with the reason of the Exception and the specified detail message.
- InvalidCreationException(int, String, IError) - Constructor for exception com.highdeal.hci.InvalidCreationException
-
Constructs an exception with the reason of the Exception and the specified detail message.
- invalidCreditLimitBalanceAmount(String, String, String, BigDecimal) - Static method in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- invalidCreditLimitBalanceCurrency(String, String, String, String) - Static method in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- invalidCreditLimitBalanceResetRecurrence(String, String) - Static method in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- InvalidDeletionErrorException - Exception in com.highdeal.hci
-
Generic exception thrown when there is an attempt to delete something that is not valid; It specifies the exception category (does not exist, invalid, prerequisite missing, illegal state, or temporary illegal state), the direct cause of the exception, and the optional 'caused by' information that represent an exception stack.
- InvalidDeletionErrorException() - Constructor for exception com.highdeal.hci.InvalidDeletionErrorException
-
Builds an empty exception.
- InvalidDeletionErrorException(InvalidDeletionErrorException.InvalidDeletionCategory, IError) - Constructor for exception com.highdeal.hci.InvalidDeletionErrorException
-
Builds an exception with the error which has triggered it and associated
category. - InvalidDeletionErrorException(InvalidDeletionErrorException.InvalidDeletionCategory, IError, OperationFailureErrorException) - Constructor for exception com.highdeal.hci.InvalidDeletionErrorException
-
Builds an exception with an error, the
Operation Failurewhich has triggered it and associatedcategory. - InvalidDeletionErrorException(InvalidDeletionErrorException.InvalidDeletionCategory, IError, Throwable) - Constructor for exception com.highdeal.hci.InvalidDeletionErrorException
- InvalidDeletionErrorException.InvalidDeletionCategory - Enum Class in com.highdeal.hci
-
This
enumerationlists all the categories of errors that may occur during the deletion of a master data. - InvalidDeletionException - Exception in com.highdeal.hci
-
Generic exception thrown by the SAP CC system when there is an attempt to delete something that cannot be deleted; The objects can have
different types(master data, technical data, system configuration). - InvalidDeletionException() - Constructor for exception com.highdeal.hci.InvalidDeletionException
-
Constructs an empty exception.
- InvalidDeletionException(int, String) - Constructor for exception com.highdeal.hci.InvalidDeletionException
-
Constructs an exception with the reason of the exception and the specified detail message.
- InvalidDeletionException(int, String, IError) - Constructor for exception com.highdeal.hci.InvalidDeletionException
-
Constructs an exception with the reason of the exception and the specified detail message.
- InvalidDeletionException(InvalidDeletionException.ObjectTypeStillReferenced, String) - Constructor for exception com.highdeal.hci.InvalidDeletionException
-
Constructs an exception with a
InvalidDeletionException.STILL_REFERENCEDreason, an object type, and a message. - InvalidDeletionException(InvalidDeletionException.ObjectTypeStillReferenced, String, IError) - Constructor for exception com.highdeal.hci.InvalidDeletionException
-
Constructs an exception with a
InvalidDeletionException.STILL_REFERENCEDreason, an object type, and a message. - InvalidDeletionException.ObjectTypeStillReferenced - Enum Class in com.highdeal.hci
-
This
enumerationlists the types of an object that is still referenced in the SAP CC system. - InvalidExportException - Exception in com.highdeal.hci
-
Generic exception thrown when there is an attempt to export something which is not valid.
- InvalidExportException() - Constructor for exception com.highdeal.hci.InvalidExportException
-
Constructs an empty exception.
- InvalidExportException(int, String, String, String) - Constructor for exception com.highdeal.hci.InvalidExportException
-
Constructs an exception with the reason of the exception, the type and the code of the object which we tried to export, and the specified detail message.
- invalidExternalAccountCreditorId(String, String, String) - Static method in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- invalidExternalAccountCurrency(String, String, String, String) - Static method in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- invalidExternalAccountDebtorId(String, String, String) - Static method in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- invalidExternalAccountTaxInfo(String, String, String) - Static method in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- InvalidHolidayException - Exception in com.highdeal.calendar.hci
-
Exception thrown when
public holidayor aholidayis invalid. - InvalidHolidayException() - Constructor for exception com.highdeal.calendar.hci.InvalidHolidayException
-
Constructs an empty exception.
- InvalidHolidayException(int, String) - Constructor for exception com.highdeal.calendar.hci.InvalidHolidayException
-
Constructs an exception with an error code and a message.
- InvalidImportException - Exception in com.highdeal.hci
-
Generic exception thrown when there is an attempt to import something that is not valid.
- InvalidImportException() - Constructor for exception com.highdeal.hci.InvalidImportException
-
Constructs an empty exception.
- InvalidImportException(int, String) - Constructor for exception com.highdeal.hci.InvalidImportException
-
Constructs an exception with the reason of the exception and the specified detail message.
- InvalidInitializationException - Exception in com.highdeal.hci
-
Exception thrown by the SAP CC system.
- InvalidInitializationException() - Constructor for exception com.highdeal.hci.InvalidInitializationException
-
Constructs an empty exception.
- InvalidInitializationException(int, String) - Constructor for exception com.highdeal.hci.InvalidInitializationException
-
Constructs an exception with the specified reason of the exception and the specified comprehensinve message.
- InvalidInitializationException(int, String, IError) - Constructor for exception com.highdeal.hci.InvalidInitializationException
-
Constructs an exception with the specified reason of the exception and the specified comprehensinve message.
- InvalidInstanceException - Exception in com.highdeal.admin.hci
-
Exception thrown when an error occurs.
- InvalidInstanceException() - Constructor for exception com.highdeal.admin.hci.InvalidInstanceException
- InvalidInstanceException(InvalidInstanceException.Reason) - Constructor for exception com.highdeal.admin.hci.InvalidInstanceException
- InvalidInstanceException(InvalidInstanceException.Reason, InstanceId) - Constructor for exception com.highdeal.admin.hci.InvalidInstanceException
- InvalidInstanceException(InvalidInstanceException.Reason, InstanceId, ServiceInfo.ServiceInfoType) - Constructor for exception com.highdeal.admin.hci.InvalidInstanceException
- InvalidInstanceException(InvalidInstanceException.Reason, ServiceInfo.Address) - Constructor for exception com.highdeal.admin.hci.InvalidInstanceException
- InvalidInstanceException(InvalidInstanceException.Reason, ServiceInfo.Address, InstanceId, InstanceId) - Constructor for exception com.highdeal.admin.hci.InvalidInstanceException
- InvalidInstanceException(InvalidInstanceException.Reason, ServiceInfo.ServiceInfoType) - Constructor for exception com.highdeal.admin.hci.InvalidInstanceException
- InvalidInstanceException.Reason - Enum Class in com.highdeal.admin.hci
-
This
enumerationlists the possible reasons for theinvalid instance exception. - invalidInstanceId - Enum constant in enum class com.highdeal.admin.hci.StandbyException.StandbyExceptionReason
-
The specified instance identifier is invalid.
- InvalidItemException - Exception in com.highdeal.pnr.hci
-
Exception thrown when the rating and charging context is invalid in the connected SAP CC system when processing a business operation.
- InvalidItemException() - Constructor for exception com.highdeal.pnr.hci.InvalidItemException
-
Constructs an empty exception.
- InvalidItemException(int, String) - Constructor for exception com.highdeal.pnr.hci.InvalidItemException
-
Constructs an exception with an error code and a message; The message contains a human readable text.
- InvalidItemException(int, String, IError) - Constructor for exception com.highdeal.pnr.hci.InvalidItemException
-
Constructs an exception with an error code and a message; The message contains a human readable text.
- InvalidItemException(int, String, IError, ChargingResult) - Constructor for exception com.highdeal.pnr.hci.InvalidItemException
-
Constructs an exception with a cause, a message, an error, and a
ChargingResultthat explain why the charging is forbidden. - InvalidItemException(int, String, ChargingResult) - Constructor for exception com.highdeal.pnr.hci.InvalidItemException
-
Constructs an exception with an error code and a message; The message contains a human readable text.
- InvalidItemListener - Interface in com.highdeal.cnd.message
-
This
Java interfacedefines amethod onException(..)dedicated to the handling of theinvalid item exceptionin your client application; First consider theknown subinterfacesthat specify the listeners to implement in your code. - invalidLockedStateDate(String, String, String, Date) - Static method in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- InvalidMaintainErrorException - Exception in com.highdeal.hci
-
Generic exception thrown when there is an attempt to maintain something which is not valid.
- InvalidMaintainErrorException() - Constructor for exception com.highdeal.hci.InvalidMaintainErrorException
- InvalidMaintainErrorException(InvalidMaintainErrorException.InvalidMaintainCategory, IError) - Constructor for exception com.highdeal.hci.InvalidMaintainErrorException
-
Builds an exception with the error which has triggered it and associated
category. - InvalidMaintainErrorException(InvalidMaintainErrorException.InvalidMaintainCategory, IError, OperationFailureErrorException) - Constructor for exception com.highdeal.hci.InvalidMaintainErrorException
-
Builds an exception with an error, the
Operation Failurewhich has triggered it and associatedcategory. - InvalidMaintainErrorException(InvalidMaintainErrorException.InvalidMaintainCategory, IError, Throwable) - Constructor for exception com.highdeal.hci.InvalidMaintainErrorException
- InvalidMaintainErrorException.InvalidMaintainCategory - Enum Class in com.highdeal.hci
-
This
enumerationlists all the categories of errors that may occur during the maintenance of a master data. - InvalidModificationErrorException - Exception in com.highdeal.hci
-
Generic exception thrown when there is an attempt to modify something which is not valid.
- InvalidModificationErrorException() - Constructor for exception com.highdeal.hci.InvalidModificationErrorException
-
Builds an empty exception.
- InvalidModificationErrorException(InvalidModificationErrorException.InvalidModificationCategory, IError) - Constructor for exception com.highdeal.hci.InvalidModificationErrorException
-
Builds an exception with the error which has triggered it and associated
category. - InvalidModificationErrorException(InvalidModificationErrorException.InvalidModificationCategory, IError, OperationFailureErrorException) - Constructor for exception com.highdeal.hci.InvalidModificationErrorException
-
Builds an exception with an error, the
Operation Failurewhich has triggered it and associatedcategory. - InvalidModificationErrorException(InvalidModificationErrorException.InvalidModificationCategory, IError, Throwable) - Constructor for exception com.highdeal.hci.InvalidModificationErrorException
- InvalidModificationErrorException.InvalidModificationCategory - Enum Class in com.highdeal.hci
-
This
enumerationlists all the categories of errors that may occur during the modification of a master data. - InvalidModificationException - Exception in com.highdeal.hci
-
Generic exception thrown when there is an attempt to modify something in an invalid way.
- InvalidModificationException() - Constructor for exception com.highdeal.hci.InvalidModificationException
-
Constructs an empty exception.
- InvalidModificationException(int, String) - Constructor for exception com.highdeal.hci.InvalidModificationException
-
Constructs an exception with a reason and a message.
- InvalidModificationException(int, String, IError) - Constructor for exception com.highdeal.hci.InvalidModificationException
-
Constructs an exception with a reason and a message.
- InvalidOperationErrorException - Exception in com.highdeal.hci
-
Generic exception thrown when a prerequisite of the master data is missing.
- InvalidOperationErrorException() - Constructor for exception com.highdeal.hci.InvalidOperationErrorException
-
Builds an empty exception.
- InvalidOperationErrorException(IError) - Constructor for exception com.highdeal.hci.InvalidOperationErrorException
-
Builds an exception with the
errorwhich has triggered it. - InvalidOperationErrorException(IError, OperationFailureErrorException) - Constructor for exception com.highdeal.hci.InvalidOperationErrorException
-
Builds an exception with an
error, theOperation Failurewhich has triggered it. - InvalidOperationErrorException(IError, Throwable) - Constructor for exception com.highdeal.hci.InvalidOperationErrorException
-
Builds an exception with an error, the
Throwablewhich has triggered it. - InvalidParameterValueException - Exception in com.highdeal.admin.hci
-
Exception thrown when trying to set the value of a parameter to a value that is not valid for this parameter; The exception contains the current parameter value.
- InvalidParameterValueException() - Constructor for exception com.highdeal.admin.hci.InvalidParameterValueException
- InvalidParameterValueException(AdminParameterModel) - Constructor for exception com.highdeal.admin.hci.InvalidParameterValueException
-
Creates an InvalidParameterValueException initialized with a parameter.
- InvalidParameterValueException(AdminParameterModel, int) - Constructor for exception com.highdeal.admin.hci.InvalidParameterValueException
-
Creates an InvalidParameterValueException initialized with a parameter.
- InvalidPasswordException - Exception in com.highdeal.hci
-
Exception thrown when an error occurs during the modification of the password of an SAP CC user.
- InvalidPasswordException() - Constructor for exception com.highdeal.hci.InvalidPasswordException
-
Constructs an empty exception.
- InvalidPasswordException(int, String) - Constructor for exception com.highdeal.hci.InvalidPasswordException
-
Constructs an exception with a reason and a message.
- invalidPrepaidAccountClippingAmount(String, String, String, BigDecimal, BigDecimal) - Static method in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- invalidPrepaidAccountCurrency(String, String, String, String) - Static method in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- invalidPrepaidAccountOverrunLink(String, String, String, String) - Static method in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- invalidPrepaidAccountTaxInfo(String, String, String) - Static method in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- InvalidSearchErrorException - Exception in com.highdeal.filter.hci
-
Generic exception thrown when there is an attempt to search something that is not valid.
- InvalidSearchErrorException() - Constructor for exception com.highdeal.filter.hci.InvalidSearchErrorException
-
Builds an empty exception.
- InvalidSearchErrorException(IError) - Constructor for exception com.highdeal.filter.hci.InvalidSearchErrorException
-
Builds an exception with the error which has triggered it.
- InvalidSearchErrorException(IError, OperationFailureErrorException) - Constructor for exception com.highdeal.filter.hci.InvalidSearchErrorException
-
Builds an exception with an
errorand theoperation failurethat has triggered the exception. - InvalidSearchErrorException(IError, Throwable) - Constructor for exception com.highdeal.filter.hci.InvalidSearchErrorException
-
Builds an exception with an error and the
Throwablewhich has triggered it. - InvalidSearchException - Exception in com.highdeal.filter.hci
-
Exception thrown when an invalid search exception occurred in the SAP CC system.
- InvalidSearchException() - Constructor for exception com.highdeal.filter.hci.InvalidSearchException
-
Builds an InvalidSearchException.
- InvalidSearchException(int) - Constructor for exception com.highdeal.filter.hci.InvalidSearchException
-
Builds an InvalidSearchException.
- InvalidSearchException(int, String) - Constructor for exception com.highdeal.filter.hci.InvalidSearchException
-
Builds an InvalidSearchException.
- InvalidSearchException(int, String, Exception) - Constructor for exception com.highdeal.filter.hci.InvalidSearchException
-
Builds an InvalidSearchException.
- InvalidSubscriberAccountException - Exception in com.highdeal.pnr.hci
-
Generic exception thrown when an object is invalid: a subscriber account, its settings or its included objects (prepaid account, credit limit balance).
- InvalidSubscriberAccountException() - Constructor for exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- InvalidSubscriberAccountException(InvalidSubscriberAccountException.InvalidSubscriberAccountReason, InvalidSubscriberAccountException.ObjectType, String...) - Constructor for exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
- InvalidSubscriberAccountException.InvalidSubscriberAccountReason - Class in com.highdeal.pnr.hci
- InvalidSubscriberAccountException.ObjectType - Class in com.highdeal.pnr.hci
- InvalidSubscriberDataExportErrorException - Exception in com.highdeal.pnr.hci
-
Generic exception thrown when there is an attempt to export something which is not valid.
- InvalidSubscriberDataExportErrorException() - Constructor for exception com.highdeal.pnr.hci.InvalidSubscriberDataExportErrorException
-
Builds an empty
InvalidSubscriberDataExportErrorException. - InvalidSubscriberDataExportErrorException(InvalidSubscriberDataExportErrorException.InvalidSubscriberDataExportCategory, String, ExportSubscriberDataOp.ExportSubscriberDataType, IError) - Constructor for exception com.highdeal.pnr.hci.InvalidSubscriberDataExportErrorException
-
Builds an
InvalidSubscriberDataExportErrorExceptionwith a category, an object identifier, an object type and an error. - InvalidSubscriberDataExportErrorException(InvalidSubscriberDataExportErrorException.InvalidSubscriberDataExportCategory, String, String, ExportSubscriberDataOp.ExportSubscriberDataType, IError) - Constructor for exception com.highdeal.pnr.hci.InvalidSubscriberDataExportErrorException
-
Builds an
InvalidSubscriberDataExportErrorExceptionwith a category, an object identifier, an owner, an object type and an error. - InvalidSubscriberDataExportErrorException.InvalidSubscriberDataExportCategory - Enum Class in com.highdeal.pnr.hci
-
This enumeration represents the categories of errors which can occur when exporting
subscriber data. - InvalidSubscriberDataImportErrorException - Exception in com.highdeal.pnr.hci
-
Generic exception thrown when there is an attempt to import something which is not valid.
- InvalidSubscriberDataImportErrorException() - Constructor for exception com.highdeal.pnr.hci.InvalidSubscriberDataImportErrorException
-
Builds an empty
InvalidSubscriberDataImportErrorException. - InvalidSubscriberDataImportErrorException(InvalidSubscriberDataImportErrorException.InvalidSubscriberDataImportCategory, IError) - Constructor for exception com.highdeal.pnr.hci.InvalidSubscriberDataImportErrorException
-
Builds an
InvalidSubscriberDataImportErrorExceptionwith a category and an error. - InvalidSubscriberDataImportErrorException(InvalidSubscriberDataImportErrorException.InvalidSubscriberDataImportCategory, String, IError) - Constructor for exception com.highdeal.pnr.hci.InvalidSubscriberDataImportErrorException
-
Builds an
InvalidSubscriberDataImportErrorExceptionwith a category, an object identifier and an error. - InvalidSubscriberDataImportErrorException.InvalidSubscriberDataImportCategory - Enum Class in com.highdeal.pnr.hci
-
This enumeration represents the categories of errors which can occur when importing
subscriber data. - InvalidTaxException - Exception in com.highdeal.tax.hci
-
Exception thrown when the methods for the description of an invalid tax exception.
- InvalidTaxException() - Constructor for exception com.highdeal.tax.hci.InvalidTaxException
-
Builds an InvalidTaxException.
- InvalidTaxException(int) - Constructor for exception com.highdeal.tax.hci.InvalidTaxException
-
Builds an InvalidTaxException.
- InvalidTaxException(int, String) - Constructor for exception com.highdeal.tax.hci.InvalidTaxException
-
Builds an InvalidTaxException.
- InvalidTypeFieldException(ITransactionField<?>, String, Class<?>, Class<?>) - Constructor for exception com.highdeal.pnr.tif.ITransactionField.InvalidTypeFieldException
-
Constructs an
InvalidTypeFieldExceptionwith atransaction fieldand the field name. - InvalidValueException(ITransactionField<?>, Class<?>, String, String...) - Constructor for exception com.highdeal.pnr.tif.ITransactionField.InvalidValueException
-
Constructs an
InvalidTypeFieldExceptionwith atransaction fieldand the field name. - INVOICE_TEXT - Enum constant in enum class com.highdeal.pnr.hci.ParameterAdditionalInfoHelper.ParameterAdditionalInfoDataType
- INVOICING_FORBIDDEN - Static variable in exception com.highdeal.pnr.hci.TransactionClearingException
-
Deprecated.Not used anymore
- INVOICING_FORBIDDEN - Static variable in exception com.highdeal.pnr.tif.TransactionProcessorFailureException
-
Deprecated.Do not remove this reason for compatibility with
ForbiddenChargeException - IO_FAILURE - Static variable in exception com.highdeal.hci.ServerFailureException
-
501: Reason code when the server system encountered some I/O failure.
- IPeriodObjectModel - Interface in com.highdeal.chrono.hci
-
This
Java interfacedefines a period of an object; This represents an object (element) valid upon a certain period of time. - IReservationRenewalAcknowledger - Interface in com.highdeal.cnd.message
-
This
Java interfaceenables to inform the connected SAP CC system that the renew reservation notification is handled during session-based charging operations (see the online charging services). - IReservationRenewalAcknowledger.IReservationRenewalAcknowledgerListener - Interface in com.highdeal.cnd.message
-
This
Java interfaceenables areservation renewal listenerto be informed when the business acknowledgement has been received by the connected SAP CC system. - IReservationRenewalListener - Interface in com.highdeal.cnd.message
-
This
Java interfaceenables acharging clientto be notified of reservation renewal during multiservice session-based charging operations (see the online charging services). - IReservationRenewalListenerIdSettable - Interface in com.highdeal.cnd.message
-
This
Java interfacedefines the necessary method for setting up the identifier of the reservation renewal listener (RRL) that is responsible for handling renew reservation notifications during session-based charging operations. - IS_ACTIVE - Static variable in class com.highdeal.contract.hci.ChargingContractSearchFilterModel
-
Name of the specific formula returning root contracts (parent provider contracts and isolated contracts) having an operational status set to active.
- IS_CLOSED - Static variable in class com.highdeal.contract.hci.ChargingContractSearchFilterModel
-
Name of the specific formula returning root contracts (parent provider contracts and isolated contracts) having an operational status set to closed .
- IS_CONTAINED - Static variable in class com.highdeal.pnr.hci.TranslationTableModel
-
Is_contained comparison operator.
- IS_CONTAINED_CODE - Static variable in class com.highdeal.pnr.hci.ChargeActivationSearchFilterModel
- IS_CONTAINED_CODE - Static variable in class com.highdeal.pnr.hci.SubscriptionSearchFilterModel
-
Name of the specific formula that search for a subscription contained in an object.
- IS_HYBRID - Static variable in class com.highdeal.pnr.hci.SubscriptionSearchFilterModel
-
Name of the specific formula that search for an offline.
- IS_IN_ERROR - Static variable in class com.highdeal.admin.hci.FileToBulkLoad
-
Mapping for the is in error flag: "isInError"
- IS_LOCKED - Static variable in class com.highdeal.contract.hci.ChargingContractSearchFilterModel
-
Name of the specific formula returning root contracts (parent provider contracts and isolated contracts) having an operational status set to locked.
- IS_LOCKED - Static variable in class com.highdeal.pnr.hci.SubscriptionSearchFilterModel
-
Name of the specific formula that search for a locked subscription (has a reratingLockCode).
- IS_NOT_LOCKED - Static variable in class com.highdeal.pnr.hci.SubscriptionSearchFilterModel
-
Name of the specific formula that search for a not locked subscription (has no reratingLockCode).
- IS_OFFLINE - Static variable in class com.highdeal.pnr.hci.SubscriptionSearchFilterModel
-
Name of the specific formula that search for an offline.
- IS_ONLINE - Static variable in class com.highdeal.pnr.hci.SubscriptionSearchFilterModel
-
Name of the specific formula that search for an offline.
- IS_PROCESSING - Static variable in class com.highdeal.admin.hci.ServerManagementResult
-
Reason when the server is processing the operation request: 0
- IS_ROOT_CHARGING_CONTRACT - Static variable in class com.highdeal.contract.hci.ChargingContractSearchFilterModel
-
The name of the
specific formulareturning root contracts (parent provider contracts and isolated contracts) and excluding the linked contracts from the results. - IS_STANDBY - Static variable in class com.highdeal.admin.hci.StandbyInstance
-
The XML attribute name of the standy status.
- isAccountInfoReturned() - Method in class com.highdeal.pnr.hci.ChargingResultContextDomain
-
Gets whether account information must be returned in the result of the charging operation.
- isAccountOperationReturned() - Method in class com.highdeal.pnr.hci.ChargingResultContextDomain
-
Gets whether
account operationsmust be returned in the result of the charging operation. - isActivateProviderContract() - Method in class com.highdeal.admin.hci.PurgeAllowancesOp
- isAdaptFromDate() - Method in class com.highdeal.pnr.hci.RerateBulkOp
-
Returns whether the from date must be adapted
- isAllowance - Static variable in class com.highdeal.pnr.tif.TransactionFieldBook
-
tf_isAllowance_xlst using type
Boolean - isAllowanceEventClassValid(String) - Method in interface com.highdeal.pnr.hci.RatingContextDescription
-
Returns true if the Allowance Event Class exists.
- isAllowanceEventClassValid(String) - Method in class com.highdeal.pnr.hci.RatingContextDescriptionProvider
- IsAllowanceField() - Constructor for class com.highdeal.pnr.tif.ITransactionField.TransactionAccessibleFieldSet.IsAllowanceField
- isAllowanceStr - Static variable in class com.highdeal.pnr.tif.TransactionFieldBook
-
tf_isAllowanceStr_xlst using type
String - IsAllowanceStringField() - Constructor for class com.highdeal.pnr.tif.ITransactionField.TransactionAccessibleFieldSet.IsAllowanceStringField
- isAmountAlertEnabled() - Method in class com.highdeal.pnr.hci.ClearPrepaidAccountOp
-
Tests if the amount alert is enabled for this clear prepaid account operation.
- isAmountAlertEnabled(boolean) - Method in class com.highdeal.pnr.hci.ClearPrepaidAccountOp
-
Enables or disables the amount alert on this clear prepaid account operation.
- isAmountAlertsEnabled() - Method in class com.highdeal.pnr.hci.DeleteSubscriberAccountOp
-
Tests if amount alerts are enabled during delete account operation.
- isAmountAlertsEnabled() - Method in class com.highdeal.pnr.hci.ModifySubscriberAccountOp
-
Returns true if the amount alerts must be taken into account when a not empty prepaid account is deleted, false otherwise.
- isAmountAlertsEnabled(boolean) - Method in class com.highdeal.pnr.hci.DeleteSubscriberAccountOp
-
Sets amount alerts enable flag.
- isAmountAlertsEnabled(boolean) - Method in class com.highdeal.pnr.hci.ModifySubscriberAccountOp
-
Sets if amount alerts must be taken into account when a not empty prepaid account is deleted.
- isAny() - Method in class com.highdeal.admin.hci.ServiceInfo.Address
- isAnyAddress(String) - Static method in class com.highdeal.admin.hci.ServiceInfo.Address
- isAnyAddress(String[]) - Static method in class com.highdeal.admin.hci.ServiceInfo.Address
- isAtLeastOneConnectionIsRegistered() - Method in class com.highdeal.cnd.message.AsyncRatingServiceClient
-
Return true if at least one of the connection to the dispatchers is registered, false otherwise.
- isAtLeastOneConnectionIsRegistered() - Method in class com.highdeal.notification.NotificationServiceClient
-
Return true if at least one of the connection to the dispatchers is registered, false otherwise.
- isAvailable() - Method in class com.highdeal.admin.hci.ServiceInfo
-
Indicates if the service is available, i.e.
- isBigIntegerConstraint() - Method in class com.highdeal.udr.hci.ConstraintObject
-
Returns big integer status of the constraint.
- isBigIntegerConstraint() - Method in class com.highdeal.udr.hci.EnumeratedListConstraint
-
Returns big integer status of the enumerated list constraint.
- isBigIntegerConstraint() - Method in class com.highdeal.udr.hci.FormatConstraint
-
Returns big integer status of the format constraint.
- isBigIntegerConstraint() - Method in class com.highdeal.udr.hci.RangeConstraint
-
Returns big integer status of the range constraint.
- isBooleanConstraint() - Method in class com.highdeal.udr.hci.ConstraintObject
-
Returns boolean status of the constraint.
- isBooleanConstraint() - Method in class com.highdeal.udr.hci.EnumeratedListConstraint
-
Returns boolean status of the enumerated list constraint.
- isBooleanConstraint() - Method in class com.highdeal.udr.hci.FormatConstraint
-
Returns boolean status of the format constraint.
- isBooleanConstraint() - Method in class com.highdeal.udr.hci.RangeConstraint
-
Returns boolean status of the range constraint.
- isChargeableItemClassValid(Object) - Method in interface com.highdeal.pnr.hci.RatingContextDescription
-
Returns true if the Chargeable item is a valid one.
- isChargeableItemClassValid(Object) - Method in class com.highdeal.pnr.hci.RatingContextDescriptionProvider
- isChargeableItemExported - Static variable in class com.highdeal.pnr.tif.TransactionFieldBook
-
tf_isChargeableItemExported_xlst using type
Boolean - isChargeableItemExported() - Method in class com.highdeal.pnr.hci.ChargingOutputContextDomain
-
Gets whether chargeable items must be exported in the output of the charging operation.
- IsChargeableItemExportedChargingOutputField() - Constructor for class com.highdeal.pnr.tif.ITransactionField.ChargedTransactionSetAccessibleFieldSet.IsChargeableItemExportedChargingOutputField
- isChargeableItemInfoReturned() - Method in class com.highdeal.pnr.hci.ChargingResultContextDomain
-
Gets whether
chargeable item informationmust be returned in the result of the charging operation. - isChargedItemReturned() - Method in class com.highdeal.pnr.hci.ChargingResultContextDomain
-
Gets whether
charged itemsmust be returned in the result of the charging operation. - isChargeLevel() - Method in enum class com.highdeal.pnr.hci.ExportableProperty.Level
- isChargeRemovable(String) - Method in class com.highdeal.pnr.hci.StatelessPreRatingContext
-
Returns true if and only if the StatelessRatingContext dedicated to the given charge code can be removed from this StatelessPreRatingContext without losing any pending pre-rating (i.e.
- isChargeRemovable(String, Date) - Method in class com.highdeal.pnr.hci.StatelessPreRatingContext
-
Returns true if and only if the StatelessRatingContext dedicated to the given charge code can be removed from this StatelessPreRatingContext without losing any pending pre-rating (i.e.
- isChargingContractInfoReturned() - Method in class com.highdeal.pnr.hci.ChargingResultContextDomain
-
Gets whether
charging contract informationmust be returned in the result of the charging operation. - isChargingContractInfoReturned() - Method in class com.highdeal.pnr.hci.ChargingResultOnErrorContextDomain
-
Gets whether
charging contract informationgenerated by an error must be returned in the result of the charging operation. - isChargingProcessInfoReturned() - Method in class com.highdeal.pnr.hci.ChargingResultContextDomain
-
Gets whether
charging process informationmust be returned in the result of the charging operation. - isChronologyKept() - Method in class com.highdeal.pnr.hci.ImportOp
-
Gets the flag that indicates if the chronologies are kept or not.
- isCIClassAlreadyUsed(UsageChargeModel) - Method in class com.highdeal.pnr.hci.ChargingPlanValidator.ChargingPlanContext
-
Checks if the UsageRate is already used by another UsageRate.
- isCIValid(String) - Method in interface com.highdeal.pnr.hci.RatingContextDescription
-
Returns true if the Chargeable item is a valid one.
- isCIValid(String) - Method in class com.highdeal.pnr.hci.RatingContextDescriptionProvider
- isClient - Static variable in class com.highdeal.pnr.tif.TransactionFieldBook
-
tf_isClient_xlst using type
Boolean - IsClient() - Constructor for class com.highdeal.pnr.tif.ITransactionField.TransactionAccessibleFieldSet.IsClient
- isCompatibleWithChargePlan() - Method in class com.highdeal.pnr.hci.ChargeComponentModel
-
Checks if this charge component is compatible with charge plan.
- isCompatibleWithOffer() - Method in class com.highdeal.pnr.hci.ChargeComponentModel
-
Checks if this charge component is compatible with offer.
- isConnected() - Method in class com.highdeal.cnd.message.AsyncRatingServiceClient
-
Gets the connected connection status.
- isConnected() - Method in class com.highdeal.notification.NotificationServiceClient
-
Returns
trueif this client is connected to the instance,falseotherwise. - isCountRequired() - Method in class com.highdeal.filter.hci.SearchFilterModel
-
Tells if the total number of selected items must be returned; See
setCountRequiredFlag()for more information. - isCredit - Static variable in class com.highdeal.pnr.tif.TransactionFieldBook
-
tf_isCredit_xlst using type
Boolean - IsCredit() - Constructor for class com.highdeal.pnr.tif.ITransactionField.ChargedTransactionAccessibleFieldSet.IsCredit
- isCumulative() - Method in enum class com.highdeal.rangetable.hci.RangeTableClassOutColumnModel.OutRangeTableClassType
- isDateConstraint() - Method in class com.highdeal.udr.hci.ConstraintObject
-
Returns date status of the constraint.
- isDateConstraint() - Method in class com.highdeal.udr.hci.EnumeratedListConstraint
-
Returns date status of the enumerated list constraint.
- isDateConstraint() - Method in class com.highdeal.udr.hci.FormatConstraint
-
Returns date status of the format constraint.
- isDateConstraint() - Method in class com.highdeal.udr.hci.RangeConstraint
-
Returns date status of the range constraint.
- isDebit - Static variable in class com.highdeal.pnr.tif.TransactionFieldBook
-
tf_isDebit_xlst using type
Boolean - IsDebit() - Constructor for class com.highdeal.pnr.tif.ITransactionField.ChargedTransactionAccessibleFieldSet.IsDebit
- isDebugModeEnable() - Method in class com.highdeal.cnd.message.ServiceClientTuning
-
Returns if the debug mode is enable or not; This mode sets all the timeout to NO_TIMEOUT.
- isDecimalConstraint() - Method in class com.highdeal.udr.hci.ConstraintObject
-
Returns decimal status of the constraint.
- isDecimalConstraint() - Method in class com.highdeal.udr.hci.EnumeratedListConstraint
-
Returns decimal status of the enumerated list constraint.
- isDecimalConstraint() - Method in class com.highdeal.udr.hci.FormatConstraint
-
Returns decimal status of the format constraint.
- isDecimalConstraint() - Method in class com.highdeal.udr.hci.RangeConstraint
-
Returns decimal status of the range constraint.
- isDefault() - Method in class com.highdeal.admin.hci.CustomerManagementArea
- isDefault() - Method in class com.highdeal.pnr.hci.CreditLimitBalanceModel
-
Tests if this credit limit balance is the default one.
- isDefault(boolean) - Method in class com.highdeal.pnr.hci.CreditLimitBalanceModel
-
Sets this credit limit balance to be the default one.
- isDependent() - Method in class com.highdeal.pnr.hci.ChargeComponentModel
-
Returns
trueif the charge component is a dependent, elsefalse. - isDictionaryTyped() - Method in class com.highdeal.pnr.hci.ChargingPlanDictionaryModel
-
Returns true if the charging references in the dictionary are typed.
- isDifferentTaxPrefix(String, Tax.TaxationModule) - Static method in class com.highdeal.tax.hci.TaxHelper
- isEmpty() - Method in class com.highdeal.tax.hci.TaxDataModel
-
Returns true if the tax data is empty.
- isEMUCurrency() - Method in class com.highdeal.currency.Currency
-
Deprecated.returns false
- isEnabled() - Method in class com.highdeal.admin.hci.GetLogTracesResult
-
Returns
trueif logs are enabled on the server,falseotherwise. - isEnabled() - Method in class com.highdeal.admin.hci.ServiceInfo
-
Indicates if the service is enabled, i.e.
- isEnabled() - Method in class com.highdeal.admin.hci.SetMaintenanceModeOp
-
Gets whether the maintenance mode is enabled.
- isEnabled() - Method in class com.highdeal.admin.hci.SetMaintenanceModeResult
-
Gets whether the maintenance mode is enabled.
- isEnded() - Method in interface com.highdeal.hci.ClientMessageListener
- isEqual(String) - Method in enum class com.highdeal.pnr.hci.DetailCategory
- isError() - Method in class com.highdeal.cnd.message.SessionOperationItemResult
-
Indicates if this
resultis an erroneous return. - isError() - Method in interface com.highdeal.pnr.hci.ISessionOperationItemResult
-
Indicates if this
resultis an erroneous return. - isEscapedChar(String, int) - Static method in class com.highdeal.udr.hci.ConstraintObject
-
This method tests if the character at position index in the string value is escaped .
- ISessionAsyncOperation - Interface in com.highdeal.cnd.message
-
This
Java interfacedefines the method relevant for executing an operation of a session-based charging scenario. - ISessionConfirmAndReserve - Interface in com.highdeal.cnd.message
-
This
Java interfacedefines theprepareConfirmAndReserve(..) methodthat is relevant for managing an update event of a session-based charging scenario. - ISessionConfirmation - Interface in com.highdeal.cnd.message
-
This
Java interfacedefines thekey methodsnecessary for managing areservation confirmationorreservation cancellationduring session-based charging; implement theprepareConfirm(..) methodand theprepareCancel(..) methodto finalize a reservation in a charging session. - ISessionDefaultAttributeHolder - Interface in com.highdeal.cnd.message
-
This
Java interfacedefines generic methods and attributes for session-based charging operations; Consider the subinterfaces. - ISessionDefaultAttributeHolder.TransactionSelectionCriteria - Enum Class in com.highdeal.cnd.message
-
This
enumerationdefines the selection criteria fortransactionselection: NONE_TRANSACTION, MASTER_TRANSACTION, ALL_TRANSACTION, or ALL_TRANSACTION_AND_RECURRING. - ISessionOperation - Interface in com.highdeal.cnd.message
-
This
Java interfacedefines themethodrelevant for executing and requesting an operation in a session-based charging scenario; the execution in your charging client sends the service operation to the connected SAP CC system. - ISessionOperationItemResult - Interface in com.highdeal.pnr.hci
-
This interface defines the result of a session-based charging operation item.
- ISessionOperationItemResult.SessionOperationItemResultStatus - Enum Class in com.highdeal.pnr.hci
-
The result status.
- ISessionOperationItemResult.SessionOperationItemResultType - Enum Class in com.highdeal.pnr.hci
-
The type of the
ISessionOperationItemResult. - ISessionOperationResult - Interface in com.highdeal.pnr.hci
-
This
Java interfacedefines the result of asession-based charging operation. - ISessionReservation - Interface in com.highdeal.cnd.message
-
This
Java interfacedefines the keyprepareReserve(..) methodnecessary for managing a reservation during session-based charging. - ISessionReservation.SessionReservationResolution - Enum Class in com.highdeal.cnd.message
-
This
enumerationlists the resolutions of a session reservation: confirmed of canceled. - ISessionReservationRenewalNotifiable - Interface in com.highdeal.cnd.message
-
This interface defines methods relevant for managing a reservation during session-based charging scenario.
- ISessionResultListener - Interface in com.highdeal.cnd.message
-
This
Java interfacehas to be implemented by the caller in charge of processing the results and exceptions a of a session-based charging scenario. - ISessionStartChargingAsyncOperation - Interface in com.highdeal.cnd.message
-
This
Java interfacedefines necessarymethodsfor implementing the beginning of a multiservice session during session-based charging operations: youpreparethe expected reservations for an end customer and youtrigger the start operationby executing the object returned by thecreateSessionStartAsyncOperation(..) methodin yourcharging client. - ISessionStartChargingOperation - Interface in com.highdeal.cnd.message
-
This
Java interfacedefines necessarymethodsfor implementing the beginning of a multiservice session during session-based charging operations: youpreparethe expected reservations for an end customer and youtrigger the start operationby executing the object returned by thecreateSessionStartOperation(..) methodin yourcharging client. - ISessionStopChargingAsyncOperation - Interface in com.highdeal.cnd.message
- ISessionStopChargingOperation - Interface in com.highdeal.cnd.message
- ISessionUpdateChargingAsyncOperation - Interface in com.highdeal.cnd.message
-
This
Java interfacedefines the necessarymethodsfor implementing ancreateSessionUpdaAsyncOperation(..) updateof a multiservice session during session-based charging operations; for each charging session, youconfirm a reservation,cancel, orextend a reservation. - ISessionUpdateChargingOperation - Interface in com.highdeal.cnd.message
-
This
Java interfacedefines the necessarymethodsfor implementing an update of a multiservice session during session-based charging operations; for each charging session, youconfirm a reservation,cancel, orextend a reservation. - isEventValid(String) - Method in interface com.highdeal.pnr.hci.RatingContextDescription
-
Returns true if the event name is a valid one.
- isEventValid(String) - Method in class com.highdeal.pnr.hci.RatingContextDescriptionProvider
- isExternalAccount() - Method in class com.highdeal.pnr.hci.ChargingMappingModel
-
Returns true if the mapping references a external account, false otherwise.
- isExternalAccount() - Method in class com.highdeal.pnr.tif.ChargedTransaction
-
Indicates whether the account type is External.
- isFilterChargeCode() - Method in class com.highdeal.pnr.hci.TransactionTemplateModel
-
Checks if the main charge code field of transaction is filtered.
- isFiltering() - Method in class com.highdeal.pnr.hci.TransactionTemplateModel
-
Checks if the transaction template is filtering.
- isFilterLabel() - Method in class com.highdeal.pnr.hci.TransactionTemplateModel
-
Checks if the main label field of transaction is filtered.
- isFilterOfferCode() - Method in class com.highdeal.pnr.hci.TransactionTemplateModel
-
Checks if the main offer code field of transaction is filtered.
- isFilterTransaction() - Method in interface com.highdeal.cnd.message.ISessionDefaultAttributeHolder
-
Indicates whether or not returned
transactionsare filtered - isFilterTransaction() - Method in class com.highdeal.cnd.message.SessionChargingOperation
- isForbiddenIn(RateComponentType.RateComponentLocation) - Method in enum class com.highdeal.pnr.hci.RateComponentType
-
Gets whether the rate component type is forbidden in the specified location.
- isForce() - Method in class com.highdeal.pnr.hci.DeleteChargedItemClassOp
-
Returns true if the exportable item mappings related to the charged item class must be deleted too.
- isForced() - Method in class com.highdeal.pnr.tif.ChargedTransaction
-
Returns if the charge was forced or not.
- isFractionDefined() - Method in class com.highdeal.pnr.hci.ProrataModel
-
Tests if the fraction is defined.
- isFree() - Method in class com.highdeal.pnr.tif.Transaction
-
Checks if transaction is free, i.e.
- isGrossAmount() - Method in class com.highdeal.tax.hci.TaxedAmount
-
Gets the gross amount flag.
- isHandled() - Method in class com.highdeal.notification.NotificationDescription
-
Checks if the notification is handled or not; If not the notification described by this description will not be generated by the SAP CC system.
- isHandled(boolean) - Method in class com.highdeal.notification.NotificationDescription
-
Sets if the notification is handled or not.
- isHttpMultipleBinding() - Method in interface com.highdeal.admin.hci.InstanceInfo
-
Deprecated.
- isHttpMultipleBinding() - Method in class com.highdeal.admin.hci.InstanceInfoImpl
-
Deprecated.
- isHTTPSecurityEnabled() - Method in interface com.highdeal.admin.hci.InstanceInfo
-
Deprecated.
- isHTTPSecurityEnabled() - Method in class com.highdeal.admin.hci.InstanceInfoImpl
-
Deprecated.
- isHuman() - Method in class com.highdeal.hci.UserModel
-
Deprecated.Use
UserModel.isTechnical()instead. - isIgnoreDoesNotExist() - Method in class com.highdeal.pnr.hci.DeleteExportableItemMappingOp
-
Returns whether the operation ignores errors of type
InvalidDeletionException.DOES_NOT_EXIST. - isIgnorePendingSession() - Method in class com.highdeal.pnr.hci.DeleteSubscriptionBulkOp
-
Gets the ignorePendingSession attribute.
- isIgnorePendingSession() - Method in class com.highdeal.pnr.hci.DeleteSubscriptionOp
-
Gets the ignorePendingSession attribute.
- isIgnorePendingSession() - Method in class com.highdeal.pnr.hci.ModifySubscriptionBulkOp
-
Gets the ignorePendingSession attribute.
- isIgnorePendingSession() - Method in class com.highdeal.pnr.hci.ModifySubscriptionOp
-
Gets the ignorePendingSession attribute
- isIgnorePreRating() - Method in class com.highdeal.pnr.hci.DeleteSubscriptionBulkOp
-
Gets the ignorePreRating attribute.
- isIgnorePreRating() - Method in class com.highdeal.pnr.hci.DeleteSubscriptionOp
-
Gets the ignorePreRating attribute.
- isIgnorePreRating() - Method in class com.highdeal.pnr.hci.ModifySubscriptionBulkOp
-
Gets the ignorePreRating attribute.
- isIgnorePreRating() - Method in class com.highdeal.pnr.hci.ModifySubscriptionOp
-
Gets the ignorePreRating attribute
- isIgnoringNotEmptyAccount() - Method in class com.highdeal.pnr.hci.DeleteSubscriberAccountOp
-
Tests if not empty accounts are ignored during delete account operation.
- isIgnoringNotEmptyAccount() - Method in class com.highdeal.pnr.hci.ModifySubscriberAccountOp
-
Returns true if not empty prepaid account must be ignored.
- isIgnoringNotEmptyAccount(boolean) - Method in class com.highdeal.pnr.hci.DeleteSubscriberAccountOp
-
Sets not empty accounts ignoring flag.
- isIgnoringNotEmptyAccount(boolean) - Method in class com.highdeal.pnr.hci.ModifySubscriberAccountOp
-
Sets if not empty prepaid account must be ignored or not.
- isIgnoringPendingSession() - Method in class com.highdeal.pnr.hci.DeleteSubscriberAccountOp
-
Tests if pending sessions are ignored during delete account operation.
- isIgnoringPendingSession(boolean) - Method in class com.highdeal.pnr.hci.DeleteSubscriberAccountOp
-
Sets pending sessions ignoring flag.
- isIgnoringPreRating() - Method in class com.highdeal.pnr.hci.DeleteSubscriberAccountOp
-
Tests if pre-rating is ignored during delete account operation.
- isIgnoringPreRating(boolean) - Method in class com.highdeal.pnr.hci.DeleteSubscriberAccountOp
-
Sets pre-rating ignoring flag.
- isIncrementCounter() - Method in class com.highdeal.pnr.hci.CounterDescriptionModel
-
Returns true if the counter is shareable and is of type increment, false otherwise.
- isIncrementCounter() - Method in class com.highdeal.pnr.hci.CounterModel
-
Returns true if the counter is shareable and is of type increment, false otherwise.
- isInError() - Method in class com.highdeal.admin.hci.FileToBulkLoad
-
Returns if the file is in error.
- isInError() - Method in class com.highdeal.pnr.hci.BatchChargeResult
-
Checks if at least one charging operation request has failed.
- isInError() - Method in class com.highdeal.pnr.hci.CounterSnapshotModel
-
Gets whether the counter snapshot is erroneous
- isInGroup(String) - Method in class com.highdeal.calendar.hci.HolidayModel
-
Tests is this belongs to the given group.
- isInitialized() - Method in class com.highdeal.tax.hci.TaxHelper
-
Indicates if TaxHelper has been initialized, i.e.
- isInProgress() - Method in class com.highdeal.pnr.hci.GetCurrentReratingSessionStatusResult
- isIntegerConstraint() - Method in class com.highdeal.udr.hci.ConstraintObject
-
Returns integer status of the constraint.
- isIntegerConstraint() - Method in class com.highdeal.udr.hci.EnumeratedListConstraint
-
Returns integer status of the enumerated list constraint.
- isIntegerConstraint() - Method in class com.highdeal.udr.hci.FormatConstraint
-
Returns integer status of the format constraint.
- isIntegerConstraint() - Method in class com.highdeal.udr.hci.RangeConstraint
-
Returns integer status of the range constraint.
- isISOCurrency() - Method in class com.highdeal.currency.Currency
-
Returns true if this is an ISO 4217 defined currency, false if this represents a user defined currency.
- isItemImmediatelyLoaded() - Method in class com.highdeal.pnr.hci.ChargingOutputContextDomain
-
Gets whether output items generated by the charging operation must be immediately loaded into SAP Convergent Invoicing.
- isLeaf() - Method in class com.highdeal.catalog.hci.CatalogEntryModel
- isLocked() - Method in class com.highdeal.hci.UserModel
-
Returns whether the SAP CC user is locked.
- isLongConstraint() - Method in class com.highdeal.udr.hci.ConstraintObject
-
Returns long status of the constraint.
- isLongConstraint() - Method in class com.highdeal.udr.hci.EnumeratedListConstraint
-
Returns long status of the enumerated list constraint.
- isLongConstraint() - Method in class com.highdeal.udr.hci.FormatConstraint
-
Returns long status of the format constraint.
- isLongConstraint() - Method in class com.highdeal.udr.hci.RangeConstraint
-
Returns long status of the range constraint.
- isLowerRangeInclusive() - Method in class com.highdeal.pnr.hci.TierTableRowModel
-
Indicates if the lower range is inclusive or not.
- isMaintenanceMode() - Method in class com.highdeal.admin.hci.SystemStatus
-
Gets whether the system is in maintenance mode.
- isManagedByCockpit() - Method in class com.highdeal.pnr.hci.ChargeComponentModel
-
Returns
trueif this Charge is compatible with a Rate Plan. - isManagedByCockpit() - Method in class com.highdeal.pnr.hci.PricingMacroModel
- isManagedByCockpit() - Method in interface com.highdeal.pnr.hci.RatingContextDescription
-
Returns true if the charge component is managed by Cockpit.
- isManagedByCockpit() - Method in class com.highdeal.pnr.hci.RatingContextDescriptionProvider
- isManualActivable() - Method in class com.highdeal.pnr.hci.ChargeConditionModel
-
Returns
trueif the charge activation is manually created for this charge condition, elsefalse; This is an informative attribute. - isMappingTableId(ParameterModel) - Method in class com.highdeal.pnr.hci.ParameterAdditionalInfoHelper
- isMappingTableId(List<AdditionalInfoModel>) - Method in class com.highdeal.pnr.hci.ParameterAdditionalInfoHelper
-
Tells whether the given additional information indicates a mapping table ID (i.e.
- isMappingTableKey(ParameterModel) - Method in class com.highdeal.pnr.hci.ParameterAdditionalInfoHelper
- isMappingTableKey(List<AdditionalInfoModel>) - Method in class com.highdeal.pnr.hci.ParameterAdditionalInfoHelper
-
Tells whether the given additional information indicates a mapping table key (i.e.
- isMaster - Static variable in class com.highdeal.pnr.tif.TransactionFieldBook
-
tf_isMaster_xlst using type
BigDecimal - isMaster() - Method in class com.highdeal.pnr.tif.ChargedTransactionSet.ChargedTransactionSetEntry
- isMaxLimit() - Method in class com.highdeal.pnr.hci.CheckLimitResult
-
Checks if the limit is the maximum
- isMemoryScope() - Method in class com.highdeal.admin.hci.ParameterOperation
- isModifiable() - Method in class com.highdeal.admin.hci.AdminParameterModel
-
Is parameter modifiable?
- isMoneyFormat(String) - Static method in class com.highdeal.currency.Money
-
Tests if the String s is in money format.
- isMultiCurrencies() - Method in class com.highdeal.pnr.hci.ChargeComponentModel
-
Returns whether the charge component is multi-currencies.
- isMultiCurrencies() - Method in class com.highdeal.pnr.hci.ChargeConditionModel
-
Returns whether the charge condition is multi-currencies
- isMultipleBinding(ServiceInfo.ServiceInfoType) - Method in interface com.highdeal.admin.hci.InstanceInfo
-
Returns
trueif the service is bound to all available addresses. - isMultipleBinding(ServiceInfo.ServiceInfoType) - Method in class com.highdeal.admin.hci.InstanceInfoImpl
- isNotificationPropertiesFormatted() - Method in class com.highdeal.pnr.hci.ChargeExecutionContext
-
Gets whether the properties of
notificationmust be returned formatted in the result of the charging operation. - isNotificationReturned() - Method in class com.highdeal.pnr.hci.ChargingResultContextDomain
-
Gets whether
notificationsmust be returned in the result of the charging operation. - isNotificationReturned() - Method in class com.highdeal.pnr.hci.ChargingResultOnErrorContextDomain
-
Gets whether
notificationsgenerated by an error must be returned in the result of the charging operation. - isNoTimeout() - Method in class com.highdeal.cnd.message.AsyncRatingServiceClient
-
Checks if this charging client handles timeout.
- iso_currency - Static variable in class com.highdeal.pnr.tif.TransactionFieldBook
-
tf_iso_currency_xlst using type
String - ISO_CURRENCY_CODE - Static variable in interface com.highdeal.pnr.hci.RatingContextDescription
-
Constant for the property that represents the currency code of a prepaid account
- ISO4217CurrenciesModel - Class in com.highdeal.pnr.hci
-
This class represents the ISO 4217 currencies handled by the system.
- ISO4217CurrenciesModel() - Constructor for class com.highdeal.pnr.hci.ISO4217CurrenciesModel
- ISO4217CurrencyModel - Class in com.highdeal.pnr.hci
-
This class represents an ISO 4217 currency defined in SAP CC, made up with the following attributes: - code: The ISO 4217 currency unique code.
- ISO4217CurrencyModel() - Constructor for class com.highdeal.pnr.hci.ISO4217CurrencyModel
- isOfferLevelDependent() - Method in class com.highdeal.pnr.hci.ChargeConditionModel
-
Gets the level of the dependent charge
- isOfferSubscribed() - Method in exception com.highdeal.hci.InvalidDeletionException
-
Returns
truein case of deletion of subscribed offer, elsefalse. - isOfferSubscribed() - Method in exception com.highdeal.hci.InvalidModificationException
-
Returns
truein case of deletion of subscribed offer, elsefalse. - isOnlyDefaultEim() - Method in class com.highdeal.pnr.hci.SearchExportableItemMappingOp
- isOptional() - Method in class com.highdeal.admin.hci.AdminParameterModel
-
Is parameter optional?
- isOptionalOrder() - Method in class com.highdeal.pnr.hci.OfferConditionModel
-
Returns the optional order flag of this offer condition.
- isOverrideDependencies() - Method in class com.highdeal.pnr.hci.SubscriptionModel
-
Returns whether the subscription overrides the charge dependencies of the offer.
- isPartner - Static variable in class com.highdeal.pnr.tif.TransactionFieldBook
-
tf_isPartner_xlst using type
Boolean - IsPartner() - Constructor for class com.highdeal.pnr.tif.ITransactionField.TransactionAccessibleFieldSet.IsPartner
- isPasswordAuthEnabled() - Method in class com.highdeal.hci.UserModel
-
Returns whether the password-based authentication is enabled for this SAP CC user.
- isPasswordRevoked() - Method in class com.highdeal.hci.UserModel
-
Tells whether or not this SAP CC user must change his password on next login.
- ISpendingStatusReportAcknowledger - Interface in com.highdeal.cnd.message
-
This
Java interfacedefines the necessary methods to inform the SAP CC Core Server system that the spending status report is handled in your client application. - ISpendingStatusReportAcknowledger.ISpendingStatusReportAcknowledgerListener - Interface in com.highdeal.cnd.message
-
This
Java interfacedefines a method to be informed thatyour acknowledgementhas been received by connected SAP CC system. - ISpendingStatusReportListener - Interface in com.highdeal.cnd.message
-
This
Java interfaceenables amonitoring clientto be notified of spending status reports during customer service usage. - isPeriodRequired() - Method in class com.highdeal.filter.hci.ModificationModel
-
Returns
trueif the modified object family is managed with chronology. - isPersistent() - Method in class com.highdeal.admin.hci.AdminParameterModel
-
Is parameter persistent?
- isPersistentCounter() - Method in class com.highdeal.pnr.hci.InMacroPropertyModel
-
Returns true if the input property must be a persistent counter.
- isPersistentCounter(String) - Static method in enum class com.highdeal.pnr.hci.DetailCategory
- isPersistentScope() - Method in class com.highdeal.admin.hci.ParameterOperation
- isPrefix() - Method in enum class com.highdeal.pnr.hci.ExportableProperty
- isPrepaid - Static variable in class com.highdeal.pnr.tif.TransactionFieldBook
-
tf_isPrepaid_xlst using type
Boolean - isPrepaid() - Method in class com.highdeal.pnr.hci.RecurringRateModel
-
Tests if the recurring rate is prepaid.
- isPrepaidAccount() - Method in class com.highdeal.pnr.hci.ChargingMappingModel
-
Returns true if the mapping references a prepaid account, false otherwise.
- isPrepaidAccount() - Method in class com.highdeal.pnr.tif.ChargedTransaction
-
Indicates whether the account type is Prepaid.
- IsPrepaidField() - Constructor for class com.highdeal.pnr.tif.ITransactionField.ChargedTransactionSetEntryAccessibleFieldSet.IsPrepaidField
- isPrepaidRefill - Static variable in class com.highdeal.pnr.tif.TransactionFieldBook
-
tf_isPrepaidRefill_xlst using type
Boolean - IsPrepaidRefillField() - Constructor for class com.highdeal.pnr.tif.ITransactionField.ChargedTransactionSetEntryAccessibleFieldSet.IsPrepaidRefillField
- isPrepaidUsage - Static variable in class com.highdeal.pnr.tif.TransactionFieldBook
-
tf_isPrepaidUsage_xlst using type
Boolean - IsPrepaidUsageField() - Constructor for class com.highdeal.pnr.tif.ITransactionField.ChargedTransactionSetEntryAccessibleFieldSet.IsPrepaidUsageField
- isPrivate() - Method in class com.highdeal.pnr.hci.ParameterModel
-
Returns the visibility of the parameter.
- isPrivate() - Method in class com.highdeal.pnr.hci.TierTableInstanceModel
-
Returns the visibility of the instance.
- isPrivate() - Method in class com.highdeal.pnr.hci.TranslationInstanceModel
-
Returns the visibility of the instance.
- isPropagationSensitive() - Method in interface com.highdeal.pnr.hci.RatingContextDescription
- isPropagationSensitive() - Method in class com.highdeal.pnr.hci.RatingContextDescriptionProvider
- isPropertyNameValue() - Method in class com.highdeal.pnr.hci.ComponentProperty
-
Whether the property value is a property name
- isPropertyNameValue(boolean) - Method in class com.highdeal.pnr.hci.ComponentProperty
-
Set whether the component property is pointing to a property.
- isPropertyOrValueSet() - Method in class com.highdeal.pnr.hci.ChargedItemClassField
- isPropertyValid(String, int) - Method in interface com.highdeal.pnr.hci.RatingContextDescription
-
Test if a property from a category is valid, without taking any restriction into account.
- isPropertyValid(String, int) - Method in class com.highdeal.pnr.hci.RatingContextDescriptionProvider
- isPropertyValid(String, int, boolean) - Method in interface com.highdeal.pnr.hci.RatingContextDescription
-
Test if a property from a category is valid.
- isPropertyValid(String, int, boolean) - Method in class com.highdeal.pnr.hci.RatingContextDescriptionProvider
- isPropertyValid(String, DetailCategory) - Method in interface com.highdeal.pnr.hci.RatingContextDescription
-
Tests if a property from a category is valid.
- isPropertyValid(String, DetailCategory) - Method in class com.highdeal.pnr.hci.RatingContextDescriptionProvider
- isProratable() - Method in class com.highdeal.pnr.hci.RecurringRateModel
-
Tests if the recurring rate is proratable.
- isProrated - Static variable in class com.highdeal.pnr.tif.TransactionFieldBook
-
tf_isProrated_xlst using type
Boolean - IsProrated() - Constructor for class com.highdeal.pnr.tif.ITransactionField.TransactionAccessibleFieldSet.IsProrated
- isRangeSetResult() - Method in class com.highdeal.rangetable.hci.SearchRangeTableOp
-
Returns true if the range table content must be returned as range sets, false if it must be returned as rows.
- isRangeSetResult() - Method in class com.highdeal.rangetable.hci.SearchSubscriberRangeTableOp
-
Returns true if the range table content must be returned as range sets, false if it must be returned as rows.
- isRangeTableId(ParameterModel) - Method in class com.highdeal.pnr.hci.ParameterAdditionalInfoHelper
- isRangeTableId(List<AdditionalInfoModel>) - Method in class com.highdeal.pnr.hci.ParameterAdditionalInfoHelper
-
Tells whether the given additional information indicates a range table ID (i.e.
- isReadWriteLevel() - Method in class com.highdeal.hci.ObjectAccessRuleModel
-
Gets the flag that identify if the rule is for read/write access or only for read access.
- isReconnectOperation() - Method in class com.highdeal.admin.hci.SQLConnectionAdminOp
-
Retrieves whether the operation to perform on the selected SQL connection is a reconnection operation.
- isRefillItemValid(String) - Method in interface com.highdeal.pnr.hci.RatingContextDescription
-
Returns true if the Refill Item Class exists.
- isRefillItemValid(String) - Method in class com.highdeal.pnr.hci.RatingContextDescriptionProvider
- isRefund - Static variable in class com.highdeal.pnr.tif.TransactionFieldBook
-
tf_isRefund_xlst using type
Boolean - IsRefund() - Constructor for class com.highdeal.pnr.tif.ITransactionField.TransactionAccessibleFieldSet.IsRefund
- isRemovable() - Method in class com.highdeal.pnr.hci.StatelessPreRatingContext
-
Returns true if and only if there are no more pending pre-rating related to this StatelessPreRatingContext.
- isRemovable(Date) - Method in class com.highdeal.pnr.hci.StatelessPreRatingContext
-
Returns true if and only if there are no more pending pre-rating related to this StatelessPreRatingContext.
- isRemoveChildAllowed(int) - Method in class com.highdeal.pnr.hci.RateComponentModel
-
Test if removing a child at an index is allowed.
- isResponseItemReturned() - Method in class com.highdeal.pnr.hci.ChargingResultContextDomain
-
Gets whether
response itemsmust be returned in the result of the charging operation. - isReturn() - Method in class com.highdeal.cnd.message.SessionOperationItemResult
-
Indicates if this
resultis a successful return. - isReturn() - Method in interface com.highdeal.pnr.hci.ISessionOperationItemResult
-
Indicates if this
resultis a successful return. - isRunning() - Method in enum class com.highdeal.admin.hci.ServerStatus
- isRunning() - Method in class com.highdeal.admin.hci.StatusModel
-
Returns true if the instance of SAP CC system is running.
- ISRUNNING - Static variable in class com.highdeal.admin.hci.StatusModel
-
XML Mapping for the running flag: "isRunning"
- isSamlAuthEnabled() - Method in class com.highdeal.hci.UserModel
-
Returns whether the SAML authentication is enabled for this SAP CC user.
- isSchemaOnly() - Method in class com.highdeal.pnr.hci.SearchTierTableOp
-
Returns the value of the
schemaOnlyattribute. - isSchemaOnly() - Method in class com.highdeal.pnr.hci.SearchTranslationTableOp
-
Returns the value of the
schemaOnlyattribute. - isSecured() - Method in enum class com.highdeal.admin.hci.ServiceInfo.ServiceInfoSecurity
- isServiceAvailable() - Method in class com.highdeal.cnd.message.ConnectionStatus
-
Gets the service availability status.
- isServiceAvailable(ServiceInfo.ServiceInfoType) - Method in interface com.highdeal.admin.hci.InstanceInfo
-
Returns
trueif the service is available. - isServiceAvailable(ServiceInfo.ServiceInfoType) - Method in class com.highdeal.admin.hci.InstanceInfoImpl
- isServiceEnabled(ServiceInfo.ServiceInfoType) - Method in interface com.highdeal.admin.hci.InstanceInfo
-
Returns
trueif the service is available and enabled. - isServiceEnabled(ServiceInfo.ServiceInfoType) - Method in class com.highdeal.admin.hci.InstanceInfoImpl
- isSetChildAllowed(int) - Method in class com.highdeal.pnr.hci.RateComponentModel
-
Tests if setting a child at an index is allowed.
- isSplitRefund() - Method in class com.highdeal.pnr.hci.ProrataModel
-
Tests if the prorata is a split refund.
- isStandalone() - Method in enum class com.highdeal.admin.hci.InstanceType
- isStandby() - Method in class com.highdeal.admin.hci.StandbyInstance
-
Gets the standby status.
- isStatisticsEnabled() - Method in class com.highdeal.admin.hci.ClientInfo
-
Gets whether statistics are enabled for the charging client.
- isStringConstraint() - Method in class com.highdeal.udr.hci.ConstraintObject
-
Returns string status of the constraint.
- isStringConstraint() - Method in class com.highdeal.udr.hci.EnumeratedListConstraint
-
Returns string status of the enumerated list constraint.
- isStringConstraint() - Method in class com.highdeal.udr.hci.FormatConstraint
-
Returns string status of the format constraint.
- isStringConstraint() - Method in class com.highdeal.udr.hci.RangeConstraint
-
Returns string status of the range constraint.
- isSubscriptionLevel() - Method in enum class com.highdeal.pnr.hci.ExportableProperty.Level
- isSuccessful() - Method in class com.highdeal.pnr.hci.AcquisitionResult
-
Returns whether the corresponding
chargeable itemwas acquired successfully. - isTaxIncluded - Static variable in class com.highdeal.pnr.tif.TransactionFieldBook
-
tf_isTaxIncluded_xlst using type
Boolean - IsTaxIncludedField() - Constructor for class com.highdeal.pnr.tif.ITransactionField.ChargedTransactionSetEntryAccessibleFieldSet.IsTaxIncludedField
- isTechnical() - Method in class com.highdeal.hci.UserModel
-
Gets whether the SAP CC user is a technical user (service user).
- isTransient() - Method in class com.highdeal.pnr.hci.CounterDescriptionModel
-
Checks if counter is transient.
- isTransientCounter() - Method in class com.highdeal.pnr.hci.InMacroPropertyModel
-
Returns true if the input property must be a transient counter.
- isUnbounded() - Method in class com.highdeal.rangetable.hci.RangeTableRangeModel
-
Checks if the range is unbounded.
- isUnbounded() - Method in class com.highdeal.rangetable.hci.RangeTableRowModel
-
Checks if this row is unbounded.
- isUpdateBeforeChild() - Method in class com.highdeal.pnr.hci.OutPropertyUpdateComponentModel
- isUpperRangeInclusive() - Method in class com.highdeal.pnr.hci.TierTableRowModel
-
Indicates if the upper range is inclusive or not.
- isUsageNameAlreadyUsed(UsageChargeModel) - Method in class com.highdeal.pnr.hci.ChargingPlanValidator.ChargingPlanContext
-
Checks if the UsageRate is already used by another UsageRate.
- isUsePreviousDiscountedAmount() - Method in class com.highdeal.pnr.hci.ChargeConditionModel
-
Gets the base amount to charge the dependent discount
- isValid() - Method in interface com.highdeal.admin.hci.InstanceInfo
-
Throws an InvalidInstanceInfoException if the instance info is malformed or invalid.
- isValid() - Method in class com.highdeal.admin.hci.InstanceInfoImpl
- isValid() - Method in class com.highdeal.filter.hci.AttributeModificationModel
-
Checks if types are valid and compatible with operator.
- isValid() - Method in class com.highdeal.hci.CheckPasswordResult.PasswordRule
-
Gets whether the rule is satisfied.
- isValid() - Method in class com.highdeal.pnr.hci.ChargingMappingModel
-
Returns true if the model is valid, false otherwise.
- isValid() - Method in class com.highdeal.tax.hci.TaxDetailModel
-
Returns true if the tax data is valid; Tax data is valid if its name is not null or empty.
- isValid() - Method in class com.highdeal.tax.hci.TaxedAmount
-
Returns true if the taxed amount is valid; Taxed amount is valid if it contains a tax amount and a valid tax detail if any.
- isValid() - Method in class com.highdeal.udr.hci.AttributeDescriptionModel
-
Checks if a name exists and the default value respects the constraint.
- isValid() - Method in class com.highdeal.udr.hci.UserDefinedRecordModel
-
Checks if this user defined record is valid; Each included attribute description has also to be valid and must have a unique name in the same user user defined record.
- isValid(TierTableModel) - Method in class com.highdeal.pnr.hci.TierTableInstanceModel
-
Returns true if the tier table is valid.
- isValid(TranslationTableModel) - Method in class com.highdeal.pnr.hci.TranslationInstanceModel
-
Returns true if the translation table is valid.
- isValid(TaxData) - Static method in class com.highdeal.tax.hci.TaxHelper
- isValid(Object) - Method in class com.highdeal.udr.hci.AttributeDescriptionModel
-
Checks if the value respects the constraint.
- isValid(Vector<OutAttributeModel>) - Method in class com.highdeal.pnr.hci.TranslationRowModel
-
Returns true if the translation row is valid.
- isValid(Vector<TierTableOutAttributeModel>) - Method in class com.highdeal.pnr.hci.TierTableRowModel
-
Returns true if the tier table range is valid.
- isValidDefaultValue() - Method in class com.highdeal.udr.hci.AttributeDescriptionModel
-
Checks if the default value respects the constraint.
- isValidFormat() - Method in class com.highdeal.udr.hci.AttributeDescriptionModel
-
Checks if the storage format is valid.
- isValidValue(Object) - Method in class com.highdeal.udr.hci.ConstraintObject
-
Tests if the value checks the constraint.
- isValidValue(Object) - Method in class com.highdeal.udr.hci.EnumeratedListConstraint
-
Tests if the value checks the enumerated list constraint.
- isValidValue(Object) - Method in class com.highdeal.udr.hci.FormatConstraint
-
Tests if the value checks the format constraint.
- isValidValue(Object) - Method in class com.highdeal.udr.hci.RangeConstraint
-
Tests if the value checks the range constraint.
- isVisible(String) - Static method in class com.highdeal.pnr.hci.RatingContextDescriptionProvider
-
Returns whether a specified property name is linked to a visible property.
- isWellFormed() - Method in class com.highdeal.pnr.hci.DurationModel
-
Check whether this duration is well formed or not.
- isWithDescriptions() - Method in class com.highdeal.pnr.hci.SearchExportableItemTemplateOp
-
Gets whether descriptions must be retrieved for template and template fields.
- isWithNoPricePlanInChronology() - Method in class com.highdeal.pnr.hci.SearchChargeComponentOp
-
Gets the withNoPricePlanInChronology.
- isWithRows() - Method in class com.highdeal.mappingtable.hci.SearchMappingTableOp
- isWithVersions() - Method in class com.highdeal.mappingtable.hci.SearchMappingTableOp
-
Gets whether table and row versions must be returned in the result of the operation.
- isZero() - Method in class com.highdeal.currency.Money
-
Returns true if amount is zero, whatever the currency, false otherwise.
- ITagNameProvider - Interface in com.highdeal.hci
-
This
Java interfacedefines a marshallable object that provides its XML tag name via thegetTagName() method. - ITEM - Enum constant in enum class com.highdeal.pnr.hci.DetailCategory
- ITEM_SET_ID - Static variable in class com.highdeal.pnr.tif.ITransactionField.ChargedTransactionSetAccessibleFieldSet.TransactionSetIDField
-
This object is used as a flag to indicate that the value of the fields computed with this transaction field is the value of the charged item set identifier.
- itemSetId - Static variable in class com.highdeal.pnr.tif.TransactionFieldBook
-
tf_itemSetId_xlst using type
BigDecimal - itemSetIdStr - Static variable in class com.highdeal.pnr.tif.TransactionFieldBook
-
tf_itemSetIdStr_xlst using type
String - itemSetIdType - Static variable in class com.highdeal.pnr.tif.TransactionFieldBook
-
tf_itemSetIdType_xlst using type
String - ITERATOR_MODE - Static variable in class com.highdeal.filter.hci.SearchFilterModel
-
INTERNAL USE ONLY - Constant for "iterator" search mode (value is set to
1). - ITERATOR_MODE - Static variable in interface com.highdeal.filter.hci.SearchQueryResult
- ITransactionField<E> - Interface in com.highdeal.pnr.tif
-
This
Java interfacedescribes a transaction field, i.e. - ITransactionField.BadFieldException - Exception in com.highdeal.pnr.tif
-
This
abstract Java classrepresents an exception that is thrown if atransaction fieldcannot be accessed; Consider the directknown subclasses. - ITransactionField.BooleanTransactionField - Class in com.highdeal.pnr.tif
-
This class is used to create
transaction fieldwith typeBoolean. - ITransactionField.ChargedTransactionAccessibleFieldSet - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionAccessibleFieldSet.AccountCodeField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionAccessibleFieldSet.AccountTypeCodeField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionAccessibleFieldSet.AccountTypeNameField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionAccessibleFieldSet.AmountField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionAccessibleFieldSet.BaseAmountField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionAccessibleFieldSet.CreditorIdField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionAccessibleFieldSet.DateDetailRecordField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionAccessibleFieldSet.DateField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionAccessibleFieldSet.DebtorIdField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionAccessibleFieldSet.ExternalAccountCodeField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionAccessibleFieldSet.ExternalAccountNameField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionAccessibleFieldSet.IsCredit - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionAccessibleFieldSet.IsDebit - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionAccessibleFieldSet.NumberDetailRecordField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionAccessibleFieldSet.PrepaidAccountNameField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionAccessibleFieldSet.PrepaidBalanceAmount - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionAccessibleFieldSet.ServiceProviderField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionAccessibleFieldSet.StringDetailRecordField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionAccessibleFieldSet.SubscriberAccountCodeField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionAccessibleFieldSet.SubscriberAccountReferenceField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionAccessibleFieldSet.TaxAmountField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionAccessibleFieldSet.TaxCodeField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionAccessibleFieldSet.TaxDetailField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionAccessibleFieldSet.TaxStatusCodeField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionAccessibleFieldSet.TaxStatusIdField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionAccessibleFieldSet.TotalAmountField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionAccessibleFieldSet.TransactionIdField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionAccessibleFieldSet.TransactionIdStringField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionSetAccessibleFieldSet - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionSetAccessibleFieldSet.ChargeableItemIdField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionSetAccessibleFieldSet.ChargeableItemIdTypeField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionSetAccessibleFieldSet.EventProcessingDate - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionSetAccessibleFieldSet.IsChargeableItemExportedChargingOutputField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionSetAccessibleFieldSet.JobIdSenderContextField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionSetAccessibleFieldSet.TransactionSetIDField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionSetAccessibleFieldSet.TransactionSetIDStringField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionSetAccessibleFieldSet.TransactionSetIDTypeField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionSetEntryAccessibleFieldSet - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionSetEntryAccessibleFieldSet.ChargeTypeCodeField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionSetEntryAccessibleFieldSet.ChargeTypeNameField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionSetEntryAccessibleFieldSet.IsPrepaidField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionSetEntryAccessibleFieldSet.IsPrepaidRefillField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionSetEntryAccessibleFieldSet.IsPrepaidUsageField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionSetEntryAccessibleFieldSet.IsTaxIncludedField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionSetEntryAccessibleFieldSet.LabelField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionSetEntryAccessibleFieldSet.MasterFlagField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionSetEntryAccessibleFieldSet.TaxAmountField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionSetEntryAccessibleFieldSet.TaxCodeField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionSetEntryAccessibleFieldSet.TaxDetailField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionSetEntryAccessibleFieldSet.TaxDetTypeField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionSetEntryAccessibleFieldSet.TaxStatusCodeField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionSetEntryAccessibleFieldSet.TaxStatusIdField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionSetEntryAccessibleFieldSet.TotalAmountField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionSetEntryAccessibleFieldSet.VatBusinessCategoryField - Class in com.highdeal.pnr.tif
- ITransactionField.ChargedTransactionSetEntryAccessibleFieldSet.VatTaxationPlaceField - Class in com.highdeal.pnr.tif
- ITransactionField.DateTransactionField - Class in com.highdeal.pnr.tif
-
This class is used to create
transaction fieldwith typeDate. - ITransactionField.EmptyAccessibleFieldSet - Class in com.highdeal.pnr.tif
- ITransactionField.EmptyAccessibleFieldSet.EmptyBooleanField - Class in com.highdeal.pnr.tif
- ITransactionField.EmptyAccessibleFieldSet.EmptyDateField - Class in com.highdeal.pnr.tif
- ITransactionField.EmptyAccessibleFieldSet.EmptyNumberField - Class in com.highdeal.pnr.tif
- ITransactionField.EmptyAccessibleFieldSet.EmptyStringField - Class in com.highdeal.pnr.tif
- ITransactionField.InvalidArgumentValueException - Exception in com.highdeal.pnr.tif
-
Exception thrown
- ITransactionField.InvalidTypeFieldException - Exception in com.highdeal.pnr.tif
-
Exception thrown when a
transaction fielddoes not contain a value with defined expected type. - ITransactionField.InvalidValueException - Exception in com.highdeal.pnr.tif
-
Exception thrown when a
transaction fielddoes not contain a value that is compatible with this field. - ITransactionField.ITransactionFieldParametrable<T> - Interface in com.highdeal.pnr.tif
-
This
Java interfaceis used to create atransaction fieldthat can be set with a parameter. - ITransactionField.MissingMandatoryArgumentException - Exception in com.highdeal.pnr.tif
-
Exception thrown when a
transaction fieldcannot be accessed because one ofcharged transaction set,charged transaction set entry,charged transactionortransactionis not provided. - ITransactionField.NumberTransactionField - Class in com.highdeal.pnr.tif
-
This class is used to create
transaction fieldwith typeBigDecimal. - ITransactionField.ParametrableBooleanTransactionField - Class in com.highdeal.pnr.tif
- ITransactionField.ParametrableDateTransactionField - Class in com.highdeal.pnr.tif
- ITransactionField.ParametrableNumberTransactionField - Class in com.highdeal.pnr.tif
- ITransactionField.ParametrableStringTransactionField - Class in com.highdeal.pnr.tif
- ITransactionField.StringTransactionField - Class in com.highdeal.pnr.tif
-
This abstract class is used to create
transaction fieldwith typeString. - ITransactionField.TransactionAccessibleFieldSet - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.AmountCurrencyCodeField - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.AmountField - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.AmountIsoCurrencyCodeField - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.BooleanDetailRecordField - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.ChargeCodeField - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.ContractTypeField - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.DateDependentDetailRecordField - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.DateDetailRecordField - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.DispatchCode1Field - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.DispatchCode2Field - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.DispatchCode3Field - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.EventDateField - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.ExcludedRecurringPeriodStopDateField - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.GrossPriceFlagField - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.IncludedRecurringPeriodStopDateField - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.IsAllowanceField - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.IsAllowanceStringField - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.IsClient - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.IsPartner - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.IsProrated - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.IsRefund - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.LabelField - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.NumberDetailRecordField - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.OfferCodeField - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.OperationTypeField - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.OriginField - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.ReservationUIDField - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.SessionIDField - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.StringDetailRecordField - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionAccessibleFieldSet.SubscriptionCodeField - Class in com.highdeal.pnr.tif
- ITransactionField.TransactionFieldSet - Class in com.highdeal.pnr.tif
-
This class defines a set of
transaction fields. - ITransactionProcessor - Interface in com.highdeal.pnr.tif
-
This
Java interfacedescribes the Transaction Integration Framework (TIF). - ITransactionProcessorV2 - Interface in com.highdeal.pnr.tif
-
This interface is an enhancement of
the Transaction Integration Framework (TIF). - IXMLMarshallable - Interface in com.highdeal.hci
-
This
Java interfacedefines the methods to marshal the attributes of an element and the child elements of an element.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form