Class ActionButtonUtility
- java.lang.Object
-
- org.openbravo.erpCommon.ad_actionButton.ActionButtonUtility
-
public class ActionButtonUtility extends Object
-
-
Constructor Summary
Constructors Constructor Description ActionButtonUtility()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FieldProvider[]
docAction(ConnectionProvider conn, VariablesSecureApp vars, String strDocAction, String strReference, String strDocStatus, String strProcessing, String strTable)
static FieldProvider[]
docAction(ConnectionProvider conn, VariablesSecureApp vars, String strDocAction, String strReference, String strDocStatus, String strProcessing, String strTable, String tabId)
static FieldProvider[]
docAction(ConnectionProvider conn, VariablesSecureApp vars, String strDocAction, String strReference, String validationRule, String strDocStatus, String strProcessing, String strTable, String tabId)
static FieldProvider[]
projectAction(ConnectionProvider conn, VariablesSecureApp vars, String strProjectAction, String strReference, String strProjectStatus)
-
-
-
Method Detail
-
docAction
public static FieldProvider[] docAction(ConnectionProvider conn, VariablesSecureApp vars, String strDocAction, String strReference, String strDocStatus, String strProcessing, String strTable)
-
docAction
public static FieldProvider[] docAction(ConnectionProvider conn, VariablesSecureApp vars, String strDocAction, String strReference, String strDocStatus, String strProcessing, String strTable, String tabId)
-
docAction
public static FieldProvider[] docAction(ConnectionProvider conn, VariablesSecureApp vars, String strDocAction, String strReference, String validationRule, String strDocStatus, String strProcessing, String strTable, String tabId)
-
projectAction
public static FieldProvider[] projectAction(ConnectionProvider conn, VariablesSecureApp vars, String strProjectAction, String strReference, String strProjectStatus)
-
-