Package com.eforce.baby.auth.dao

Examples of com.eforce.baby.auth.dao.NotificationAdminDAO.findGroup()


  public NotificationAdminVO findGroup( String dsName, String dbType, String groupID) throws DAOException, BusinessException
  {
    NotificationAdminVO notVO = null;

    NotificationAdminDAO dao =(NotificationAdminDAO) DAOFactory.getInstance().getDAO("com.eteam.ems.auth.dao.NotificationAdminDAO");
    notVO = dao.findGroup(dsName, dbType, groupID);

    return notVO;
  }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.