public class MaxVarHelper
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
MaxVarHelper.Holder
Holds the old and new values for a maxvar, and provides a method to the rollback the value.
|
Constructor and Description |
---|
MaxVarHelper() |
Modifier and Type | Method and Description |
---|---|
static MaxVarHelper.Holder |
assertMaxVarHasValue(java.lang.String maxVar,
java.lang.String value)
Assert that a maxvar has a particular value.
|
static MaxVarServiceRemote |
getMaxVar()
Gets the MaxVar service for lookuping up MaxVar values
|
static java.lang.String |
getOrgSiteForMaxvar(java.lang.String maxvarName)
Given a MaxVar name return the Org or Site for that maxvar from the user info
|
public static MaxVarHelper.Holder assertMaxVarHasValue(java.lang.String maxVar, java.lang.String value)
maxVar
- value
- public static MaxVarServiceRemote getMaxVar() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public static java.lang.String getOrgSiteForMaxvar(java.lang.String maxvarName)
maxvarName
-