コード例 #1
0
ファイル: PollsDisplayUtil.java プロジェクト: Dausleen/dotcms
  protected static java.util.List findByUserId(
      java.lang.String userId,
      int begin,
      int end,
      com.liferay.util.dao.hibernate.OrderByComparator obc)
      throws com.liferay.portal.SystemException {
    PollsDisplayPersistence persistence = (PollsDisplayPersistence) InstancePool.get(PERSISTENCE);

    return persistence.findByUserId(userId, begin, end, obc);
  }
コード例 #2
0
ファイル: PollsDisplayUtil.java プロジェクト: Dausleen/dotcms
  protected static java.util.List findByUserId(java.lang.String userId, int begin, int end)
      throws com.liferay.portal.SystemException {
    PollsDisplayPersistence persistence = (PollsDisplayPersistence) InstancePool.get(PERSISTENCE);

    return persistence.findByUserId(userId, begin, end);
  }