Klasse OrgStructureBuilder
java.lang.Object
de.uplanet.lucy.server.usermanager.orgstructure.OrgStructureBuilder
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic final OrgStructuregetOrgStructure(de.uplanet.jdbc.JdbcConnection p_conn, boolean p_bIncludeDeleted) Create
-
Methodendetails
-
getOrgStructure
public static final OrgStructure getOrgStructure(de.uplanet.jdbc.JdbcConnection p_conn, boolean p_bIncludeDeleted) throws SQLException Create- Parameter:
p_conn- The database connection to be used.p_bIncludeDeleted-trueif deleted objects should be included, orfalseotherwise.- Gibt zurück:
- The oranizational structure.
- Löst aus:
SQLException- If a database error occurred
-