| |
|
| java.lang.Object com.flexive.war.beans.admin.main.MandatorBean
MandatorBean | public class MandatorBean (Code) | | This Bean provides access to the mandator functionality.
author: Gregor Schober (gregor.schober@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) version: $Rev: 144 $ |
MandatorBean | public MandatorBean()(Code) | | |
createMandator | public String createMandator()(Code) | | Creates a new mandator from the beans data.
the next jsf page to render |
deleteMandator | public String deleteMandator()(Code) | | Deletes a mandator, with the id specified by id.
the next pageto render |
editMandator | public String editMandator()(Code) | | Loads the mandator specified by the parameter id.
the next page to render |
getId | public long getId()(Code) | | |
getMandators | public List<Mandator> getMandators()(Code) | | Returns all mandators (active and inactive) in a list
all mandators |
getMandatorsById | public Map getMandatorsById()(Code) | | Returns a hashtable holding all mandators with their ID (String) as key.
a hastable holding all mandators with their ID (String) as key |
isActive | public boolean isActive()(Code) | | |
saveMandator | public String saveMandator()(Code) | | Saves the edited mandator
the next page to render |
setActive | public void setActive(boolean active)(Code) | | |
setId | public void setId(long id)(Code) | | |
|
|
|