com.mycompany.controller
Class ContactsController
java.lang.Object
com.mycompany.controller.AbstractController
com.mycompany.controller.ContactsController
- All Implemented Interfaces:
- java.io.Serializable
public class ContactsController
- extends AbstractController
Controller class for contacts related functionality.
- Author:
- Ian Hlavats (ian@tarantulaconsulting.com)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContactsController
public ContactsController()
findUsersByName
public java.util.List<User> findUsersByName(java.lang.String suggest)
getColleagues
public java.util.List<User> getColleagues()
getFamily
public java.util.List<User> getFamily()
getFriends
public java.util.List<User> getFriends()
getRelationship
public UserRelationship getRelationship()
getRelationshipType
public RelationshipType getRelationshipType()
getRelationshipTypes
public RelationshipType[] getRelationshipTypes()
getUserTypes
public RelationshipType[] getUserTypes()
init
public void init(javax.faces.event.ComponentSystemEvent event)
newRelationship
public void newRelationship(javax.faces.event.ActionEvent event)
saveRelationship
public java.lang.String saveRelationship()
setUserService
public void setUserService(UserService userService)
setRelationship
public void setRelationship(UserRelationship relationship)
userSelected
public void userSelected(org.primefaces.event.SelectEvent event)