Class RequestToBilling
java.lang.Object
ru.bgcrm.plugin.bgbilling.RequestToBilling
- All Implemented Interfaces:
Runnable
-
Constructor Summary
ConstructorsConstructorDescriptionRequestToBilling(AtomicInteger taskCount, TransferData transferData, String dbKey, User user, Request req, Map<String, Document> resultDocs) Constructs a request in asynchronous mode, simultaneous polling of multiple billingsRequestToBilling(TransferData transferData, User user, Request req) Constructs a request in synchronous mode, a request to a single billing -
Method Summary
-
Constructor Details
-
RequestToBilling
Constructs a request in synchronous mode, a request to a single billing- Parameters:
transferData- the transfer datauser- the userreq- the request
-
RequestToBilling
public RequestToBilling(AtomicInteger taskCount, TransferData transferData, String dbKey, User user, Request req, Map<String, Document> resultDocs) Constructs a request in asynchronous mode, simultaneous polling of multiple billings- Parameters:
taskCount- the task countertransferData- the transfer datadbKey- the billing keyuser- the userreq- the requestresultDocs- the result document map
-
-
Method Details
-
getKey
-
run
-