Uses of Class
wt.org.WTOrganizationIdentifier

Packages that use WTOrganizationIdentifier
wt.ixb.publicforhandlers Provides APIs to develop IXB plugable components. 
wt.org
org package — Organization Service
The following figure shows a representation of the org package model. 
 

Uses of WTOrganizationIdentifier in wt.ixb.publicforhandlers
 

Methods in wt.ixb.publicforhandlers that return WTOrganizationIdentifier
private static WTOrganizationIdentifier IxbHndHelper.getGlobalOrgIdOfString(String orgIdString)
           
 

Methods in wt.ixb.publicforhandlers with parameters of type WTOrganizationIdentifier
static WTOrganization IxbHndHelper.getOrganizationByGlobalOrgId(WTOrganizationIdentifier orgId)
          This method should be implemented in org package, but it is not, so implement it here.
 

Uses of WTOrganizationIdentifier in wt.org
 

Fields in wt.org declared as WTOrganizationIdentifier
private  WTOrganizationIdentifier WTOrganization.organizationIdentifier
           
private  WTOrganizationIdentifier WTOrganization.organizationIdentifier
           
 

Methods in wt.org that return WTOrganizationIdentifier
static WTOrganizationIdentifier WTOrganizationIdentifier.newWTOrganizationIdentifier()
          Default factory for the class.
 WTOrganizationIdentifier WTOrganization.getOrganizationIdentifier()
          Gets the object for the association that plays role: ORGANIZATION_IDENTIFIER.
static WTOrganizationIdentifier WTOrganizationIdentifier.newWTOrganizationIdentifier()
          Default factory for the class.
 WTOrganizationIdentifier WTOrganization.getOrganizationIdentifier()
          Gets the object for the association that plays role: ORGANIZATION_IDENTIFIER.
 

Methods in wt.org with parameters of type WTOrganizationIdentifier
protected  boolean WTOrganizationIdentifier.readVersion(WTOrganizationIdentifier thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void WTOrganization.setOrganizationIdentifier(WTOrganizationIdentifier a_OrganizationIdentifier)
          Sets the object for the association that plays role: ORGANIZATION_IDENTIFIER.
protected  boolean WTOrganizationIdentifier.readVersion(WTOrganizationIdentifier thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void WTOrganization.setOrganizationIdentifier(WTOrganizationIdentifier a_OrganizationIdentifier)
          Sets the object for the association that plays role: ORGANIZATION_IDENTIFIER.