Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

F

FailedAuthenticationModel() - Constructor for class com.highdeal.hci.AuthenticateUserResult.FailedAuthenticationModel
Builds an empty failed authentication model
FailedAuthenticationModel(Date, String) - Constructor for class com.highdeal.hci.AuthenticateUserResult.FailedAuthenticationModel
Builds a failed authentication model with a record date and a source address
FALSE_CONFIRM_AT_EXPIRATION - Static variable in class com.highdeal.pnr.tif.ReserveInfo
Constant value for default confirm at expiration set to false
FetchClientStatisticsException - Exception in com.highdeal.admin.hci
Exception thrown when an error occurs while retrieving the statistics of a client connected to the SAP CC Core Server system (see the Fetch Client Statistics operation).
FetchClientStatisticsException() - Constructor for exception com.highdeal.admin.hci.FetchClientStatisticsException
Creates a fetch client statistics exception.
FetchClientStatisticsException(int, String, String, int) - Constructor for exception com.highdeal.admin.hci.FetchClientStatisticsException
Creates a fetch client statistics exception with a reason and a message.
FetchClientStatisticsOp - Class in com.highdeal.admin.hci
This operation allows retrieving statistics about a charging client application connected to the SAP CC Core Server system; You specify the host and the communication port previously identified with the List Clients operation.
FetchClientStatisticsOp() - Constructor for class com.highdeal.admin.hci.FetchClientStatisticsOp
Creates a fetch client statistics operation.
FetchClientStatisticsResult - Class in com.highdeal.admin.hci
This result contains statistics related to a charging client connected to the SAP CC system.
FetchClientStatisticsResult() - Constructor for class com.highdeal.admin.hci.FetchClientStatisticsResult
Creates a fetch client statistics result.
FILE_NAME - Static variable in class com.highdeal.admin.hci.FileToBulkLoad
Mapping for the file name: "fileName"
FileEnvelope - Class in com.highdeal.hci
This class is used for save in and load from file a set of XMLMarshallable objects.
FileEnvelope() - Constructor for class com.highdeal.hci.FileEnvelope
Creates a new FileEnvelope using the current SAP Convergent Charging version.
FileEnvelope(String) - Constructor for class com.highdeal.hci.FileEnvelope
Creates a new FileEnvelope using the given String as version.
FileToBulkLoad - Class in com.highdeal.admin.hci
This Java class represents a file that was fetched by a rater instance and that is ready to be bulk loaded to another system.
FileToBulkLoad() - Constructor for class com.highdeal.admin.hci.FileToBulkLoad
Builds an empty FileToBulkLoad.
FileToBulkLoad(String, Date, FileToBulkLoad.FromInstanceType, boolean, String) - Constructor for class com.highdeal.admin.hci.FileToBulkLoad
Initializes a new FileToBulkLoadModel instance with the file information.
FileToBulkLoad.FromInstanceType - Enum in com.highdeal.admin.hci
This enumeration lists all the instance types from which the file is created (rater, bulkloader).
fillSearchResult(SearchQueryResult, SearchResult) - Static method in class com.highdeal.filter.hci.SearchQueryResultHelper
This method fills a search result with common search query data
fillSearchResult(SearchQueryResult, SearchResult, SearchQueryResultHelper.IObjectResultModifier) - Static method in class com.highdeal.filter.hci.SearchQueryResultHelper
This method fills a search result with common search query data.
FILTER_GROUP_PNR - Static variable in class com.highdeal.filter.hci.SearchFilterModel
Constant
findLeaves(RateComponentModel, List<RateComponentModel>) - Static method in class com.highdeal.pnr.hci.PricePlanModel
Fill the given list with all leaves starting from the given rate component.
findRootRateModel() - Method in class com.highdeal.pnr.hci.RateComponentModel
Find the parent RateComponentModel.
FireExpirationAlertsOp - Class in com.highdeal.admin.hci
This operation allows you to activate of alerts on expired subscriptions.
FireExpirationAlertsOp() - Constructor for class com.highdeal.admin.hci.FireExpirationAlertsOp
 
FireExpirationAlertsResult - Class in com.highdeal.admin.hci
This class represents the result of the Fire Expiration Alerts operation.
FireExpirationAlertsResult() - Constructor for class com.highdeal.admin.hci.FireExpirationAlertsResult
 
FIX_TYPE - Static variable in class com.highdeal.calendar.hci.HolidayModel
0: Constant used for type of HolidayModel.FixedDay
FixedDay(String, int) - Constructor for class com.highdeal.calendar.hci.HolidayModel.FixedDay
Builds a new FixedDay
flush() - Method in class com.highdeal.hci.XMLUTF8OutputterWriter
 
FORBIDDEN_CURRENCY_UPDATE - Static variable in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
 
