Exemple #1
0
//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @SuppressWarnings("unchecked") public java.util.List<CaseSentryPartEntity> findCaseSentryPartByQueryCriteria(CaseSentryPartQueryImpl caseSentryPartQuery, org.camunda.bpm.engine.impl.Page page)
        public virtual IList <CaseSentryPartEntity> findCaseSentryPartByQueryCriteria(CaseSentryPartQueryImpl caseSentryPartQuery, Page page)
        {
            return(DbEntityManager.selectList("selectCaseSentryPartsByQueryCriteria", caseSentryPartQuery, page));
        }
Exemple #2
0
 public virtual long findCaseSentryPartCountByQueryCriteria(CaseSentryPartQueryImpl caseSentryPartQuery)
 {
     return((long?)DbEntityManager.selectOne("selectCaseSentryPartsCountByQueryCriteria", caseSentryPartQuery).Value);
 }