public class SdcHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
INSSM |
| Modifier and Type | Method and Description |
|---|---|
static void |
ssmCheck(javax.servlet.http.HttpServletRequest request,
java.lang.Long sid,
User user)
Checks to see if a system is in the SSM set, and sets a request attribute
accordingly
|
public static final java.lang.String INSSM
public static void ssmCheck(javax.servlet.http.HttpServletRequest request,
java.lang.Long sid,
User user)
request - the request to set the attribute onsid - the systemid of the systemuser - the user doing the request