Class CreateDebitorTask
java.lang.Object
ch.tocco.nice2.optional.debitor.impl.tasks.CreateDebitorTask
- All Implemented Interfaces:
OptionalTask<Entity, Tuple2<Entity,Entity>>, PersistTask<Entity, Tuple2<Entity, Entity>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final String -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface OptionalTask
runMethods inherited from interface PersistTask
andThenDo, compose, compose2, composeWhen, discardResult, expand, expand, getDescription, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, skipErrors, unwrap
-
Field Details
-
DEBITOR
- See Also:
-
CLEARING_STATUS
- See Also:
-
BILLING_ADDRESS_TEXT_FIELD
- See Also:
-
REL_ORDER
- See Also:
-
REL_CLEARING_STATUS
- See Also:
-
REL_ADDRESS_B
- See Also:
-
REL_CURRENCY
- See Also:
-
REL_PAYMENT_SCHEDULE
- See Also:
-
REL_ACCOUNT
- See Also:
-
REL_BILLING_ADDRESS
- See Also:
-
REL_USER
- See Also:
-
OPEN_STATUS
- See Also:
-
-
Constructor Details
-
CreateDebitorTask
public CreateDebitorTask()
-
-
Method Details
-
doRun
public Tuple2<Entity,Entity> doRun(Entity order, CommandContext commandContext) throws PersistException, InterruptedException - Specified by:
doRunin interfaceOptionalTask<Entity, Tuple2<Entity,Entity>> - Throws:
PersistExceptionInterruptedException
-