| Package | Description |
|---|---|
| org.sakaiproject.signup.tool.jsf | |
| org.sakaiproject.signup.tool.jsf.organizer | |
| org.sakaiproject.signup.tool.jsf.organizer.action |
| Modifier and Type | Method and Description |
|---|---|
SignupSiteWrapper |
NewSignupMeetingBean.getCurrentSite()
This is a getter method for UI.
|
| Modifier and Type | Method and Description |
|---|---|
List<SignupSiteWrapper> |
NewSignupMeetingBean.getOtherSites()
This is a getter method for UI.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NewSignupMeetingBean.setCurrentSite(SignupSiteWrapper currentSite)
This is a setter for UI.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NewSignupMeetingBean.setOtherSites(List<SignupSiteWrapper> signupSiteWrapperList)
This is a setter method for UI.
|
| Modifier and Type | Method and Description |
|---|---|
SignupSiteWrapper |
CopyMeetingSignupMBean.getCurrentSite()
This is a getter method for UI.
|
| Modifier and Type | Method and Description |
|---|---|
List<SignupSiteWrapper> |
CopyMeetingSignupMBean.getOtherSites()
This is a getter method for UI.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CopyMeetingSignupMBean.setCurrentSite(SignupSiteWrapper currentSite)
This is a setter for UI.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CopyMeetingSignupMBean.setOtherSites(List<SignupSiteWrapper> signupSiteWrapperList)
This is a setter method for UI.
|
| Modifier and Type | Method and Description |
|---|---|
SignupSiteWrapper |
CreateSitesGroups.getCurrentSite() |
| Modifier and Type | Method and Description |
|---|---|
List<SignupSiteWrapper> |
CreateSitesGroups.getOtherSites() |
| Modifier and Type | Method and Description |
|---|---|
static List<org.sakaiproject.signup.model.SignupSite> |
CreateSitesGroups.getSelectedSignupSites(SignupSiteWrapper currentSite,
List<SignupSiteWrapper> otherSites)
It will provide the user selected Site-Groups via UI
|
static boolean |
CreateSitesGroups.isAtleastASiteOrGroupSelected(SignupSiteWrapper currentSite,
List<SignupSiteWrapper> otherSites)
This is a validation method. it will make sure that one site or group is
selected.
|
void |
CreateSitesGroups.setCurrentSite(SignupSiteWrapper currentSite) |
| Modifier and Type | Method and Description |
|---|---|
static List<org.sakaiproject.signup.model.SignupSite> |
CreateSitesGroups.getSelectedSignupSites(SignupSiteWrapper currentSite,
List<SignupSiteWrapper> otherSites)
It will provide the user selected Site-Groups via UI
|
static boolean |
CreateSitesGroups.isAtleastASiteOrGroupSelected(SignupSiteWrapper currentSite,
List<SignupSiteWrapper> otherSites)
This is a validation method. it will make sure that one site or group is
selected.
|
void |
CreateSitesGroups.setOtherSites(List<SignupSiteWrapper> otherSites) |
Copyright © 2007-2014 Sakai Project. All Rights Reserved.