SAP CC 3.0 BART API
A B C D E F G H I J M N P R S T U V X _

C

CANNOT_INITIALIZE_JOB - Static variable in class com.highdeal.bart.hci.SchedulingException
The job can not be initialized.
CANNOT_RATE_INVALID_ITEM - Static variable in class com.highdeal.bart.hci.InvalidCDRException
The CDR cannot be rated because of the invalid item.
CDR_ALREADY_RATED - Static variable in class com.highdeal.bart.hci.InvalidCDRException
The CDR is already rated.
CDR_BEING_RATED - Static variable in class com.highdeal.bart.hci.InvalidCDRException
The CDR cannot be modified because it is being rated.
CDR_DOES_NOT_EXIST - Static variable in class com.highdeal.bart.hci.InvalidCDRException
The given CDR Id doesn't refer to an existing CDR.
CDR_ID - Static variable in class com.highdeal.bart.hci.CDRModificationModel
Name of the attributeDescription that searches for cdrID.
CDR_ID - Static variable in class com.highdeal.bart.hci.CDRSearchFilterModel
Name of the attributeDescription that searches for cdrID.
CDR_IGNORED - Static variable in class com.highdeal.bart.hci.InvalidCDRException
The CDR is ignored.
CDRListModel - Class in com.highdeal.bart.hci
This class is used internally by BART in order to save list of cdrs in an XML output.
Please, use getCDRs() for getting list of cdrs.
CDRListModel() - Constructor for class com.highdeal.bart.hci.CDRListModel
Builds an empty CDRListModel.
CDRModel - Class in com.highdeal.bart.hci
A CDR is a Call Detail Record, an computer record from a telephone exchange.
CDRModel() - Constructor for class com.highdeal.bart.hci.CDRModel
Builds an empty CDR model
CDRModel(ChargeableItem, String, String, Date, String) - Constructor for class com.highdeal.bart.hci.CDRModel
Builds a CDR model with an chargeable item, source and access information.
CDRModel(Long, Integer, ChargeableItem, String, String, Long, Short, Long, Date, Date, Date, int, String, int, Long, Long, String, String) - Constructor for class com.highdeal.bart.hci.CDRModel
Builds a CDR model with full information.
CDRModel(Long, ChargeableItem, String, String, Integer, Long, Short, Long, Date, int) - Constructor for class com.highdeal.bart.hci.CDRModel
Build a CDR model with rating information.
CDRModificationModel - Class in com.highdeal.bart.hci
This modification model describes all available modifications on CDRs.
CDRModificationModel() - Constructor for class com.highdeal.bart.hci.CDRModificationModel
 
CDROperationResult - Class in com.highdeal.bart.hci
This class is a generic abstract class for the results returned by operations on CDR.
CDROperationResult(String, boolean) - Constructor for class com.highdeal.bart.hci.CDROperationResult
Builds an CDROperationResult without CDR.
CDRSearchFilterModel - Class in com.highdeal.bart.hci
This filter allows to retrieve any cdr by using attributeDescriptionModel to build search criterias.
CDRSearchFilterModel() - Constructor for class com.highdeal.bart.hci.CDRSearchFilterModel
Builds an empty CDRSearchFilterModel.
CDRServiceClient - Class in com.highdeal.bart.message
This class allows a user to send some CDRs to SAP Convergent Charging BART Server by using an efficient message protocol based on TCP/IP.
CDRServiceClient() - Constructor for class com.highdeal.bart.message.CDRServiceClient
Creates a non-initialized message client.
CDRServiceClient(String, int) - Constructor for class com.highdeal.bart.message.CDRServiceClient
Creates a message client and connect it with the CDR Service server.
CDRServiceClient(String, int, int) - Constructor for class com.highdeal.bart.message.CDRServiceClient
Creates a message client and connect it with the CDR Service server.
CDRServiceClient(String, int, String, int) - Constructor for class com.highdeal.bart.message.CDRServiceClient
Initializes a message client and connect it with the CDR service server.
checkModifications() - Method in class com.highdeal.bart.hci.CDRModificationModel
 
CLASSNAME - Static variable in class com.highdeal.bart.iec.hci.BartAcquisitionSessionModel
 
