Interface AccountMigrationRequest
- All Superinterfaces:
Request<oracle.communication.brm.charging.messages.update.Update>
,Serializable
,TemporalObject
,oracle.communication.brm.charging.messages.update.UpdateRequest
,oracle.communication.brm.charging.ratingview.UpdateRequestView
public interface AccountMigrationRequest
extends oracle.communication.brm.charging.messages.update.UpdateRequest
Interface that contains information that is used to build a number of
individual account migration update requests
-
Nested Class Summary
Nested classes/interfaces inherited from interface oracle.communication.brm.charging.messages.update.UpdateRequest
oracle.communication.brm.charging.messages.update.UpdateRequest.ChargeSharing
-
Method Summary
Modifier and TypeMethodDescriptionMethod to return the list of account migration job idMethod to return the destination dbMethod to return the list of customer source DBMethods inherited from interface oracle.communication.brm.charging.messages.framework.Request
getOperation, getPayload, getStatus
Methods inherited from interface oracle.communication.brm.charging.messages.framework.TemporalObject
getCreationInstant
Methods inherited from interface oracle.communication.brm.charging.messages.update.UpdateRequest
getBusinessEvent, getCustomerId, getCustomerIds, getEventDateTime, getMsgId, getTraced, getUserIdentity, isAsynchronous, isChargeSharing, isTransactional, revisionCheck, setAsynchronous, setCustomerId, setTraced, setTransactional
-
Method Details
-
getSourceDb
String getSourceDb()Method to return the list of customer source DB- Returns:
- list of customer external references
-
getAccountMigrationJobId
String getAccountMigrationJobId()Method to return the list of account migration job id- Returns:
- account migration job id
-
getDestinationDb
String getDestinationDb()Method to return the destination db- Returns:
- Destination Db
-