FORBIDDEN_FORMULA - Static variable in exception com.highdeal.filter.hci.InvalidSearchException
12: The specific formula is forbidden for this search operation API.
ForbiddenChargeException - Exception in com.highdeal.pnr.hci
Exception thrown when the charging or refilling process is forbidden; For example, this occurs when there is no service access information, when agreement (contract, subscription) is not valid any longer, when the price plan forbids charging, or when arguments are not correct.
ForbiddenChargeException() - Constructor for exception com.highdeal.pnr.hci.ForbiddenChargeException
Builds an empty forbidden charge exception.
ForbiddenChargeException(ForbiddenChargingProcessException) - Constructor for exception com.highdeal.pnr.hci.ForbiddenChargeException
Builds an empty forbidden charge exception.
ForbiddenChargeException(int, String) - Constructor for exception com.highdeal.pnr.hci.ForbiddenChargeException
Constructs an exception with a message and an error that explain why the charging is forbidden.
ForbiddenChargeException(int, String, ChargingResult) - Constructor for exception com.highdeal.pnr.hci.ForbiddenChargeException
Constructs an exception with a message and an error that explain why the charging is forbidden.
ForbiddenChargeException(int, String, String) - Constructor for exception com.highdeal.pnr.hci.ForbiddenChargeException
Constructs an exception with a message and an error and a sub message and a sub error that explain why the charging is forbidden.
ForbiddenChargeException(int, String, String, ChargingResult) - Constructor for exception com.highdeal.pnr.hci.ForbiddenChargeException
Constructs an exception with a cause, a message and an error that explain why the charging is forbidden.
ForbiddenChargeExceptionListener - Interface in com.highdeal.cnd.message
This Java interface has to be implemented by the classes which must handle exceptions; It specifies the onException(..) method invoked to hanlde possible errors related to ForbiddenCharge exceptions.
ForbiddenChargeListener - Interface in com.highdeal.pnr.hci
 
ForbiddenChargingProcessException - Exception in com.highdeal.pnr.hci
Exception thrown when the charging process is forbidden; This occurs when there is no access, when agreement is not valid any longer, when the price plan forbids charging or when arguments are not correct.
ForbiddenChargingProcessException() - Constructor for exception com.highdeal.pnr.hci.ForbiddenChargingProcessException
Builds an empty forbidden charge exception.
ForbiddenChargingProcessException(int, String) - Constructor for exception com.highdeal.pnr.hci.ForbiddenChargingProcessException
Constructs an exception with a message and an error that explain why the charging is forbidden.
ForbiddenChargingProcessException(int, String, String) - Constructor for exception com.highdeal.pnr.hci.ForbiddenChargingProcessException
Constructs an exception with a message and an error and a sub message and a sub error that explain why the charging is forbidden.
forbiddenCurrencyUpdate(String, String, InvalidSubscriberAccountException.ObjectType, String) - Static method in exception com.highdeal.pnr.hci.InvalidSubscriberAccountException
 
ForbiddenEntityResolutionException(String, String) - Constructor for exception com.highdeal.hci.EntityUnresolver.ForbiddenEntityResolutionException
Initializes a ForbiddenEntityResolutionException with entity to be resolved.
FormatConstraint - Class in com.highdeal.udr.hci
The FormatConstraint implements the constraint defined by a pattern that matches the allowed values.
FormatConstraint() - Constructor for class com.highdeal.udr.hci.FormatConstraint
Builds a format constraint.
formatDate(Date) - Static method in class com.highdeal.hci.XMLUtils
Formats a date in ISO 8601 date format.
formatDateTime(Date) - Static method in class com.highdeal.hci.XMLUtils
Formats a date and a time in ISO 8601 date time format.
FoundLostRatingListener - Interface in com.highdeal.cnd.message
This Java interface is dedicated for managing a listener that is notified when a rater instance of the SAP CC system is found or lost.
FoundLostRatingListenerWrapper - Class in com.highdeal.cnd.message
 
FoundLostRatingListenerWrapper(char) - Constructor for class com.highdeal.cnd.message.FoundLostRatingListenerWrapper
 
FREE - Static variable in class com.highdeal.pnr.hci.PurchaseOrder
Indicates that the purchase is free for the customer.
FREE_MEMORY - Static variable in class com.highdeal.admin.hci.StatusModel
XML Mapping for the free memory: "freeMemory"
freeze() - Method in interface com.highdeal.hci.XMLAttributes
Returns a frozen copy of the XML attributes.
freeze() - Method in class com.highdeal.hci.XMLAttributesImpl
 
fromName(String) - Static method in enum com.highdeal.admin.hci.StandbyException.StandbyExceptionReason
Gets an reason by its name.
fromString(String) - Static method in class com.highdeal.admin.hci.ServiceInfo.Address
 
fromValue(String) - Static method in enum com.highdeal.error.IError.ErrorType
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links
Document Published: November 2017 (SAP CC 5.0 SP 0 and Later)