|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ws.soap.WsAttributeDefNameLookup
public class WsAttributeDefNameLookup
Class to lookup an attribute def name via web service developers make sure each setter calls this.clearAttributeDefName();
Nested Class Summary | |
---|---|
static class |
WsAttributeDefNameLookup.AttributeDefNameFindResult
result of attribute def name find |
Constructor Summary | |
---|---|
WsAttributeDefNameLookup()
|
|
WsAttributeDefNameLookup(String attributeDefNameName1,
String uuid1)
|
Method Summary | |
---|---|
boolean |
blank()
see if blank |
static Set<String> |
convertToAttributeDefNameIds(GrouperSession grouperSession,
WsAttributeDefNameLookup[] wsAttributeDefNameLookups,
StringBuilder errorMessage,
AttributeDefType attributeDefType)
convert attributeDefName lookups to attributeDefName ids |
static Set<String> |
convertToAttributeDefNameIds(GrouperSession grouperSession,
WsAttributeDefNameLookup[] wsAttributeDefNameLookups,
StringBuilder errorMessage,
AttributeDefType attributeDefType,
int[] lookupCount)
convert attributeDefName lookups to attributeDefName ids |
String |
getName()
name of the attributeDefName to find (includes stems, e.g. |
String |
getUuid()
uuid of the attributeDefName to find |
boolean |
hasData()
see if this attributeDefName lookup has data |
AttributeDefName |
retrieveAttributeDefName()
Note: this is not a javabean property because we dont want it in the web service |
WsAttributeDefNameLookup.AttributeDefNameFindResult |
retrieveAttributeDefNameFindResult()
Note: this is not a javabean property because we dont want it in the web service |
void |
retrieveAttributeDefNameIfNeeded(GrouperSession grouperSession)
retrieve the attributeDefName for this lookup if not looked up yet. |
AttributeDefName |
retrieveAttributeDefNameIfNeeded(GrouperSession grouperSession,
String invalidQueryReason)
retrieve the attributeDefName for this lookup if not looked up yet. |
void |
setName(String theName)
name of the attributeDefName to find (includes stems, e.g. |
void |
setUuid(String uuid1)
uuid of the attributeDefName 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 WsAttributeDefNameLookup()
public WsAttributeDefNameLookup(String attributeDefNameName1, String uuid1)
attributeDefNameName1
- uuid1
- Method Detail |
---|
public boolean blank()
public boolean hasData()
public AttributeDefName retrieveAttributeDefName()
Note: this is not a javabean property because we dont want it in the web service
public WsAttributeDefNameLookup.AttributeDefNameFindResult retrieveAttributeDefNameFindResult()
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 retrieveAttributeDefNameIfNeeded(GrouperSession grouperSession)
grouperSession
- public AttributeDefName retrieveAttributeDefNameIfNeeded(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 String getName()
public void setName(String theName)
theName
- the theName to setpublic static Set<String> convertToAttributeDefNameIds(GrouperSession grouperSession, WsAttributeDefNameLookup[] wsAttributeDefNameLookups, StringBuilder errorMessage, AttributeDefType attributeDefType)
grouperSession
- wsAttributeDefNameLookups
- errorMessage
- attributeDefType
- 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> convertToAttributeDefNameIds(GrouperSession grouperSession, WsAttributeDefNameLookup[] wsAttributeDefNameLookups, StringBuilder errorMessage, AttributeDefType attributeDefType, int[] lookupCount)
grouperSession
- wsAttributeDefNameLookups
- errorMessage
- attributeDefType
- 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 |