wt.org
Class WTOrganization

java.lang.Object
  extended bywt.fc.WTObject
      extended bywt.fc.Item
          extended bywt.org.WTPrincipal
              extended bywt.org.WTGroup
                  extended bywt.org.WTOrganization
All Implemented Interfaces:
AccessControlled, AccessControlList, AdHocControlled, BusinessInformation, DirectoryContextProvider, DisplayIdentification, DomainAdministered, Externalizable, Federatable, IBAReferenceable, NetFactor, ObjectMappable, Persistable, Principal, RecentlyVisited, RemotelyLinkable, Serializable

public class WTOrganization
extends WTGroup
implements DirectoryContextProvider, IBAReferenceable, Externalizable

Use the newWTOrganization static factory method(s), not the WTOrganization constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
private  WTPrincipalReference administrator
           
static String ADMINISTRATOR
           
private static String[] ATTRIBUTE_NAMES
           
private  String classification
           
static String CLASSIFICATION
           
private static String CLASSNAME
           
static String CONFERENCING_ID
           
static String CONFERENCING_URL
           
private  String conferencingIdentifier
           
private  URL conferencingURL
           
private  Hashtable creationBases
           
private static String[] DEFAULT_DIR_ATTRIBUTE_NAMES
           
private static String defaultAdapter
           
private static String[] DIR_ATTRIBUTE_KEYS
           
static long EXTERNALIZATION_VERSION_UID
           
static String INTERNET_DOMAIN
           
private  String internetDomain
           
private static String INTROSPECTION_RESOURCE
           
private  String location
           
static String LOCATION
           
protected static long OLD_FORMAT_VERSION_UID
           
static String ORGANIZATION_IDENTIFIER
          Label for the attribute.
private  WTOrganizationIdentifier organizationIdentifier
           
private static String RESOURCE
           
private  Hashtable searchBases
           
private  Hashtable searchCriteria
           
private  Hashtable searchScopes
           
(package private) static long serialVersionUID
           
private static Hashtable serviceMaps
           
private  Hashtable sizeLimits
           
private  ArrayList subordinates
           
private  WTOrganization superior
           
static String SUPPORTING_SERVICES
           
private  String[] supportingServices
           
private static boolean VERBOSE
           
static String WEB_SITE
           
private  URL webSite
           
 
Fields inherited from class wt.org.WTGroup
DESCRIPTION, VERSION_50_UID
 
Fields inherited from class wt.org.WTPrincipal
ALL, DISABLED, DN, INFLATED, NAME, OWNER, REPAIR_NEEDED, REPOSITORY
 
Fields inherited from class wt.fc.Item
VERSION_40_UID, VERSION_51_UID
 
Fields inherited from class wt.fc.WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMP
 
Fields inherited from interface wt.fc.Persistable
IDENTITY, PERSIST_INFO, TYPE
 
Fields inherited from interface wt.access.AdHocControlled
ENTRY_SET
 
Fields inherited from interface wt.fc.BusinessInformation
BUSINESS_TYPE, IDENTITY
 
Fields inherited from interface wt.ufid.Federatable
FEDERATABLE_INFO
 
Fields inherited from interface wt.admin.DomainAdministered
DOMAIN_REF, INHERITED_DOMAIN
 
Fields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE
 
Constructor Summary
WTOrganization()
           
 
Method Summary
private  void _inflate()
           
protected  void copyAttributes(WTPrincipal target)
          

Supported API: false
 boolean equals(Object obj)
          Indicates whether the given object is equal to this object from a persistence perspective, by comparing the two objects ObjectIdentifiers.
 WTPrincipalReference getAdministrator()
          

Supported API: true
 HashMap getAttributeMap(String service)
          

Supported API: false
 String getClassification()
          

Supported API: true
 String getCodingSystem()
          

Supported API: true
 String getConceptualClassname()
          Deprecated.  
 String getConferencingIdentifier()
          

Supported API: true
 URL getConferencingURL()
          

Supported API: true
 String getCreationBase(String service)
          

Supported API: false
 String getDescription()
          

Supported API: false
 String getDn()
          Gets the value of the attribute: DN.
 HashMap getFieldValueMap()
          

Supported API: false
 String getIBAReferenceableDisplayString()
          

