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 void
executeTask()
java.lang.String
getDescription()
Methods inherited from class ru.bitel.bgbilling.kernel.task.server.bean.RunTask
getQueueId, getUniqueKeyParallel, getUniqueKeyQueue, init, removeMyselfFromTable, run, setQueueId
Methods 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:
getDescription
in classRunTask
-
executeTask
public void executeTask()- Specified by:
executeTask
in classRunTask
-