Class BillDocsSenderForAll
java.lang.Object
ru.bitel.bgbilling.kernel.task.server.bean.RunTask
ru.bitel.bgbilling.modules.bill.server.task.BillDocsSenderForAll
- All Implemented Interfaces:
java.io.Serializable,java.lang.Runnable
public class BillDocsSenderForAll extends RunTask
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BillDocsSenderForAll(int moduleId, java.lang.String billCodes, java.lang.String invoiceCodes, int userId) -
Method Summary
Modifier and Type Method Description voidexecuteTask()java.lang.StringgetDescription()Methods inherited from class ru.bitel.bgbilling.kernel.task.server.bean.RunTask
getQueueId, getUniqueKeyParallel, getUniqueKeyQueue, init, removeMyselfFromTable, run, setQueueIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BillDocsSenderForAll
public BillDocsSenderForAll(int moduleId, java.lang.String billCodes, java.lang.String invoiceCodes, int userId)
-
-
Method Details
-
getDescription
public java.lang.String getDescription()- Specified by:
getDescriptionin classRunTask
-
executeTask
public void executeTask()- Specified by:
executeTaskin classRunTask
-