------------------------------------------------------------
revno: 15319
committer: Lars Helge Overland <larshe...@gmail.com>
branch nick: dhis2
timestamp: Tue 2014-05-20 18:20:35 +0200
message:
  Unused code
modified:
  
dhis-2/dhis-api/src/main/java/org/hisp/dhis/trackedentity/TrackedEntityInstanceStore.java


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to 
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-api/src/main/java/org/hisp/dhis/trackedentity/TrackedEntityInstanceStore.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/trackedentity/TrackedEntityInstanceStore.java	2014-05-16 15:26:10 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/trackedentity/TrackedEntityInstanceStore.java	2014-05-20 16:20:35 +0000
@@ -75,30 +75,6 @@
     Collection<TrackedEntityInstance> getRepresentatives( TrackedEntityInstance instances );
 
     /**
-     * Search the number of entityInstances who registered into an organisation
-     * unit
-     * 
-     * @param organisationUnit Organisation unit
-     * 
-     * @return The number of entityInstances
-     */
-    //int countListTrackedEntityInstanceByOrgunit( OrganisationUnit organisationUnit );
-
-    /**
-     * Get the number of entityInstances who registered into a certain
-     * organisation unit and enrolled into a program with active status
-     * 
-     * @param organisationUnit Organisation unit where entityInstances
-     *        registered
-     * @param program Program. It's is used for getting attributes of this
-     *        program and put attribute values of entityInstances into the
-     *        result
-     * 
-     * @return The number of entityInstances
-     */
-    //int countGetTrackedEntityInstancesByOrgUnitProgram( OrganisationUnit organisationUnit, Program program );
-
-    /**
      * Search entityInstances by phone number (performs partial search)
      * 
      * @param phoneNumber The string for searching by phone number
@@ -110,17 +86,6 @@
     Collection<TrackedEntityInstance> getByPhoneNumber( String phoneNumber, Integer min, Integer max );
 
     /**
-     * Search entityInstances who enrolled into a program with active status
-     * 
-     * @param program Program
-     * @param min
-     * @param max
-     * 
-     *        return List of entityInstances
-     */
-    //Collection<TrackedEntityInstance> getByProgram( Program program, Integer min, Integer max );
-
-    /**
      * Validate entity-instances attribute values and validation criteria by
      * program before registering / updating information
      * 

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to