|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.webservices.WsSubjectLookup
public class WsSubjectLookup
template to lookup a subject developers make sure each setter calls this.clearSubject(); TODO: add logging
Constructor Summary | |
---|---|
WsSubjectLookup()
|
|
WsSubjectLookup(String subjectId1,
String subjectIdentifier1)
|
Method Summary | |
---|---|
String |
getSubjectId()
id of the subject |
String |
getSubjectIdentifier()
any identifier of the subject |
String |
getSubjectSource()
optional: source of subject in the subject api source list |
String |
getSubjectType()
optional: type of subject, can be anything in SubjectTypeEnum: PERSON, GROUP, APPLICATION |
boolean |
isBlank()
see if there is a blank query (if there is not id or identifier |
edu.internet2.middleware.subject.Subject |
retrieveSubject()
Note: this is not a javabean property because we dont want it in the web service |
edu.internet2.middleware.grouper.webservices.WsSubjectLookup.SubjectFindResult |
retrieveSubjectFindResult()
Note: this is not a javabean property because we dont want it in the web service |
void |
setSubjectId(String subjectId1)
id of the subject |
void |
setSubjectIdentifier(String subjectIdentifier1)
any identifier of the subject |
void |
setSubjectSource(String subjectSource1)
optional: source of subject in the subject api source list |
void |
setSubjectType(String subjectType1)
optional: type of subject, can be anything in SubjectTypeEnum: PERSON, GROUP, APPLICATION |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WsSubjectLookup(String subjectId1, String subjectIdentifier1)
subjectId1
- subjectIdentifier1
- public WsSubjectLookup()
Method Detail |
---|
public String toString()
toString
in class Object
public boolean isBlank()
public String getSubjectType()
public void setSubjectType(String subjectType1)
subjectType1
- the subjectType to setpublic String getSubjectSource()
public void setSubjectSource(String subjectSource1)
subjectSource1
- the subjectSource to setpublic edu.internet2.middleware.subject.Subject retrieveSubject()
Note: this is not a javabean property because we dont want it in the web service
public edu.internet2.middleware.grouper.webservices.WsSubjectLookup.SubjectFindResult retrieveSubjectFindResult()
Note: this is not a javabean property because we dont want it in the web service
public String getSubjectId()
public void setSubjectId(String subjectId1)
subjectId1
- the subjectId to setpublic String getSubjectIdentifier()
public void setSubjectIdentifier(String subjectIdentifier1)
subjectIdentifier1
- the subjectIdentifier to set
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |