| java.lang.Object org.manentia.kasai.role.JDBCANSISQLRoleDAO org.manentia.kasai.role.JDBCPGSQLRoleDAO
JDBCPGSQLRoleDAO | public JDBCPGSQLRoleDAO()(Code) | | Creates a new instance of JDBCMySQLUserDAO
|
Methods inherited from org.manentia.kasai.role.JDBCANSISQLRoleDAO | public void addOperativeToRole(String idOperative, int role) throws DoesntExistsException, DataAccessException(Code)(Java Doc) public int create(String name, String description, String[] operatives) throws InvalidAttributesException, AlreadyExistsException, DoesntExistsException, DataAccessException(Code)(Java Doc) public void delete(int id) throws DataAccessException(Code)(Java Doc) public void deleteOperativeFromRole(String idOperative, int role) throws DataAccessException(Code)(Java Doc) public List list(String name, boolean exactly) throws DataAccessException(Code)(Java Doc) public Collection listOperativesFromRole(int role, String operative) throws DataAccessException(Code)(Java Doc) public Collection listOperativesNotInRole(int role) throws DataAccessException(Code)(Java Doc) public Role read(int role) throws DataAccessException(Code)(Java Doc) public void update(int id, String name, String description) throws InvalidAttributesException, DataAccessException(Code)(Java Doc) public void update(int id, String name, String description, String[] operatives) throws InvalidAttributesException, DataAccessException(Code)(Java Doc)
|
|
|