public class ImportItemWrapper extends Object
| Constructor and Description |
|---|
ImportItemWrapper(Object sourceObj,
ACOrgUnit orgUnit) |
ImportItemWrapper(Object sourceObj,
ACOrgUnit orgUnit,
ImportItemWrapper parentOrgUnit) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ImportItemWrapper> |
getChildOrgUnits() |
ACOrgUnit |
getOrgUnit() |
ImportItemWrapper |
getParentOrgUnit() |
Object |
getSourceObj() |
void |
setChildOrgUnits(ArrayList<ImportItemWrapper> childOrgUnits) |
void |
setParentOrgUnit(ImportItemWrapper parentOrgUnit) |
public ImportItemWrapper(Object sourceObj, ACOrgUnit orgUnit)
sourceObj - A specific object, which can be used for example to identify
an import source. For example in the implementation of the
LDAP import this Object is a String which contains the unique
name of the LDAP entry.orgUnit - An orgUnit which is the actual object that gets imported later
on.public ImportItemWrapper(Object sourceObj, ACOrgUnit orgUnit, ImportItemWrapper parentOrgUnit)
sourceObj - A specific object, which can be used for example to identify
an import source.orgUnit - An orgUnit which is the actual object that gets imported later
on.parentOrgUnit - The parent orgUnit of this object.public Object getSourceObj()
public ACOrgUnit getOrgUnit()
public void setParentOrgUnit(ImportItemWrapper parentOrgUnit)
parentOrgUnit - the parent orgUnit of this (wrapped) orgUnitpublic ImportItemWrapper getParentOrgUnit()
public void setChildOrgUnits(ArrayList<ImportItemWrapper> childOrgUnits)
childOrgUnits - the children of this (wrapped) orgUnitpublic ArrayList<ImportItemWrapper> getChildOrgUnits()
Copyright © 2017. All rights reserved.