Uses of Class
com.silverpeas.interestCenter.ejb.DAOException

Packages that use DAOException
com.silverpeas.interestCenter.ejb   
 

Uses of DAOException in com.silverpeas.interestCenter.ejb
 

Methods in com.silverpeas.interestCenter.ejb that throw DAOException
static int[] InterestCenterDAO.appendPdcContext(Connection con, List<? extends Criteria> pdcContext, int icId)
          Appends a list of SearchCriteria to the InterestCenter by InterestCenterID
static int InterestCenterDAO.createIC(Connection con, InterestCenter interestCenter)
           
static InterestCenter InterestCenterDAO.getICByPK(Connection con, int icID)
           
static List<InterestCenter> InterestCenterDAO.getICByUserID(Connection con, int userid)
           
static List<Criteria> InterestCenterDAO.loadPdcContext(Connection con, int icId)
           
static void InterestCenterDAO.removeICByPK(Connection con, int removeID)
           
static void InterestCenterDAO.removeICByPK(Connection con, List<Integer> removePKList)
           
static void InterestCenterDAO.removePdcContext(Connection con, int icId)
          Remove all SearchCriterias for provided interestCenterID
static void InterestCenterDAO.updateIC(Connection con, InterestCenter interestCenter)
          perform updates of provided InterestCenter
static void InterestCenterDAO.updatePdcContext(Connection con, List<? extends Criteria> list, int icId)
          Updates SearchCriterias list for interestCenter by InterestCenterID
 



Copyright © 2016 Silverpeas. All Rights Reserved.