org.jasig.portal.portlets.registerportal
Class PortalRegistrationRequest

java.lang.Object
  extended by org.jasig.portal.portlets.registerportal.PortalRegistrationRequest
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PortalRegistrationData

public class PortalRegistrationRequest
extends Object
implements Serializable

Form binding object for getting a user's preferences for submitting portal registration data

Version:
$Revision: 19776 $
Author:
Eric Dalquist
See Also:
Serialized Form

Constructor Summary
PortalRegistrationRequest()
           
PortalRegistrationRequest(PortalRegistrationRequest registrationRequest)
           
 
Method Summary
 boolean equals(Object object)
           
 String getAudience()
           
 String getAuthnSystem()
           
 Map<String,String> getDataToSubmit()
           
 String getDemoUrl()
           
 String getDeployerAddress()
           
 String getDeployerName()
           
 String getInstitutionName()
           
 String getNotes()
           
 String getNumberOfUsers()
           
 String getPortalName()
           
 String getPortalUrl()
           
 int hashCode()
           
 boolean isShareInfo()
           
 void setAudience(String audience)
           
 void setAuthnSystem(String authnSystem)
           
 void setDataToSubmit(Map<String,String> dataToSubmit)
           
 void setDemoUrl(String demoUrl)
           
 void setDeployerAddress(String deployerAddress)
           
 void setDeployerName(String deployerName)
           
 void setInstitutionName(String institutionName)
           
 void setNotes(String notes)
           
 void setNumberOfUsers(String numberOfUsers)
           
 void setPortalName(String portalName)
           
 void setPortalUrl(String portalUrl)
           
 void setShareInfo(boolean shareInfo)
           
 String toString()
           
 void validateOrganizationInfoForm(Errors errors)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortalRegistrationRequest

public PortalRegistrationRequest()

PortalRegistrationRequest

public PortalRegistrationRequest(PortalRegistrationRequest registrationRequest)
Method Detail

validateOrganizationInfoForm

public void validateOrganizationInfoForm(Errors errors)

getInstitutionName

public String getInstitutionName()
Returns:
the institutionName

setInstitutionName

public void setInstitutionName(String institutionName)
Parameters:
institutionName - the institutionName to set

getDeployerName

public String getDeployerName()
Returns:
the deployerName

setDeployerName

public void setDeployerName(String deployerName)
Parameters:
deployerName - the deployerName to set

getDeployerAddress

public String getDeployerAddress()
Returns:
the deployerAddress

setDeployerAddress

public void setDeployerAddress(String deployerAddress)
Parameters:
deployerAddress - the deployerAddress to set

getPortalName

public String getPortalName()
Returns:
the portalName

setPortalName

public void setPortalName(String portalName)
Parameters:
portalName - the portalName to set

getPortalUrl

public String getPortalUrl()
Returns:
the portalUrl

setPortalUrl

public void setPortalUrl(String portalUrl)
Parameters:
portalUrl - the portalUrl to set

isShareInfo

public boolean isShareInfo()
Returns:
the shareInfo

setShareInfo

public void setShareInfo(boolean shareInfo)
Parameters:
shareInfo - the shareInfo to set

getDataToSubmit

public Map<String,String> getDataToSubmit()
Returns:
the dataToSubmit

setDataToSubmit

public void setDataToSubmit(Map<String,String> dataToSubmit)
Parameters:
dataToSubmit - the dataToSubmit to set

getDemoUrl

public String getDemoUrl()
Returns:
the demoUrl

setDemoUrl

public void setDemoUrl(String demoUrl)
Parameters:
demoUrl - the demoUrl to set

getNumberOfUsers

public String getNumberOfUsers()
Returns:
the numberOfUsers

setNumberOfUsers

public void setNumberOfUsers(String numberOfUsers)
Parameters:
numberOfUsers - the numberOfUsers to set

getAudience

public String getAudience()
Returns:
the audience

setAudience

public void setAudience(String audience)
Parameters:
audience - the audience to set

getAuthnSystem

public String getAuthnSystem()
Returns:
the authnSystem

setAuthnSystem

public void setAuthnSystem(String authnSystem)
Parameters:
authnSystem - the authnSystem to set

getNotes

public String getNotes()
Returns:
the notes

setNotes

public void setNotes(String notes)
Parameters:
notes - the notes to set

equals

public boolean equals(Object object)
Overrides:
equals in class Object
See Also:
Object.equals(Object)

hashCode

public int hashCode()
Overrides:
hashCode in class Object
See Also:
Object.hashCode()

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2010 Jasig. All Rights Reserved.