All pastes #2461247 Raw Edit

Untitled

public unlisted java v1 · immutable
#2461247 ·published 2013-10-02 19:53 UTC
rendered paste body
public ResultImpl getBoardListByUser(Users user){        Users u =  new Users();        u =  userDAO.getUserByLoginId(user.getEmail());        List<Boards> boardList = new ArrayList<Boards>(u.getBoardList());