|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ws.coresoap.WsAttributeAssignLookup
public class WsAttributeAssignLookup
Class to lookup an attribute assignment via web service developers make sure each setter calls this.clearAttributeAssignment();
Nested Class Summary | |
---|---|
static class |
WsAttributeAssignLookup.AttributeAssignResult
result of attribute def name find |
Constructor Summary | |
---|---|
WsAttributeAssignLookup()
|
|
WsAttributeAssignLookup(String uuid1)
|
Method Summary | |
---|---|
boolean |
blank()
see if blank |
static Set<String> |
convertToAttributeAssignIds(GrouperSession grouperSession,
WsAttributeAssignLookup[] wsAttributeAssignLookups,
StringBuilder errorMessage)
convert attributeAssign lookups to attributeAssign ids |
static Set<String> |
convertToAttributeAssignIds(GrouperSession grouperSession,
WsAttributeAssignLookup[] wsAttributeAssignLookups,
StringBuilder errorMessage,
int[] lookupCount)
convert attributeAssign lookups to attributeAssign ids |
String |
getUuid()
uuid of the attributeAssign to find |
boolean |
hasData()
see if this attributeAssign lookup has data |
AttributeAssign |
retrieveAttributeAssign()
Note: this is not a javabean property because we dont want it in the web service |
WsAttributeAssignLookup.AttributeAssignResult |
retrieveAttributeAssignFindResult()
Note: this is not a javabean property because we dont want it in the web service |
void |
retrieveAttributeAssignIfNeeded(GrouperSession grouperSession)
retrieve the attributeAssign for this lookup if not looked up yet. |
AttributeAssign |
retrieveAttributeAssignIfNeeded(GrouperSession grouperSession,
String invalidQueryReason)
retrieve the attributeAssign for this lookup if not looked up yet. |
void |
setUuid(String uuid1)
uuid of the attributeAssign to find |
String |
toString()
make sure this is an explicit toString |
String |
toStringCompact()
make sure this is an explicit toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WsAttributeAssignLookup()
public WsAttributeAssignLookup(String uuid1)
attributeAssign1
- uuid1
- Method Detail |
---|
public boolean blank()
public boolean hasData()
public AttributeAssign retrieveAttributeAssign()
Note: this is not a javabean property because we dont want it in the web service
public WsAttributeAssignLookup.AttributeAssignResult retrieveAttributeAssignFindResult()
Note: this is not a javabean property because we dont want it in the web service
public String toString()
toString
in class Object
public void retrieveAttributeAssignIfNeeded(GrouperSession grouperSession)
grouperSession
- public AttributeAssign retrieveAttributeAssignIfNeeded(GrouperSession grouperSession, String invalidQueryReason) throws WsInvalidQueryException
grouperSession
- invalidQueryReason
- is the text to go in the WsInvalidQueryException
WsInvalidQueryException
- if there is a problem, and if the invalidQueryReason is setpublic String getUuid()
public void setUuid(String uuid1)
uuid1
- the uuid to setpublic static Set<String> convertToAttributeAssignIds(GrouperSession grouperSession, WsAttributeAssignLookup[] wsAttributeAssignLookups, StringBuilder errorMessage)
grouperSession
- wsAttributeAssignLookups
- errorMessage
- lookupCount
- is an array of size one int where 1 will be added if there are records, and no change if not
public static Set<String> convertToAttributeAssignIds(GrouperSession grouperSession, WsAttributeAssignLookup[] wsAttributeAssignLookups, StringBuilder errorMessage, int[] lookupCount)
grouperSession
- wsAttributeAssignLookups
- errorMessage
- lookupCount
- is an array of size one int where 1 will be added if there are records, and no change if not
public String toStringCompact()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |