|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.grouperUi.beans.externalSubjectSelfRegister.ExternalRegisterContainer
public class ExternalRegisterContainer
bean for simple membership update. holds all state for this module
Constructor Summary | |
---|---|
ExternalRegisterContainer()
|
Method Summary | |
---|---|
List<RegisterField> |
getRegisterFields()
list of fields to show on screen |
String |
getUserLoggedInIdentifier()
get the identifier of the user logged in |
boolean |
isInsert()
if this record exists in the DB then it is an update. |
boolean |
isShowDeleteButton()
if should show delete button |
static ExternalRegisterContainer |
retrieveFromRequest()
retrieveFromSession, cannot be null |
void |
storeToRequest()
store to session scope |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExternalRegisterContainer()
Method Detail |
---|
public boolean isShowDeleteButton()
public boolean isInsert()
public String getUserLoggedInIdentifier()
public List<RegisterField> getRegisterFields()
public void storeToRequest()
public static ExternalRegisterContainer retrieveFromRequest()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |