|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ws.coresoap.WsAttributeDefLookup
public class WsAttributeDefLookup
Class to lookup an attribute def via web service developers make sure each setter calls this.clearAttributeDef();
Nested Class Summary | |
---|---|
static class |
WsAttributeDefLookup.AttributeDefFindResult
result of attribute def name find |
Constructor Summary | |
---|---|
WsAttributeDefLookup()
|
|
WsAttributeDefLookup(java.lang.String name1,
java.lang.String uuid1)
|
Method Summary | |
---|---|
boolean |
blank()
see if blank |
static java.util.Set<java.lang.String> |
convertToAttributeDefIds(GrouperSession grouperSession,
WsAttributeDefLookup[] wsAttributeDefLookups,
java.lang.StringBuilder errorMessage,
AttributeDefType attributeDefType,
boolean usePIT,
java.sql.Timestamp pointInTimeFrom,
java.sql.Timestamp pointInTimeTo)
convert attributeDef lookups to attributeDef ids |
static java.util.Set<java.lang.String> |
convertToAttributeDefIds(GrouperSession grouperSession,
WsAttributeDefLookup[] wsAttributeDefLookups,
java.lang.StringBuilder errorMessage,
AttributeDefType attributeDefType,
boolean usePIT,
java.sql.Timestamp pointInTimeFrom,
java.sql.Timestamp pointInTimeTo,
int[] lookupCount)
convert attributeDef lookups to attributeDef ids |
java.lang.String |
getName()
name of the attributeDef to find (includes stems, e.g. |
java.lang.String |
getUuid()
uuid of the attributeDef to find |
boolean |
hasData()
see if this attributeDef lookup has data |
AttributeDef |
retrieveAttributeDef()
Note: this is not a javabean property because we dont want it in the web service |
WsAttributeDefLookup.AttributeDefFindResult |
retrieveAttributeDefFindResult()
Note: this is not a javabean property because we dont want it in the web service |
void |
retrieveAttributeDefIfNeeded(GrouperSession grouperSession)
retrieve the attributeDef for this lookup if not looked up yet. |
AttributeDef |
retrieveAttributeDefIfNeeded(GrouperSession grouperSession,
java.lang.String invalidQueryReason)
retrieve the attributeDef for this lookup if not looked up yet. |
java.util.Set<PITAttributeDef> |
retrievePITAttributeDefs()
Note: this is not a javabean property because we dont want it in the web service |
java.util.Set<PITAttributeDef> |
retrievePITAttributeDefsIfNeeded(java.lang.String invalidQueryReason,
java.sql.Timestamp pointInTimeFrom,
java.sql.Timestamp pointInTimeTo)
retrieve the pit attribute defs for this lookup if not looked up yet. |
void |
setName(java.lang.String theName)
name of the attributeDef to find (includes stems, e.g. |
void |
setUuid(java.lang.String uuid1)
uuid of the attributeDef to find |
java.lang.String |
toString()
make sure this is an explicit toString |
java.lang.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 WsAttributeDefLookup()
public WsAttributeDefLookup(java.lang.String name1, java.lang.String uuid1)
name1
- uuid1
- Method Detail |
---|
public boolean blank()
public boolean hasData()
public AttributeDef retrieveAttributeDef()
Note: this is not a javabean property because we dont want it in the web service
public java.util.Set<PITAttributeDef> retrievePITAttributeDefs()
Note: this is not a javabean property because we dont want it in the web service
public WsAttributeDefLookup.AttributeDefFindResult retrieveAttributeDefFindResult()
Note: this is not a javabean property because we dont want it in the web service
public java.lang.String toString()
toString
in class java.lang.Object
public void retrieveAttributeDefIfNeeded(GrouperSession grouperSession)
grouperSession
- public AttributeDef retrieveAttributeDefIfNeeded(GrouperSession grouperSession, java.lang.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 java.util.Set<PITAttributeDef> retrievePITAttributeDefsIfNeeded(java.lang.String invalidQueryReason, java.sql.Timestamp pointInTimeFrom, java.sql.Timestamp pointInTimeTo) throws WsInvalidQueryException
invalidQueryReason
- is the text to go in the WsInvalidQueryExceptionpointInTimeFrom
- pointInTimeTo
-
WsInvalidQueryException
- if there is a problem, and if the invalidQueryReason is setpublic java.lang.String getUuid()
public void setUuid(java.lang.String uuid1)
uuid1
- the uuid to setpublic java.lang.String getName()
public void setName(java.lang.String theName)
theName
- the theName to setpublic static java.util.Set<java.lang.String> convertToAttributeDefIds(GrouperSession grouperSession, WsAttributeDefLookup[] wsAttributeDefLookups, java.lang.StringBuilder errorMessage, AttributeDefType attributeDefType, boolean usePIT, java.sql.Timestamp pointInTimeFrom, java.sql.Timestamp pointInTimeTo)
grouperSession
- wsAttributeDefLookups
- errorMessage
- attributeDefType
- usePIT
- pointInTimeFrom
- pointInTimeTo
- lookupCount
- is an array of size one int where 1 will be added if there are records, and no change if not
public static java.util.Set<java.lang.String> convertToAttributeDefIds(GrouperSession grouperSession, WsAttributeDefLookup[] wsAttributeDefLookups, java.lang.StringBuilder errorMessage, AttributeDefType attributeDefType, boolean usePIT, java.sql.Timestamp pointInTimeFrom, java.sql.Timestamp pointInTimeTo, int[] lookupCount)
grouperSession
- wsAttributeDefLookups
- errorMessage
- attributeDefType
- usePIT
- pointInTimeFrom
- pointInTimeTo
- lookupCount
- is an array of size one int where 1 will be added if there are records, and no change if not
public java.lang.String toStringCompact()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |