Package ru.bgcrm.model.process
Class ProcessManager
java.lang.Object
ru.bgcrm.model.process.ProcessManager
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull ProcessManager.MutatorcreateProcess(int typeId, @NotNull Connection con, @NotNull User user) static @NotNull ProcessManager.MutatorcreateProcess(int typeId, @NotNull Connection con, @NotNull DynActionForm form) static ProcessManager.MutatoreditProcess(int processId, @NotNull Connection con, @NotNull User user) static ProcessManager.MutatoreditProcess(int processId, @NotNull Connection con, @NotNull DynActionForm form) static ProcessManager.MutatoreditProcess(@NotNull Process process, @NotNull Connection con, @NotNull DynActionForm form)
-
Method Details
-
createProcess
@NotNull public static @NotNull ProcessManager.Mutator createProcess(int typeId, @NotNull @NotNull Connection con, @NotNull @NotNull User user) throws BGException - Throws:
BGException
-
createProcess
@NotNull public static @NotNull ProcessManager.Mutator createProcess(int typeId, @NotNull @NotNull Connection con, @NotNull @NotNull DynActionForm form) throws BGException - Throws:
BGException
-
editProcess
public static ProcessManager.Mutator editProcess(int processId, @NotNull @NotNull Connection con, @NotNull @NotNull User user) throws BGException - Throws:
BGException
-
editProcess
public static ProcessManager.Mutator editProcess(int processId, @NotNull @NotNull Connection con, @NotNull @NotNull DynActionForm form) throws BGException - Throws:
BGException
-
editProcess
public static ProcessManager.Mutator editProcess(@NotNull @NotNull Process process, @NotNull @NotNull Connection con, @NotNull @NotNull DynActionForm form)
-