|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.beans.JBean edu.jhu.tmaj.beans.UserBean edu.jhu.tmaj.beans.UserBeanLimited
public final class UserBeanLimited
A subclass of the UserBean that only returns a subset of all the userBeans. This class was created for group-admins when they use the administrator application. There are many parts of the application where we want the use to see all users (for example, when a user shares a session.) However, in the admin app for group-admins, we only want them to see the users to which they have been assigned.
Field Summary |
---|
Fields inherited from class edu.jhu.tmaj.beans.UserBean |
---|
ACCESS_IMAGES_APP_FIELD, ACCESS_IMPORT_APP_FIELD, ACCESS_SAMPLES_APP_FIELD, ADMIN_APP_FIELD, ARRAY_BUILDER_APP_FIELD, ARRAY_MANAGER_APP_FIELD, DEPARTMENT_FIELD, EMAIL_FIELD, ID_FIELD, INPUT_LOG_FIELD, INSTITUTION_FIELD, META_DATA_APP_FIELD, NAME_FIRST_FIELD, NAME_LAST_FIELD, PATIENT_DATA_FIELD, PHONE_FIELD, SPECIMEN_APP_FIELD, USERNAME_FIELD |
Fields inherited from class edu.jhu.tmaj.beans.JBean |
---|
staticMetaData |
Constructor Summary | |
---|---|
UserBeanLimited()
|
Method Summary | |
---|---|
java.lang.String |
getSQL(Search search)
Returns a SELECT SQL statement given a Search. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UserBeanLimited()
Method Detail |
---|
public java.lang.String getSQL(Search search)
JBean
getSQL
in class JBean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |