Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010126Openbravo ERPA. Platformpublic2009-07-30 10:462009-09-14 00:00
vmromanos 
vmromanos 
normalminoralways
closedfixed 
20Ubuntu 8.04
 
pi2.50MP4 
Core
No
0010126: Include getChildOrg() and getChildTree() methods in OrganizationStructureProvider class
The OrganizationStructureProvider class currently lacks of:
- a method to get the child organizations of a given organization: getChildOrg()
- a method to get the child organization tree of a given organization: getChildTree()
Create methods:

public Set<String> getChildTree(String orgId, boolean includeOrg)

public Set<String> getChildOrg(String orgId)
No tags attached.
Issue History
2009-07-30 10:46vmromanosNew Issue
2009-07-30 10:46vmromanosAssigned To => vmromanos
2009-07-30 10:47vmromanosStatusnew => scheduled
2009-07-30 10:47vmromanosfix_in_branch => pi
2009-07-30 10:54hgbotCheckin
2009-07-30 10:54hgbotNote Added: 0018706
2009-07-30 10:54hgbotStatusscheduled => resolved
2009-07-30 10:54hgbotResolutionopen => fixed
2009-07-30 10:54hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/a4742576bc3b800a424f6bdbaeb6d3bf76470987 [^]
2009-09-13 22:01pjuvaraStatusresolved => closed
2009-09-13 22:01pjuvaraFixed in Version => 2.50MP4
2009-09-14 00:00anonymoussf_bug_id0 => 2858290

Notes
(0018706)
hgbot   
2009-07-30 10:54   
Repository: erp/devel/pi
Changeset: a4742576bc3b800a424f6bdbaeb6d3bf76470987
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Thu Jul 30 10:53:42 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/a4742576bc3b800a424f6bdbaeb6d3bf76470987 [^]

Fixed issue 10126: Include getChildOrg() and getChildTree() methods in OrganizationStructureProvider class

---
M src/org/openbravo/dal/security/OrganizationStructureProvider.java
---