Example #1
0
 public TagPager(GnizrDao gnizrDao) {
   this.userDao = gnizrDao.getUserDao();
   this.tagDao = gnizrDao.getTagDao();
   this.tagPropertyDao = gnizrDao.getTagPropertyDao();
   this.tagAssertionDao = gnizrDao.getTagAssertionDao();
   this.gnizrUser = GnizrDaoUtil.getUser(userDao, UserSchema.GNIZR_USER);
   initTagProperty();
 }