org.fm.addressbook.bean
Class ApplicationBean
java.lang.Object
org.fm.addressbook.bean.BaseBean
org.fm.addressbook.bean.ApplicationBean
public class ApplicationBean
- extends BaseBean
JContact- online Address Book Management Systemhttp://jcontact.sourceforge.net/
Licensed under the terms of any of the following licenses at your choice: -
GNU General Public License Version 2 or later (the "GPL") http://www.gnu.org/licenses/gpl.html -
GNU Lesser General Public License Version 2.1 or later (the "LGPL") http://www.gnu.org/licenses/lgpl.html
ApplicationBean is managed bean with application scope.
Handles application related operations.
- Author:
- Tennyson Varghese
Aneesh S
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationBean
public ApplicationBean()
init
public void init()
- Specified by:
init
in class BaseBean
resetBean
public void resetBean()
- Specified by:
resetBean
in class BaseBean
getPropertiesValue
public java.lang.String getPropertiesValue(java.lang.String key)
getEmailTypes
public java.util.List<javax.faces.model.SelectItem> getEmailTypes()
setEmailTypes
public void setEmailTypes(java.util.List<javax.faces.model.SelectItem> emailTypes)
getPhoneTypes
public java.util.List<javax.faces.model.SelectItem> getPhoneTypes()
setPhoneTypes
public void setPhoneTypes(java.util.List<javax.faces.model.SelectItem> phoneTypes)
getAddressTypes
public java.util.List<javax.faces.model.SelectItem> getAddressTypes()
setAddressTypes
public void setAddressTypes(java.util.List<javax.faces.model.SelectItem> addressTypes)
getMessageTypes
public java.util.List<javax.faces.model.SelectItem> getMessageTypes()
setMessageTypes
public void setMessageTypes(java.util.List<javax.faces.model.SelectItem> messageTypes)
getTitleTypes
public java.util.List<javax.faces.model.SelectItem> getTitleTypes()
setTitleTypes
public void setTitleTypes(java.util.List<javax.faces.model.SelectItem> titleTypes)