------------------------------------------------------------
revno: 14477
committer: Lars Helge Ă˜verland <[email protected]>
branch nick: dhis2
timestamp: Thu 2014-03-27 11:08:06 +0100
message:
Added new apps to dhis-web/pom.xml
modified:
dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/DimensionalObject.java
dhis-2/dhis-web/pom.xml
--
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/common/DimensionalObject.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/DimensionalObject.java 2014-03-26 21:55:22 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/DimensionalObject.java 2014-03-27 10:08:06 +0000
@@ -86,10 +86,19 @@
*/
String getDisplayName();
+ /**
+ * Dimension items.
+ */
List<NameableObject> getItems();
+ /**
+ * Indicates whether all items for this dimension should be used.
+ */
boolean isAllItems();
+ /**
+ * Indicates whether this dimension has any items.
+ */
boolean hasItems();
/**
=== modified file 'dhis-2/dhis-web/pom.xml'
--- dhis-2/dhis-web/pom.xml 2014-03-26 14:16:51 +0000
+++ dhis-2/dhis-web/pom.xml 2014-03-27 10:08:06 +0000
@@ -30,6 +30,9 @@
<module>dhis-web-light</module>
<module>dhis-web-mobile</module>
<module>dhis-web-sms</module>
+ <module>dhis-web-event-capture</module>
+ <module>dhis-web-event-reports</module>
+ <module>dhis-web-tracker-capture</module>
<module>dhis-web-portal</module>
</modules>
<build>
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp