public boolean isGroupAwareRoleInSettings(String role)(Code)
check if role is listed as group-aware role in mailtool.group.aware.role (in sakai.properties)
Parameters: role - return true if role is listed in mailtool.group.aware.role
isGroupAwareRoleviewClicked
public boolean isGroupAwareRoleviewClicked()(Code)
read maximum number number of attachment from mailtool.max.num.attachment in sakai.properties
return mailtool.max.num.attachment if setOr return 10000 if not set.
setAllGroupAwareRoleSelected
public void setAllGroupAwareRoleSelected(boolean allGroupAwareRoleSelected)(Code)
setAllGroupSelected
public void setAllGroupSelected(boolean allGroupSelected)(Code)
setAllSectionSelected
public void setAllSectionSelected(boolean allSectionSelected)(Code)
setAllUsersSelected
public void setAllUsersSelected(boolean value)(Code)
setArchiveMessage
public void setArchiveMessage(boolean value)(Code)
public void validateEmail(FacesContext context, UIComponent toValidate, Object value) throws ValidatorException(Code)
Validate email address(throws validatorexception if the entered string does not look like email address
Parameters: context - Parameters: toValidate - Parameters: value - throws: ValidatorException -