Package | Description |
---|---|
de.xima.fc.api.entity |
Package for the API access of the model classes.
|
de.xima.fc.handler.entity | |
de.xima.fc.handler.interfaces.entity | |
de.xima.fc.order |
Modifier and Type | Method and Description |
---|---|
BasicRefResult |
AktionAPI.isAktionMoveable(UserContext uc,
Aktion aktion,
int targetIdx)
Method for checking if the committed action is movable.
|
Modifier and Type | Method and Description |
---|---|
BasicRefResult |
AktionHandler.isAktionMoveable(UserContext uc,
Aktion aktion,
int targetIdx) |
Modifier and Type | Method and Description |
---|---|
BasicRefResult |
IAktionHandler.isAktionMoveable(UserContext uc,
Aktion aktion,
int targetIdx) |
Modifier and Type | Method and Description |
---|---|
static BasicRefResult |
AktionOrderHelper.isAktionDeletable(Aktion delAktion,
IEntityContext ec)
Prüft ob eine Aktion gelöscht werden kann.
|
static BasicRefResult |
AktionOrderHelper.isAktionMoveable(Aktion currentAktion,
int targetIndex,
IEntityContext ec)
Prüft ob eine Aktion verschoben werden darf.
|
static BasicRefResult |
AktionOrderHelper.isAktionMoveableToState(Aktion action,
Status state,
Mandant client,
int newIdx,
IEntityContext ec)
Action cannot be moved to the target state if that state contain an action with the same name already.
|
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.