[Trunk | Admin Tools Library Service]:1. DivHelpContentController.java: In "getDivHelpContents()" (/divhelpcontent) method rename parameter "div" to "divId" | Delete unnecessary method "addDivHelpContentsInPortal()".2. PageHelpContentController.java: In "getPageHelpContents()" (/pagehelpconent) method add request parameter "portalType"....
[Trunk - Admin tools library Service]: Commit r58031 was not completed. DivIdService.java, PageService.java: In all controllers/services use methods only from services (except for entity's DAO).
[Trunk - Admin tools library Service]: Rename Porrtal > "alias" to "type" and Page/ DivId > "dashboardAlias" to "portalType".
[Trunk - Admin tools library Service]:1. Created services for all entities: PortalService.java, PageService.java, EntityService.java, DivIdService.java, PageHelpContentService.java, DivHelpContentService.java.2. PortalController.java: Deleted from library. Each service will have its own portal controllers, that will use methods from PortalService.java....
[Trunk | Admin tools library Service]: Rename "Community" to "Portal".1. Entity "Community" renamed to "Portal" - Files renamed accordingly.2. PageHelpContent.java & DivHelpContent.java & PageHelpContentResponse.java & DivHelpContentResponse.java: Rename "community" field to "portal"....
[Trunk | Admin tools library service]: 1. Community.java: Add field "alias" (now it will be: openaire/explore (to be decided), connect, community, monitor) - it may be renamed again to: type.2. Page.java & DivId.java & CommunityPage.java & DivIdResponse.java: Remove fields: "connect", "communities", "openaire" and add field: "dashboardAlias"....
[Trunk | Admin tools library Service]: Initial commit of project - Common files & methods copied from admin tools service.1. Entities: common entities are Community, Entity, Page, DivId, PageHelpContent, DivHelpContent (+ fullEntities), email: Email, EmailRecaptcha, GoogleResponse....