Class DataQueryServiceTest

    • Constructor Detail

      • DataQueryServiceTest

        public DataQueryServiceTest()
    • Method Detail

      • testQueryForColumn

        public void testQueryForColumn()
                                throws Exception
        First simple test, read rows 10-100 from ADColumn
        Throws:
        Exception
      • testFilterOnIdentifierStartsWith

        public void testFilterOnIdentifierStartsWith()
                                              throws Exception
        Filter on identifier
        Throws:
        Exception
      • testFilterOnAccessibleOrg

        public void testFilterOnAccessibleOrg()
                                       throws Exception
        Filter on accessible org
        Throws:
        Exception
      • testFilterOnIdentifierSubstring

        public void testFilterOnIdentifierSubstring()
                                             throws Exception
        Filter on identifier and name with contains
        Throws:
        Exception
      • testFilterOnMultipleValues

        public void testFilterOnMultipleValues()
                                        throws Exception
        Filter on identifier and name with contains
        Throws:
        Exception
      • testFilterOnPropertyOfReference

        public void testFilterOnPropertyOfReference()
                                             throws Exception
        Filter on property of referenced entity
        Throws:
        Exception
      • testFilterOnReferenceOfReference

        public void testFilterOnReferenceOfReference()
                                              throws Exception
        Throws:
        Exception
      • testFilterOnIdentifierOfReferenceOfReference

        public void testFilterOnIdentifierOfReferenceOfReference()
                                                          throws Exception
        Throws:
        Exception
      • testFilterOnPropertyOfReferenceOuterJoining

        public void testFilterOnPropertyOfReferenceOuterJoining()
                                                         throws Exception
        Filter on property of referenced entity
        Throws:
        Exception
      • testOrderByOnIdentifier

        public void testOrderByOnIdentifier()
                                     throws Exception
        Orderby on identifier with foreign keys
        Throws:
        Exception