CleanDatabaseJobModel - Class in com.highdeal.bart.hci
Clean database job model is a extends of abstract class SchedulableJobModel.
CleanDatabaseJobModel() - Constructor for class com.highdeal.bart.hci.CleanDatabaseJobModel
Builds an empty job model.
CleanDatabaseJobModel(Long, Long, String, int, String) - Constructor for class com.highdeal.bart.hci.CleanDatabaseJobModel
Public constructor
CLEANED_STATUS - Static variable in class com.highdeal.bart.hci.AcquisitionSessionModel
Status for badly ended acquisition session.
CLEANED_STATUS - Static variable in class com.highdeal.bart.hci.RatingSessionModel
This status indicates that the rating session has been badly stopped and cleaned at the server restart.
close() - Method in class com.highdeal.bart.message.CDRServiceClient
Closes the connection with the CDR Service server.
com.highdeal.bart.admin.hci - package com.highdeal.bart.admin.hci
 
com.highdeal.bart.hci - package com.highdeal.bart.hci
Provides the BART JAVA / XML APIs.
com.highdeal.bart.iec - package com.highdeal.bart.iec
 
com.highdeal.bart.iec.hci - package com.highdeal.bart.iec.hci
 
com.highdeal.bart.message - package com.highdeal.bart.message
 
compareKey() - Method in class com.highdeal.bart.hci.CDRModel
 
compareTo(CDRModel) - Method in class com.highdeal.bart.hci.CDRModel
 
compareTo(SchedulableJobModel) - Method in class com.highdeal.bart.hci.SchedulableJobModel
 
connect(String, int, int) - Method in class com.highdeal.bart.message.CDRServiceClient
Connect this cdr service client using the round robin with the server.
connect(String, int) - Method in class com.highdeal.bart.message.CDRServiceClient
Connect this cdr service client using the round robin with the server.
connect(String, int, String, int) - Method in class com.highdeal.bart.message.CDRServiceClient
Connect this cdr service client using the round robin with the server.
connect(String, int, String, int, ServiceClientTuning) - Method in class com.highdeal.bart.message.CDRServiceClient
Connects this cdr service client to the remote cdr service server of BART.
ConsolidateCDRBulkOp - Class in com.highdeal.bart.hci
This operation allows to consolidate a selected list of CDRs, using a CDRSearchFilterModel.
ConsolidateCDRBulkOp() - Constructor for class com.highdeal.bart.hci.ConsolidateCDRBulkOp
Builds a empty consolidateCDRBulkOp
ConsolidateCDRBulkResult - Class in com.highdeal.bart.hci
This class is the result of the consolidate operation bulks.
ConsolidateCDRBulkResult() - Constructor for class com.highdeal.bart.hci.ConsolidateCDRBulkResult
Builds an empty consolidate cdr bulk result.
CONSUMPTION_DATE - Static variable in class com.highdeal.bart.hci.CDRModificationModel
Name of the attributeDescription that searches for consumptionDate.
CONSUMPTION_DATE - Static variable in class com.highdeal.bart.hci.CDRSearchFilterModel
Name of the attributeDescription that searches for consumptionDate.
contextPropertyRenamed(ContextProperty, String) - Method in class com.highdeal.bart.iec.hci.AcquireXCIActionModel
 
contextPropertyRenamed(ContextProperty, String) - Method in class com.highdeal.bart.iec.hci.BartAcquisitionSessionModel
 
CREATE_AND_DEDUPLICATE_MODE - Static variable in class com.highdeal.bart.hci.CreateCDROp
In this mode, status of duplicate CDR is set to duplicate.
CREATE_AND_REJECT_DUPLICATE_MODE - Static variable in class com.highdeal.bart.hci.CreateCDROp
In this mode, duplicate CDR are rejected.
CREATE_MODE - Static variable in class com.highdeal.bart.hci.CreateCDROp
In this mode, the CDR is created without de-duplication detection.
CreateCDROp - Class in com.highdeal.bart.hci
This operation allows to create a CDR which is not link to any Acquisition Session.
CreateCDROp() - Constructor for class com.highdeal.bart.hci.CreateCDROp
Builds an empty operation.
CreateCDRResult - Class in com.highdeal.bart.hci
This class conveys the result of CreateCDROp operation.
CreateCDRResult() - Constructor for class com.highdeal.bart.hci.CreateCDRResult
Builds an empty AcquireCDRResult.
CreateSchedulableJobOp - Class in com.highdeal.bart.hci
This operation allows to create a SchedulableJob.
CreateSchedulableJobOp() - Constructor for class com.highdeal.bart.hci.CreateSchedulableJobOp
creates a job in database
CreateSchedulableJobResult - Class in com.highdeal.bart.hci
This class conveys the result of CreateSchedulableJobOp operation.
CreateSchedulableJobResult() - Constructor for class com.highdeal.bart.hci.CreateSchedulableJobResult
Builds an empty CreateSchedulableJobResult.

SAP CC 3.0 BART API
A B C D E F G H I J M N P R S T U V X _
(c) Copyright 2011 SAP AG. All rights reserved. SAP Convergent Charging 3.0