org.sakaiproject.tool.assessment.ui.bean.questionpool
Class QuestionPoolShareBean

java.lang.Object
  extended by org.sakaiproject.tool.assessment.ui.bean.questionpool.QuestionPoolShareBean
All Implemented Interfaces:
Serializable

public class QuestionPoolShareBean
extends Object
implements Serializable

This holds question pool information. Used to be org.navigoproject.ui.web.form.questionpool.QuestionPoolForm

Author:
Rachel Gollub , Lydia Li $Id: QuestionPoolBean.java 46438 2008-05-14 22:05:27Z ktsao@stanford.edu $
See Also:
Serialized Form

Constructor Summary
QuestionPoolShareBean()
          Creates a new QuestionPoolShareBean object.
 
Method Summary
 Collection<AgentFacade> getAgentsWithAccess()
           
 Collection<AgentFacade> getAgentsWithoutAccess()
           
 String[] getDestPools()
           
 Long getQuestionPoolId()
           
 String getQuestionPoolName()
           
 String getQuestionPoolOwnerId()
           
 String getSortPropertyWith()
           
 String getSortPropertyWithout()
           
 boolean isSortAscendingWith()
           
 boolean isSortAscendingWithout()
           
 void setAgentsWithAccess(Collection<AgentFacade> agentsWithAccess)
           
 void setAgentsWithoutAccess(Collection<AgentFacade> agentsWithoutAccess)
           
 void setDestPools(String[] destPools)
           
 void setQuestionPoolId(Long questionPoolId)
           
 void setQuestionPoolName(String questionPoolName)
           
 void setQuestionPoolOwnerId(String questionPoolOwnerId)
           
 void setSortAscendingWith(boolean sortAscendingWith)
           
 void setSortAscendingWithout(boolean sortAscendingWithout)
           
 void setSortPropertyWith(String sortPropertyWith)
           
 void setSortPropertyWithout(String sortPropertyWithout)
           
 String sharePool()
           
 void sortAgentsWithAccess()
           
 void sortAgentsWithoutAccess()
           
 String sortByColumnHeader()
           
 String startSharePool()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuestionPoolShareBean

public QuestionPoolShareBean()
Creates a new QuestionPoolShareBean object.

Method Detail

startSharePool

public String startSharePool()

sharePool

public String sharePool()

sortByColumnHeader

public String sortByColumnHeader()

sortAgentsWithAccess

public void sortAgentsWithAccess()

sortAgentsWithoutAccess

public void sortAgentsWithoutAccess()

getAgentsWithAccess

public Collection<AgentFacade> getAgentsWithAccess()

setAgentsWithAccess

public void setAgentsWithAccess(Collection<AgentFacade> agentsWithAccess)

getAgentsWithoutAccess

public Collection<AgentFacade> getAgentsWithoutAccess()

setAgentsWithoutAccess

public void setAgentsWithoutAccess(Collection<AgentFacade> agentsWithoutAccess)

getQuestionPoolOwnerId

public String getQuestionPoolOwnerId()

setQuestionPoolOwnerId

public void setQuestionPoolOwnerId(String questionPoolOwnerId)

getQuestionPoolId

public Long getQuestionPoolId()

setQuestionPoolId

public void setQuestionPoolId(Long questionPoolId)

getQuestionPoolName

public String getQuestionPoolName()

setQuestionPoolName

public void setQuestionPoolName(String questionPoolName)

setDestPools

public void setDestPools(String[] destPools)

getDestPools

public String[] getDestPools()

setSortPropertyWith

public void setSortPropertyWith(String sortPropertyWith)

getSortPropertyWith

public String getSortPropertyWith()

setSortAscendingWith

public void setSortAscendingWith(boolean sortAscendingWith)

isSortAscendingWith

public boolean isSortAscendingWith()

setSortPropertyWithout

public void setSortPropertyWithout(String sortPropertyWithout)

getSortPropertyWithout

public String getSortPropertyWithout()

setSortAscendingWithout

public void setSortAscendingWithout(boolean sortAscendingWithout)

isSortAscendingWithout

public boolean isSortAscendingWithout()


Copyright © 2005-2012 Sakai Project. All Rights Reserved.