AllMotechRoles

public class AllMotechRoles

Methods

add

public void add(MotechRole role)

findByRoleName

public MotechRole findByRoleName(String roleName)

getRoles

public List<MotechRole> getRoles()

remove

public void remove(MotechRole motechRole)

setDataService

public void setDataService(MotechRolesDataService dataService)

update

public void update(MotechRole motechRole)