Go to file
Konstantina Galouni c65b205365 [Trunk | Admin Tools Service]:
1. SingleValueWrapperResponse.java: Generic class SingleValueWrapperResponse created, with field "value" of type defined when instance is created (used for returning single value from API methods).
2. CommunitySubscribersController.java: In method "getNumberOfSubscribersPerCommunity()" (/community/{pid}/subscribers/count) return SingleValueWrapperResponse<Integer>
	(Used to return Integer but it is not always considered as valid JSON).
2020-04-14 09:48:31 +00:00
src [Trunk | Admin Tools Service]: 2020-04-14 09:48:31 +00:00
bug_fix_db.js All files moved to /trunk directory (improving project structure in svn). 2020-03-31 12:02:29 +00:00
deployments.txt All files moved to /trunk directory (improving project structure in svn). 2020-03-31 12:02:29 +00:00
init_db.js All files moved to /trunk directory (improving project structure in svn). 2020-03-31 12:02:29 +00:00
migrateCommunityIn_db.js All files moved to /trunk directory (improving project structure in svn). 2020-03-31 12:02:29 +00:00
pom.xml All files moved to /trunk directory (improving project structure in svn). 2020-03-31 12:02:29 +00:00
synchronize_dbs.js All files moved to /trunk directory (improving project structure in svn). 2020-03-31 12:02:29 +00:00
update_db.js [Trunk | Admin Tools Service]: 2020-04-10 12:34:43 +00:00