edu.internet2.middleware.grouper.ws.rest.attribute
Class WsRestAttributeDefNameSaveLiteRequest

java.lang.Object
  extended by edu.internet2.middleware.grouper.ws.rest.attribute.WsRestAttributeDefNameSaveLiteRequest
All Implemented Interfaces:
WsRequestBean

public class WsRestAttributeDefNameSaveLiteRequest
extends Object
implements WsRequestBean

request bean in body of rest request


Constructor Summary
WsRestAttributeDefNameSaveLiteRequest()
           
 
Method Summary
 String getActAsSubjectId()
          if acting as another user
 String getActAsSubjectIdentifier()
          if acting as another user
 String getActAsSubjectSourceId()
          if acting as another user
 String getAttributeDefLookupName()
          to lookup the attributeDef (mutually exclusive with attributeDefUuid)
 String getAttributeDefLookupUuid()
          to lookup the attributeDef (mutually exclusive with attributeDefName)
 String getAttributeDefNameLookupName()
          the name of the attributeDefName to edit (mutually exclusive with attributeDefNameLookupUuid)
 String getAttributeDefNameLookupUuid()
          the uuid of the attributeDefName to edit (mutually exclusive with attributeDefNameLookupName)
 String getAttributeDefNameName()
          to lookup the attributeDefName (mutually exclusive with attributeDefNameUuid)
 String getAttributeDefNameUuid()
          to lookup the attributeDefName (mutually exclusive with attributeDefNameName)
 String getClientVersion()
          is the version of the client.
 String getCreateParentStemsIfNotExist()
          T or F (default is F) if parent stems should be created if not exist
 String getDescription()
          of the attributeDefName, empty will be ignored
 String getDisplayExtension()
          display name of the attributeDefName, empty will be ignored
 String getParamName0()
          reserved for future use
 String getParamName1()
          reserved for future use
 String getParamValue0()
          reserved for future use
 String getParamValue1()
          reserved for future use
 String getSaveMode()
          if the save should be constrained to INSERT, UPDATE, or INSERT_OR_UPDATE (default)
 String getTxType()
          is the GrouperTransactionType for the request.
 GrouperRestHttpMethod retrieveRestHttpMethod()
          see which http method this is supposed to be associated with, and override whatever was passed in
 void setActAsSubjectId(String actAsSubjectId1)
          if acting as another user
 void setActAsSubjectIdentifier(String actAsSubjectIdentifier1)
          if acting as another user
 void setActAsSubjectSourceId(String actAsSubjectSourceId1)
          if acting as another user
 void setAttributeDefLookupName(String attributeDefLookupName1)
          to lookup the attributeDef (mutually exclusive with attributeDefUuid)
 void setAttributeDefLookupUuid(String attributeDefLookupUuid1)
          to lookup the attributeDef (mutually exclusive with attributeDefName)
 void setAttributeDefNameLookupName(String attributeDefNameLookupName1)
          the name of the attributeDefName to edit (mutually exclusive with attributeDefNameLookupUuid)
 void setAttributeDefNameLookupUuid(String attributeDefNameLookupUuid1)
          the uuid of the attributeDefName to edit (mutually exclusive with attributeDefNameLookupName)
 void setAttributeDefNameName(String attributeDefNameName1)
          to lookup the attributeDefName (mutually exclusive with attributeDefNameUuid)
 void setAttributeDefNameUuid(String attributeDefNameUuid1)
          to lookup the attributeDefName (mutually exclusive with attributeDefNameName)
 void setClientVersion(String clientVersion1)
          is the version of the client.
 void setCreateParentStemsIfNotExist(String createParentStemsIfNotExist1)
          T or F (default is F) if parent stems should be created if not exist
 void setDescription(String description1)
          of the attributeDefName, empty will be ignored
 void setDisplayExtension(String displayExtension1)
          display name of the attributeDefName, empty will be ignored
 void setParamName0(String _paramName0)
          reserved for future use
 void setParamName1(String _paramName1)
          reserved for future use
 void setParamValue0(String _paramValue0)
          reserved for future use
 void setParamValue1(String _paramValue1)
          reserved for future use
 void setSaveMode(String saveMode1)
          if the save should be constrained to INSERT, UPDATE, or INSERT_OR_UPDATE (default)
 void setTxType(String txType1)
          is the GrouperTransactionType for the request.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsRestAttributeDefNameSaveLiteRequest

public WsRestAttributeDefNameSaveLiteRequest()
Method Detail

getTxType

public String getTxType()
is the GrouperTransactionType for the request. If blank, defaults to NONE (will finish as much as possible). Generally the only values for this param that make sense are NONE (or blank), and READ_WRITE_NEW.

Returns:
txType

setTxType

public void setTxType(String txType1)
is the GrouperTransactionType for the request. If blank, defaults to NONE (will finish as much as possible). Generally the only values for this param that make sense are NONE (or blank), and READ_WRITE_NEW.

Parameters:
txType1 -

retrieveRestHttpMethod

public GrouperRestHttpMethod retrieveRestHttpMethod()
Description copied from interface: WsRequestBean
see which http method this is supposed to be associated with, and override whatever was passed in

Specified by:
retrieveRestHttpMethod in interface WsRequestBean
Returns:
the method
See Also:
WsRequestBean.retrieveRestHttpMethod()

getClientVersion

public String getClientVersion()
is the version of the client. Must be in GrouperWsVersion, e.g. v1_3_000

Returns:
version

setClientVersion

public void setClientVersion(String clientVersion1)
is the version of the client. Must be in GrouperWsVersion, e.g. v1_3_000

Parameters:
clientVersion1 -

getAttributeDefNameLookupUuid

public String getAttributeDefNameLookupUuid()
the uuid of the attributeDefName to edit (mutually exclusive with attributeDefNameLookupName)

Returns:
lookup uuid

setAttributeDefNameLookupUuid

public void setAttributeDefNameLookupUuid(String attributeDefNameLookupUuid1)
the uuid of the attributeDefName to edit (mutually exclusive with attributeDefNameLookupName)

Parameters:
attributeDefNameLookupUuid1 -

getAttributeDefNameLookupName

public String getAttributeDefNameLookupName()
the name of the attributeDefName to edit (mutually exclusive with attributeDefNameLookupUuid)

Returns:
lookup name

setAttributeDefNameLookupName

public void setAttributeDefNameLookupName(String attributeDefNameLookupName1)
the name of the attributeDefName to edit (mutually exclusive with attributeDefNameLookupUuid)

Parameters:
attributeDefNameLookupName1 -

getAttributeDefLookupUuid

public String getAttributeDefLookupUuid()
to lookup the attributeDef (mutually exclusive with attributeDefName)

Returns:
lookup uuid

setAttributeDefLookupUuid

public void setAttributeDefLookupUuid(String attributeDefLookupUuid1)
to lookup the attributeDef (mutually exclusive with attributeDefName)

Parameters:
attributeDefLookupUuid1 -

getAttributeDefLookupName

public String getAttributeDefLookupName()
to lookup the attributeDef (mutually exclusive with attributeDefUuid)

Returns:
lookup name

setAttributeDefLookupName

public void setAttributeDefLookupName(String attributeDefLookupName1)
to lookup the attributeDef (mutually exclusive with attributeDefUuid)

Parameters:
attributeDefLookupName1 -

getAttributeDefNameUuid

public String getAttributeDefNameUuid()
to lookup the attributeDefName (mutually exclusive with attributeDefNameName)

Returns:
uuid

setAttributeDefNameUuid

public void setAttributeDefNameUuid(String attributeDefNameUuid1)
to lookup the attributeDefName (mutually exclusive with attributeDefNameName)

Parameters:
attributeDefNameUuid1 -

getAttributeDefNameName

public String getAttributeDefNameName()
to lookup the attributeDefName (mutually exclusive with attributeDefNameUuid)

Returns:
name

setAttributeDefNameName

public void setAttributeDefNameName(String attributeDefNameName1)
to lookup the attributeDefName (mutually exclusive with attributeDefNameUuid)

Parameters:
attributeDefNameName1 -

getDisplayExtension

public String getDisplayExtension()
display name of the attributeDefName, empty will be ignored

Returns:
display extension

setDisplayExtension

public void setDisplayExtension(String displayExtension1)
display name of the attributeDefName, empty will be ignored

Parameters:
displayExtension1 -

getDescription

public String getDescription()
of the attributeDefName, empty will be ignored

Returns:
description

setDescription

public void setDescription(String description1)
of the attributeDefName, empty will be ignored

Parameters:
description1 -

getSaveMode

public String getSaveMode()
if the save should be constrained to INSERT, UPDATE, or INSERT_OR_UPDATE (default)

Returns:
save mode

setSaveMode

public void setSaveMode(String saveMode1)
if the save should be constrained to INSERT, UPDATE, or INSERT_OR_UPDATE (default)

Parameters:
saveMode1 -

getCreateParentStemsIfNotExist

public String getCreateParentStemsIfNotExist()
T or F (default is F) if parent stems should be created if not exist

Returns:
if create parent stems if not exist

setCreateParentStemsIfNotExist

public void setCreateParentStemsIfNotExist(String createParentStemsIfNotExist1)
T or F (default is F) if parent stems should be created if not exist

Parameters:
createParentStemsIfNotExist1 -

getActAsSubjectId

public String getActAsSubjectId()
if acting as another user

Returns:
id

getActAsSubjectIdentifier

public String getActAsSubjectIdentifier()
if acting as another user

Returns:
subject identifier

getActAsSubjectSourceId

public String getActAsSubjectSourceId()
if acting as another user

Returns:
source id

getParamName0

public String getParamName0()
reserved for future use

Returns:
param name 0

getParamName1

public String getParamName1()
reserved for future use

Returns:
paramname1

getParamValue0

public String getParamValue0()
reserved for future use

Returns:
param value 0

getParamValue1

public String getParamValue1()
reserved for future use

Returns:
param value 1

setActAsSubjectId

public void setActAsSubjectId(String actAsSubjectId1)
if acting as another user

Parameters:
actAsSubjectId1 -

setActAsSubjectIdentifier

public void setActAsSubjectIdentifier(String actAsSubjectIdentifier1)
if acting as another user

Parameters:
actAsSubjectIdentifier1 -

setActAsSubjectSourceId

public void setActAsSubjectSourceId(String actAsSubjectSourceId1)
if acting as another user

Parameters:
actAsSubjectSourceId1 -

setParamName0

public void setParamName0(String _paramName0)
reserved for future use

Parameters:
_paramName0 -

setParamName1

public void setParamName1(String _paramName1)
reserved for future use

Parameters:
_paramName1 -

setParamValue0

public void setParamValue0(String _paramValue0)
reserved for future use

Parameters:
_paramValue0 -

setParamValue1

public void setParamValue1(String _paramValue1)
reserved for future use

Parameters:
_paramValue1 -