Class OrgStructureBuilder
- java.lang.Object
-
- de.uplanet.lucy.server.usermanager.orgstructure.OrgStructureBuilder
-
@Scriptable public final class OrgStructureBuilder extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OrgStructure
getOrgStructure(de.uplanet.jdbc.JdbcConnection p_conn, boolean p_bIncludeDeleted)
Create
-
-
-
Method Detail
-
getOrgStructure
public static final OrgStructure getOrgStructure(de.uplanet.jdbc.JdbcConnection p_conn, boolean p_bIncludeDeleted) throws SQLException
Create- Parameters:
p_conn
- The database connection to be used.p_bIncludeDeleted
-true
if deleted objects should be included, orfalse
otherwise.- Returns:
- The oranizational structure.
- Throws:
SQLException
- If a database error occurred
-
-