Supported API: false
 String getInternetDomain()
          

Supported API: true
 String getLocation()
          

Supported API: true
 WTOrganizationIdentifier getOrganizationIdentifier()
          Gets the object for the association that plays role: ORGANIZATION_IDENTIFIER.
 String getPrimaryService()
          

Supported API: false
 String getReferenceID()
          

Supported API: false
protected  String[] getRegisteredSupportingServices()
           
 String getRepository()
          Gets the value of the attribute: REPOSITORY.
 String getSearchBase(String service)
          

Supported API: false
 String getSearchCriteria(String service, Class principalClass)
          

Supported API: false
 Enumeration getSearchCriteriaClasses(String service)
          

Supported API: false
 String getSearchScope(String service)
          

Supported API: false
 int getSizeLimit(String service)
          

Supported API: false
 Enumeration getSubordinates()
          

Supported API: false
 WTOrganization getSuperior()
          

Supported API: false
 String[] getSupportingServices()
          

Supported API: false
 String getUniqueIdentifier()
          

Supported API: true
 URL getWebSite()
          

Supported API: true
 int hashCode()
          Returns a hash code for this object based upon its ObjectIdentifier.
protected  void initialize(String name)
          Supports initialization, following construction of an instance.
protected  void initialize(String name, DirectoryContextProvider context)
          Supports initialization, following construction of an instance.
protected  void initialize(String name, String dn, String service)
          Supports initialization, following construction of an instance.
 void mapAttributes(HashMap attributes)
          

Supported API: false
static WTOrganization newWTOrganization(String name)
          

Supported API: true
static WTOrganization newWTOrganization(String name, DirectoryContextProvider context)
          

Supported API: true
static WTOrganization newWTOrganization(String name, String dn, String service)
          

Supported API: true
 void readExternal(ObjectInput input)
          Reads the non-transient fields of this class from an external source.
 void readExternal(PersistentRetrieveIfc input)
          Used by Persistent Data Service to populate the persistent attributes of this class from a persistent store.
