dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #41351
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 21063: Javadoc
------------------------------------------------------------
revno: 21063
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2015-11-15 23:07:48 +0100
message:
Javadoc
modified:
dhis-2/dhis-api/src/main/java/org/hisp/dhis/program/ProgramService.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/program/ProgramService.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/program/ProgramService.java 2015-11-15 21:39:57 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/program/ProgramService.java 2015-11-15 22:07:48 +0000
@@ -236,5 +236,12 @@
*/
List<Program> getByCurrentUser( ProgramType type );
+ /**
+ * Sets the given merge organisation units on the given programs. Only
+ * the sub-hierarchy of the current user is modified.
+ *
+ * @param program the program.
+ * @param mergeOrganisationUnits the merge organisation units.
+ */
void mergeWithCurrentUserOrganisationUnits( Program program, Collection<OrganisationUnit> mergeOrganisationUnits );
}