private  boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source, which is not the current version.
protected  boolean readVersion(WTOrganization thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
private  void setAdministrator(String dn)
           
 void setAdministrator(WTPrincipalReference administrator)
          

Supported API: true
 void setClassification(String classification)
          

Supported API: true
 void setConferencingIdentifier(String conferencingIdentifier)
          

Supported API: true
private  void setConferencingURL(String url)
           
 void setConferencingURL(URL conferencingURL)
          

Supported API: true
 void setCreationBase(String service, String creationBase)
          

Supported API: false
 void setDescription(String description)
          

Supported API: false
 void setDn(String dn)
          Sets the value of the attribute: DN.
 void setInternetDomain(String internetDomain)
          

Supported API: true
 void setLocation(String location)
          

Supported API: true
private  void setOrganizationIdentifier(String id)
           
 void setOrganizationIdentifier(WTOrganizationIdentifier a_OrganizationIdentifier)
          Sets the object for the association that plays role: ORGANIZATION_IDENTIFIER.
 void setRepository(String repository)
          Sets the value of the attribute: REPOSITORY.
 void setSearchBase(String service, String searchBase)
          

Supported API: false
 void setSearchCriteria(String service, Class principalClass, String searchCriteria)
          

Supported API: false
 void setSearchScope(String service, String searchScope)
          

Supported API: false
 void setSizeLimit(String service, int sizeLimit)
          

Supported API: false
 void setSupportingServices(String[] supportingServices)
          

Supported API: true
private  void setWebSite(String url)
           
 void setWebSite(URL webSite)
          

Supported API: true
 String toString()
          If the object has been persisted, return it's ObjectIdentifier.
 void writeExternal(ObjectOutput output)
          Writes the non-transient fields of this class to an external source.
 void writeExternal(PersistentStoreIfc output)
          Used by Persistent Data Service to obtain the values of the persistent attributes of this class, so they can be written to a persistent store.
 
Methods inherited from class wt.org.WTGroup
addMember, addMembers, getBusinessType, getEntrySet, isMember, members, newWTGroup, newWTGroup, newWTGroup, parentGroups, readVersion, removeMember, setDisabled, setEntrySet
 
Methods inherited from class wt.org.WTPrincipal
_mangleName, _setDisabled, _unmangleName, getDn, getFederatableInfo, getIdentificationObject, getIdentity, getName, getOrganization, getRepository, inflate, initialize, isDefaultDomain, isDisabled, isInflated, isRepairNeeded, readVersion, setDn, setFederatableInfo, setInflated, setName, setRepairNeeded, setRepository
 
Methods inherited from class wt.fc.Item
getDomainRef, isInheritedDomain, readVersion, setDomainRef, setInheritedDomain
 
Methods inherited from class wt.fc.WTObject
checkAttributes, duplicate, finalize, getClassInfo, getCreateTimestamp, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getModifyTimestamp, getPersistInfo, getType, readVersion, setPersistInfo
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo
 
Methods inherited from interface wt.fc.NetFactor
getClassInfo
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

administrator

private WTPrincipalReference administrator

classification

private String classification

conferencingIdentifier

private String conferencingIdentifier

conferencingURL

private URL conferencingURL

internetDomain

private String internetDomain

location

private String location

supportingServices

private String[] supportingServices

webSite

private URL webSite

ORGANIZATION_IDENTIFIER

public static final String ORGANIZATION_IDENTIFIER
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

organizationIdentifier

private WTOrganizationIdentifier organizationIdentifier

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

EXTERNALIZATION_VERSION_UID

public static final long EXTERNALIZATION_VERSION_UID
See Also:
Constant Field Values

OLD_FORMAT_VERSION_UID

protected static final long OLD_FORMAT_VERSION_UID
See Also:
Constant Field Values

INTROSPECTION_RESOURCE

private static final String INTROSPECTION_RESOURCE
See Also:
Constant Field Values

defaultAdapter

private static String defaultAdapter

VERBOSE

private static boolean VERBOSE

subordinates

private ArrayList subordinates

superior

private WTOrganization superior

creationBases

private Hashtable creationBases

searchBases

private Hashtable searchBases

searchCriteria

private Hashtable searchCriteria

searchScopes

private Hashtable searchScopes

sizeLimits

private Hashtable sizeLimits

ADMINISTRATOR

public static final String ADMINISTRATOR
See Also:
Constant Field Values

CONFERENCING_ID

public static final String CONFERENCING_ID
See Also:
Constant Field Values

CONFERENCING_URL

public static final String CONFERENCING_URL
See Also:
Constant Field Values

CLASSIFICATION

public static final String CLASSIFICATION
See Also:
Constant Field Values

INTERNET_DOMAIN

public static final String INTERNET_DOMAIN
See Also:
Constant Field Values

LOCATION

public static final String LOCATION
See Also:
Constant Field Values

SUPPORTING_SERVICES

public static final String SUPPORTING_SERVICES
See Also:
Constant Field Values

WEB_SITE

public static final String WEB_SITE
See Also:
Constant Field Values

ATTRIBUTE_NAMES

private static final String[] ATTRIBUTE_NAMES

DIR_ATTRIBUTE_KEYS

private static final String[] DIR_ATTRIBUTE_KEYS

DEFAULT_DIR_ATTRIBUTE_NAMES

private static final String[] DEFAULT_DIR_ATTRIBUTE_NAMES

serviceMaps

private static Hashtable serviceMaps
Constructor Detail

WTOrganization

public WTOrganization()
Method Detail

writeExternal

public void writeExternal(ObjectOutput output)
                   throws IOException
Writes the non-transient fields of this class to an external source.

Supported API: false

Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class WTGroup
Parameters:
output -
Throws:
IOException

readExternal

public void readExternal(ObjectInput input)
                  throws IOException,
                         ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class WTGroup
Parameters:
input -
Throws:
IOException
ClassNotFoundException

readVersion

protected boolean readVersion(WTOrganization thisObject,
                              ObjectInput input,
                              long readSerialVersionUID,
                              boolean passThrough,
                              boolean superDone)
                       throws IOException,
                              ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Parameters:
thisObject -
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

readOldVersion

private boolean readOldVersion(ObjectInput input,
                               long readSerialVersionUID,
                               boolean passThrough,
                               boolean superDone)
                        throws IOException,
                               ClassNotFoundException
Reads the non-transient fields of this class from an external source, which is not the current version.

Parameters:
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(PersistentStoreIfc output)
                   throws SQLException,
                          DatastoreException
Used by Persistent Data Service to obtain the values of the persistent attributes of this class, so they can be written to a persistent store.

(Not intended for general use.)

Supported API: false

Specified by:
writeExternal in interface ObjectMappable
Overrides:
writeExternal in class WTGroup
Parameters:
output -
Throws:
SQLException
DatastoreException

readExternal

public void readExternal(PersistentRetrieveIfc input)
                  throws SQLException,
                         DatastoreException
Used by Persistent Data Service to populate the persistent attributes of this class from a persistent store.

(Not intended for general use.)

Supported API: false

Specified by:
readExternal in interface ObjectMappable
Overrides:
readExternal in class WTGroup
Parameters:
input -
Throws:
SQLException
DatastoreException

getConceptualClassname

public String getConceptualClassname()
Deprecated.  

Returns the conceptual (modeled) name for the class.

Supported API: false

Specified by:
getConceptualClassname in interface NetFactor
Overrides:
getConceptualClassname in class WTGroup
Returns:
String

getOrganizationIdentifier

public WTOrganizationIdentifier getOrganizationIdentifier()
Gets the object for the association that plays role: ORGANIZATION_IDENTIFIER.

Supported API: false

Returns:
WTOrganizationIdentifier

setOrganizationIdentifier

public void setOrganizationIdentifier(WTOrganizationIdentifier a_OrganizationIdentifier)
                               throws WTPropertyVetoException
Sets the object for the association that plays role: ORGANIZATION_IDENTIFIER.

Supported API: false

Parameters:
a_OrganizationIdentifier -
Throws:
WTPropertyVetoException

newWTOrganization

public static WTOrganization newWTOrganization(String name)
                                        throws WTException


Supported API: true

Parameters:
name -
Returns:
WTOrganization
Throws:
WTException

initialize

protected void initialize(String name)
                   throws WTException
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.

Supported API: true

Overrides:
initialize in class WTGroup
Parameters:
name -
Throws:
WTException

newWTOrganization

public static WTOrganization newWTOrganization(String name,
                                               String dn,
                                               String service)
                                        throws WTException


Supported API: true

Parameters:
name -
dn -
service -
Returns:
WTOrganization
Throws:
WTException

initialize

protected void initialize(String name,
                          String dn,
                          String service)
                   throws WTException
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.

Supported API: true

Overrides:
initialize in class WTGroup
Parameters:
name -
dn -
service -
Throws:
WTException

newWTOrganization

public static WTOrganization newWTOrganization(String name,
                                               DirectoryContextProvider context)
                                        throws WTException


Supported API: true

Parameters:
name -
context -
Returns:
WTOrganization
Throws:
WTException

initialize

protected void initialize(String name,
                          DirectoryContextProvider context)
                   throws WTException
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.

Supported API: true

Overrides:
initialize in class WTGroup
Parameters:
name -
context -
Throws:
WTException

getAdministrator

public WTPrincipalReference getAdministrator()
                                      throws WTException


Supported API: true

Returns:
WTPrincipalReference
Throws:
WTException

setAdministrator

public void setAdministrator(WTPrincipalReference administrator)


Supported API: true

Parameters:
administrator -

getAttributeMap

public HashMap getAttributeMap(String service)
                        throws WTException


Supported API: false

Overrides:
getAttributeMap in class WTGroup
Parameters:
service -
Returns:
HashMap
Throws:
WTException

getClassification

public String getClassification()
                         throws WTException


Supported API: true

Returns:
String
Throws:
WTException

setClassification

public void setClassification(String classification)


Supported API: true

Parameters:
classification -

getCodingSystem

public String getCodingSystem()


Supported API: true

Returns:
String

getConferencingIdentifier

public String getConferencingIdentifier()
                                 throws WTException


Supported API: true

Returns:
String
Throws:
WTException

setConferencingIdentifier

public void setConferencingIdentifier(String conferencingIdentifier)
                               throws WTException


Supported API: true

Parameters:
conferencingIdentifier -
Throws:
WTException

getConferencingURL

public URL getConferencingURL()
                       throws WTException


Supported API: true

Returns:
URL
Throws:
WTException

setConferencingURL

public void setConferencingURL(URL conferencingURL)
                        throws WTException


Supported API: true

Parameters:
conferencingURL -
Throws:
WTException

getInternetDomain

public String getInternetDomain()
                         throws WTException


Supported API: true

Returns:
String
Throws:
WTException

setInternetDomain

public void setInternetDomain(String internetDomain)
                       throws WTException


Supported API: true

Parameters:
internetDomain -
Throws:
WTException

getLocation

public String getLocation()
                   throws WTException


Supported API: true

Returns:
String
Throws:
WTException

setLocation

public void setLocation(String location)


Supported API: true

Parameters:
location -

getSubordinates

public Enumeration getSubordinates()
                            throws WTException


Supported API: false

Returns:
Enumeration
Throws:
WTException

getSuperior

public WTOrganization getSuperior()
                           throws WTException


Supported API: false

Returns:
WTOrganization
Throws:
WTException

setSupportingServices

public void setSupportingServices(String[] supportingServices)


Supported API: true

Parameters:
supportingServices -

getUniqueIdentifier

public String getUniqueIdentifier()


Supported API: true

Returns:
String

getWebSite

public URL getWebSite()
               throws WTException


Supported API: true

Returns:
URL
Throws:
WTException

setWebSite

public void setWebSite(URL webSite)


Supported API: true

Parameters:
webSite -

getFieldValueMap

public HashMap getFieldValueMap()
                         throws WTException


Supported API: false

Overrides:
getFieldValueMap in class WTGroup
Returns:
HashMap
Throws:
WTException

mapAttributes

public void mapAttributes(HashMap attributes)
                   throws WTException,
                          WTPropertyVetoException


Supported API: false

Overrides:
mapAttributes in class WTGroup
Parameters:
attributes -
Throws:
WTException
WTPropertyVetoException

copyAttributes

protected void copyAttributes(WTPrincipal target)
                       throws WTException,
                              WTPropertyVetoException


Supported API: false

Overrides:
copyAttributes in class WTGroup
Parameters:
target -
Throws:
WTException
WTPropertyVetoException

getCreationBase

public String getCreationBase(String service)
                       throws WTException


Supported API: false

Specified by:
getCreationBase in interface DirectoryContextProvider
Parameters:
service -
Returns:
String
Throws:
WTException

setCreationBase

public void setCreationBase(String service,
                            String creationBase)
                     throws WTPropertyVetoException


Supported API: false

Specified by:
setCreationBase in interface DirectoryContextProvider
Parameters:
service -
creationBase -
Throws:
WTPropertyVetoException

getPrimaryService

public String getPrimaryService()
                         throws WTException


Supported API: false

Specified by:
getPrimaryService in interface DirectoryContextProvider
Returns:
String
Throws:
WTException

getSearchBase

public String getSearchBase(String service)
                     throws WTException


Supported API: false

Specified by:
getSearchBase in interface DirectoryContextProvider
Parameters:
service -
Returns:
String
Throws:
WTException

setSearchBase

public void setSearchBase(String service,
                          String searchBase)
                   throws WTPropertyVetoException


Supported API: false

Specified by:
setSearchBase in interface DirectoryContextProvider
Parameters:
service -
searchBase -
Throws:
WTPropertyVetoException

getSearchCriteria

public String getSearchCriteria(String service,
                                Class principalClass)


Supported API: false

Specified by:
getSearchCriteria in interface DirectoryContextProvider
Parameters:
service -
principalClass -
Returns:
String

getSearchCriteriaClasses

public Enumeration getSearchCriteriaClasses(String service)


Supported API: false

Specified by:
getSearchCriteriaClasses in interface DirectoryContextProvider
Parameters:
service -
Returns:
Enumeration

setSearchCriteria

public void setSearchCriteria(String service,
                              Class principalClass,
                              String searchCriteria)
                       throws WTPropertyVetoException


Supported API: false

Specified by:
setSearchCriteria in interface DirectoryContextProvider
Parameters:
service -
principalClass -
searchCriteria -
Throws:
WTPropertyVetoException

getSearchScope

public String getSearchScope(String service)
                      throws WTException


Supported API: false

Specified by:
getSearchScope in interface DirectoryContextProvider
Parameters:
service -
Returns:
String
Throws:
WTException

setSearchScope

public void setSearchScope(String service,
                           String searchScope)
                    throws WTPropertyVetoException


Supported API: false

Specified by:
setSearchScope in interface DirectoryContextProvider
Parameters:
service -
searchScope -
Throws:
WTPropertyVetoException

getSizeLimit

public int getSizeLimit(String service)


Supported API: false

Specified by:
getSizeLimit in interface DirectoryContextProvider
Parameters:
service -
Returns:
int

setSizeLimit

public void setSizeLimit(String service,
                         int sizeLimit)
                  throws WTPropertyVetoException


Supported API: false

Specified by:
setSizeLimit in interface DirectoryContextProvider
Parameters:
service -
sizeLimit -
Throws:
WTPropertyVetoException

getSupportingServices

public String[] getSupportingServices()
                               throws WTException


Supported API: false

Specified by:
getSupportingServices in interface DirectoryContextProvider
Returns:
String[]
Throws:
WTException

getIBAReferenceableDisplayString

public String getIBAReferenceableDisplayString()


Supported API: false

Specified by:
getIBAReferenceableDisplayString in interface IBAReferenceable
Returns:
String

getReferenceID

public String getReferenceID()


Supported API: false

Specified by:
getReferenceID in interface IBAReferenceable
Returns:
String

equals

public boolean equals(Object obj)
Indicates whether the given object is equal to this object from a persistence perspective, by comparing the two objects ObjectIdentifiers. Changed or stale copies are still considered equal by this method. Delegates to PersistenceHelper.equals(Persistable,Object).

Warning: Certain core Windchill operations may depend upon equals being ObjectIdentifier-based. Changes to the default implementation should be done with care, if at all.

Supported API: false

Specified by:
equals in interface Principal
Overrides:
equals in class WTGroup
Parameters:
obj -
Returns:
boolean

hashCode

public int hashCode()
Returns a hash code for this object based upon its ObjectIdentifier. Delegates to PersistenceHelper.hashCode(Persistable).

Warning: Certain core Windchill operations may depend upon hashCode being ObjectIdentifier-based. Changes to the default implementation should be done with care, if at all.

Supported API: false

Specified by:
hashCode in interface Principal
Overrides:
hashCode in class WTGroup
Returns:
int

getRegisteredSupportingServices

protected String[] getRegisteredSupportingServices()
                                            throws WTException
Throws:
WTException

setAdministrator

private void setAdministrator(String dn)
                       throws WTException
Throws:
WTException

setConferencingURL

private void setConferencingURL(String url)
                         throws WTException
Throws:
WTException

setOrganizationIdentifier

private void setOrganizationIdentifier(String id)
                                throws WTPropertyVetoException
Throws:
WTPropertyVetoException

setWebSite

private void setWebSite(String url)
                 throws WTException
Throws:
WTException

toString

public String toString()
Description copied from class: WTObject
If the object has been persisted, return it's ObjectIdentifier. If it has not yet been persisted, simply return it's conceptual (modeled) name.

Specified by:
toString in interface Principal
Overrides:
toString in class WTGroup

getDn

public String getDn()
Description copied from class: WTPrincipal
Gets the value of the attribute: DN.

Supported API: false

Overrides:
getDn in class WTGroup

setDn

public void setDn(String dn)
Description copied from class: WTPrincipal
Sets the value of the attribute: DN.

Supported API: false

Overrides:
setDn in class WTGroup

getRepository

public String getRepository()
Description copied from class: WTPrincipal
Gets the value of the attribute: REPOSITORY.

Supported API: false

Overrides:
getRepository in class WTGroup

setRepository

public void setRepository(String repository)
Description copied from class: WTPrincipal
Sets the value of the attribute: REPOSITORY.

Supported API: false

Overrides:
setRepository in class WTGroup

getDescription

public String getDescription()
                      throws WTException
Description copied from class: WTGroup


Supported API: false

Overrides:
getDescription in class WTGroup
Returns:
String
Throws:
WTException

setDescription

public void setDescription(String description)
                    throws WTException,
                           WTPropertyVetoException
Description copied from class: WTGroup


Supported API: false

Overrides:
setDescription in class WTGroup
Parameters:
description -
Throws:
WTPropertyVetoException
WTException

_inflate

private void _inflate()