|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WTOrganization | |
com.ptc.core.HTMLtemplateutil.server.processors | |
com.ptc.netmarkets.folder | |
com.ptc.netmarkets.model | |
com.ptc.netmarkets.org | |
com.ptc.netmarkets.report | |
com.ptc.windchill.cadx.autoassociate | |
com.ptc.windchill.cadx.common | |
com.ptc.windchill.cadx.common.util | |
com.ptc.windchill.cadx.saveas | |
com.ptc.windchill.classproxy | |
com.ptc.windchill.enterprise.nativeapp.server | |
com.ptc.windchill.esi.svc | |
com.ptc.windchill.esi.tgt | |
com.ptc.windchill.uwgm.proesrv.ndimpl | |
com.ptc.windchill.uwgm.task.autoassociate | |
com.ptc.windchill.uwgm.task.saveas | |
wt.change2 | Defines several reference implementations of change objects
(including WTChangeRequest2 , WTChangeIssue and WTChangeOrder2 )
that are all managed by ChangeService2 ,
but the service interface is defined at a higher level of interfaces to change objects to allow replacing the reference implementations
with customization of the interfaces. |
wt.clients.beans | |
wt.clients.lifecycle.administrator | |
wt.clients.prodmgmt | |
wt.doc | |
wt.enterprise | Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. |
wt.epm | |
wt.epm.ndi | |
wt.epm.ndi.impl | |
wt.epm.upload | |
wt.fc | Provides high level datastore access by using the PersistenceManager (and server-side-only
PersistenceManagerSvr ) to find and manage Persistable objects. |
wt.inf.container | |
wt.inf.library | |
wt.inf.team | |
wt.ixb.epm.handlers | |
wt.ixb.handlers.forattributes | |
wt.ixb.publicforhandlers | Provides APIs to develop IXB plugable components. |
wt.maturity | |
wt.org | |
wt.part | Defines WTPart s and WTPartMaster s (
the fundamental enterprise objects used to represent product structures composed of assemblies and components),
WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. |
wt.pdmlink | |
wt.projmgmt.admin |
Uses of WTOrganization in com.ptc.core.HTMLtemplateutil.server.processors |
Methods in com.ptc.core.HTMLtemplateutil.server.processors that return WTOrganization | |
private WTOrganization |
WizardProcessor.getCurrentOrganization(Object context_obj)
|
WTOrganization |
WizardProcessor.getOrganizationFromRule(String ruleAttrValue,
TypeIdentifier typeId,
WTContainer container)
Returns WTOrganization defined by rules. |
Uses of WTOrganization in com.ptc.netmarkets.folder |
Fields in com.ptc.netmarkets.folder declared as WTOrganization | |
private static WTOrganization |
StandardNmFolderService.classicDefaultOrg
|
private static WTOrganization |
NmFolderHelper.classicDefaultOrg
|
Methods in com.ptc.netmarkets.folder that return WTOrganization | |
static WTOrganization |
NmFolderHelper.getClassicDefaultOrg()
|
Methods in com.ptc.netmarkets.folder with parameters of type WTOrganization | |
static boolean |
NmFolderHelper.isInternalOrganization(WTOrganization organization)
|
static boolean |
NmFolderHelper.isNewNumRequired(WTOrganization organization,
Class clazz)
|
Uses of WTOrganization in com.ptc.netmarkets.model |
Fields in com.ptc.netmarkets.model declared as WTOrganization | |
private static WTOrganization |
StandardNmObjectService.classicDefaultOrg
|
Uses of WTOrganization in com.ptc.netmarkets.org |
Methods in com.ptc.netmarkets.org with parameters of type WTOrganization | |
private NmOrg |
StandardNmOrganizationService.getNmOrg(WTOrganization wtOrg)
|
static NmOrg |
NmOrg.getNmOrg(WTOrganization org)
Supported API: false |
Uses of WTOrganization in com.ptc.netmarkets.report |
Methods in com.ptc.netmarkets.report that return WTOrganization | |
WTOrganization |
StandardNmReportService.getOrgContainer(String org_str)
Supported API: false |
WTOrganization |
NmReportServiceFwd.getOrgContainer(String org_str)
Supported API: false |
WTOrganization |
NmReportService.getOrgContainer(String org_str)
Supported API: false |
Methods in com.ptc.netmarkets.report with parameters of type WTOrganization | |
QueryResult |
StandardNmReportService.getOrganizationAccessHistory(WTOrganization org,
Timestamp start,
Timestamp end)
|
Uses of WTOrganization in com.ptc.windchill.cadx.autoassociate |
Methods in com.ptc.windchill.cadx.autoassociate with parameters of type WTOrganization | |
WTPart |
DefaultAutoAssociatePartFinderCreator.createNewWTPart(EPMDocument epmDoc,
String a_PartNumber,
String a_PartName,
PartType a_PartType,
String a_folderOID,
EPMWorkspace a_CurrentWS,
WTOrganization a_org,
Source a_source,
QuantityUnit a_defaultUnits)
|
WTPart |
AutoAssociatePartFinderCreator.createNewWTPart(EPMDocument epmDoc,
String a_PartNumber,
String a_PartName,
PartType a_PartType,
String folderOID,
EPMWorkspace a_CurrentWS,
WTOrganization a_org,
Source a_source,
QuantityUnit a_defaultUnits)
|
Uses of WTOrganization in com.ptc.windchill.cadx.common |
Methods in com.ptc.windchill.cadx.common with parameters of type WTOrganization | |
static WTPart |
WTPartUtilities.createNewPart(String a_PartNumber,
String a_PartName,
PartType a_PartType,
String a_folderOID,
EPMWorkspace a_CurrentWS,
WTOrganization org,
WTContainer container,
Source a_source,
QuantityUnit a_defaultUnits)
|
static WTPart |
WTPartUtilities.createNewPart(String a_PartNumber,
String a_PartName,
PartType a_PartType,
String a_folderOID,
EPMWorkspace a_CurrentWS,
WTOrganization org,
WTContainer container,
Source a_source,
QuantityUnit a_defaultUnits,
boolean deferSaving)
|
Uses of WTOrganization in com.ptc.windchill.cadx.common.util |
Methods in com.ptc.windchill.cadx.common.util that return WTOrganization | |
static WTOrganization |
GenericUtilities.getOwningOrganizationOfWSContextContainer(EPMWorkspace ws)
|
static WTOrganization |
ContainerUtilities.getOrgContainerOrganization(WTContainer container)
Get Organization for org container of the specified container. |
Methods in com.ptc.windchill.cadx.common.util with parameters of type WTOrganization | |
static EPMDocument |
CADDocUtilities.createNewEPMDocument(String documentNumber,
String documentName,
String modelName,
String location,
String modelType,
EPMDocument templateEPMDocument,
EPMWorkspace wsObj,
WTOrganization org,
WTContainer container)
|
static EPMDocument |
CADDocUtilities.createNewEPMDocument(String documentNumber,
String documentName,
String modelName,
String location,
String modelType,
EPMDocument templateEPMDocument,
EPMWorkspace wsObj,
WTOrganization org,
WTContainer container,
boolean createInPersonalCabinet)
Create the CAD Document in the specified shared folder location or in the personal cabinet of the workspace folder, based upon the specified choice. |
Uses of WTOrganization in com.ptc.windchill.cadx.saveas |
Fields in com.ptc.windchill.cadx.saveas declared as WTOrganization | |
private WTOrganization |
SaveAsFormTaskDelegate.SaveAsObjectInfo.wtOrg
|
Methods in com.ptc.windchill.cadx.saveas that return WTOrganization | |
WTOrganization |
SaveAsFormTaskDelegate.SaveAsObjectInfo.getWTOrganization()
|
WTOrganization |
SaveAsFormTaskDelegate.SaveAsObjectInfo.setWTOrganization(String oid)
|
Uses of WTOrganization in com.ptc.windchill.classproxy |
Methods in com.ptc.windchill.classproxy with parameters of type WTOrganization | |
static EPMDocument |
CadxClassProxy.createNewEPMDocument(String documentNumber,
String documentName,
String modelName,
String location,
String modelType,
EPMDocument templateEPMDocument,
EPMWorkspace wsObj,
WTOrganization org,
WTContainer container,
boolean createInPersonalCabinet)
|
Uses of WTOrganization in com.ptc.windchill.enterprise.nativeapp.server |
Methods in com.ptc.windchill.enterprise.nativeapp.server with parameters of type WTOrganization | |
static WindchillAttributeInformation |
WindchillAttributeUtility.setOrgInAttribInfo(WindchillAttributeInformation attrib,
WTOrganization org,
Locale locale)
This method is very specific to generating the most recently visited list of Organizations into a WindchillAttributeInformation. |
Uses of WTOrganization in com.ptc.windchill.esi.svc |
Methods in com.ptc.windchill.esi.svc with parameters of type WTOrganization | |
void |
StandardESIService.connectTargetToOrganization(ESITarget tgt,
WTOrganization org)
Connects an ESITarget to a WTOrganization. Delegates all work to an instance of ESITargetUtility. |
void |
StandardESIService.disconnectTargetFromOrganization(ESITarget tgt,
WTOrganization org)
Deletes the ESITargetOrganizationLink that connects an ESITarget object to a WTOrganization object. |
void |
ESIServiceFwd.connectTargetToOrganization(ESITarget tgt,
WTOrganization org)
Connects an ESITarget to a WTOrganization. Delegates all work to an instance of ESITargetUtility. |
void |
ESIServiceFwd.disconnectTargetFromOrganization(ESITarget tgt,
WTOrganization org)
Deletes the ESITargetOrganizationLink that connects an ESITarget object to a WTOrganization object. |
void |
ESIService.connectTargetToOrganization(ESITarget tgt,
WTOrganization org)
Connects an ESITarget to a WTOrganization. Delegates all work to an instance of ESITargetUtility. |
void |
ESIService.disconnectTargetFromOrganization(ESITarget tgt,
WTOrganization org)
Deletes the ESITargetOrganizationLink that connects an ESITarget object to a WTOrganization object. |
Uses of WTOrganization in com.ptc.windchill.esi.tgt |
Methods in com.ptc.windchill.esi.tgt that return WTOrganization | |
WTOrganization |
ESITargetOrganizationLink.getOrganization()
Gets the object for the association that plays role: ORGANIZATION_ROLE. |
Methods in com.ptc.windchill.esi.tgt with parameters of type WTOrganization | |
void |
ESITargetUtility.connectTargetToOrganization(ESITarget tgt,
WTOrganization org)
Creates an ESITargetAsssociationLink between an WTOrganization and an ESITarget. |
void |
ESITargetUtility.disconnectTargetFromOrganization(ESITarget tgt,
WTOrganization org)
Deletes all ESITargetOrganizationLink objects between the target and the WTOrganization. |
ESITargetOrganizationLink |
ESITargetUtility.newESITargetOrganizationLink(WTOrganization org,
ESITarget target)
Returns an instance of ESITargetOrganizationLink. |
void |
ESITargetOrganizationLink.setOrganization(WTOrganization organization)
Sets the object for the association that plays role: ORGANIZATION_ROLE. |
static ESITargetOrganizationLink |
ESITargetOrganizationLink.newESITargetOrganizationLink(ESITarget target,
WTOrganization organization)
Default factory for the class. |
Uses of WTOrganization in com.ptc.windchill.uwgm.proesrv.ndimpl |
Fields in com.ptc.windchill.uwgm.proesrv.ndimpl declared as WTOrganization | |
private WTOrganization |
ProENeutralData.organization
|
private WTOrganization |
ProENDDocument.organization
|
Methods in com.ptc.windchill.uwgm.proesrv.ndimpl that return WTOrganization | |
WTOrganization |
ProENeutralData.getDefaultOrganization()
|
WTOrganization |
ProENDDocument.getOrganization()
|
Uses of WTOrganization in com.ptc.windchill.uwgm.task.autoassociate |
Methods in com.ptc.windchill.uwgm.task.autoassociate with parameters of type WTOrganization | |
WTPart |
DefaultAutoAssociatePartFinderCreator.createNewWTPart(EPMDocument epmDoc,
String a_PartNumber,
String a_PartName,
PartType a_PartType,
String a_folderOID,
EPMWorkspace a_CurrentWS,
WTOrganization a_org,
Source a_source,
QuantityUnit a_defaultUnits)
|
Uses of WTOrganization in com.ptc.windchill.uwgm.task.saveas |
Fields in com.ptc.windchill.uwgm.task.saveas declared as WTOrganization | |
private WTOrganization |
SaveAsTask.SaveAsObjectInfo.wtOrg
|
Methods in com.ptc.windchill.uwgm.task.saveas that return WTOrganization | |
WTOrganization |
SaveAsTask.SaveAsObjectInfo.getWTOrganization()
|
Methods in com.ptc.windchill.uwgm.task.saveas with parameters of type WTOrganization | |
void |
SaveAsTask.SaveAsObjectInfo.setWTOrganization(WTOrganization org)
|
Uses of WTOrganization in wt.change2 |
Methods in wt.change2 that return WTOrganization | |
WTOrganization |
ChangeRequest2.getOrganization()
Gets the value of the attribute: ORGANIZATION. |
WTOrganization |
ChangeOrder2.getOrganization()
Gets the value of the attribute: ORGANIZATION. |
WTOrganization |
ChangeIssue.getOrganization()
Gets the value of the attribute: ORGANIZATION. |
Methods in wt.change2 with parameters of type WTOrganization | |
void |
ChangeRequest2.setOrganization(WTOrganization a_Organization)
Sets the value of the attribute: ORGANIZATION. |
void |
ChangeOrder2.setOrganization(WTOrganization a_Organization)
Sets the value of the attribute: ORGANIZATION. |
void |
ChangeIssue.setOrganization(WTOrganization a_Organization)
Sets the value of the attribute: ORGANIZATION. |
Uses of WTOrganization in wt.clients.beans |
Fields in wt.clients.beans declared as WTOrganization | |
private WTOrganization |
OrgChooser.organization
|
Methods in wt.clients.beans that return WTOrganization | |
WTOrganization |
OrgChooserDialog.getOrg(int index)
Get the WTOrganization object at the specified index. |
WTOrganization |
OrgChooserDialog.getSelectedOrg()
Return the currently selected organization. |
WTOrganization |
OrgChooser.getOrganization()
|
WTOrganization |
FindOrgPanel.getOrg(int index)
Get the WTOrganization object at the specified index. |
WTOrganization |
FindOrgPanel.getSelectedOrg()
Return the currently selected organization. |
Methods in wt.clients.beans with parameters of type WTOrganization | |
private void |
OrgChooser.addRecentlyVisitedOrganization(WTOrganization org)
|
Uses of WTOrganization in wt.clients.lifecycle.administrator |
Methods in wt.clients.lifecycle.administrator that return WTOrganization | |
private static WTOrganization |
Util.getOrganization(WTUser user,
WTContainerRef context)
|
Uses of WTOrganization in wt.clients.prodmgmt |
Fields in wt.clients.prodmgmt declared as WTOrganization | |
private WTOrganization |
PartItem.organization
The organization for this part. |
Methods in wt.clients.prodmgmt that return WTOrganization | |
WTOrganization |
PartItem.getOrganization()
Returns the current organization of this PartItem. |
Methods in wt.clients.prodmgmt with parameters of type WTOrganization | |
void |
PartItem.setOrganization(WTOrganization organization)
Sets the organization of this partitem. |
Uses of WTOrganization in wt.doc |
Methods in wt.doc that return WTOrganization | |
WTOrganization |
WTDocumentMaster.getOrganization()
Gets the value of the attribute: ORGANIZATION. |
WTOrganization |
WTDocument.getOrganization()
Gets the value of the attribute: ORGANIZATION. |
Methods in wt.doc with parameters of type WTOrganization | |
WTDocumentMaster |
WTDocumentServiceFwd.changeWTDocumentMasterIdentity(WTDocumentMaster document_master,
String name,
String number,
WTOrganization org)
Change the identity of WTDocumentMaster with new name, number and organization. |
WTDocumentMaster |
WTDocumentService.changeWTDocumentMasterIdentity(WTDocumentMaster document_master,
String name,
String number,
WTOrganization org)
Change the identity of WTDocumentMaster with new name, number and organization. |
void |
WTDocumentMaster.setOrganization(WTOrganization a_Organization)
Sets the value of the attribute: ORGANIZATION. |
void |
WTDocument.setOrganization(WTOrganization a_Organization)
Sets the value of the attribute: ORGANIZATION. |
WTDocumentMaster |
StandardWTDocumentService.changeWTDocumentMasterIdentity(WTDocumentMaster document_master,
String name,
String number,
WTOrganization org)
Change the identity of WTDocumentMaster with new name, number and organization. |
Uses of WTOrganization in wt.enterprise |
Fields in wt.enterprise declared as WTOrganization | |
private static WTOrganization |
EnterpriseHelper.defaultOrg
|
Methods in wt.enterprise with parameters of type WTOrganization | |
static boolean |
EnterpriseHelper.isAutoNumber(Object obj,
WTOrganization org)
Returns the result of isAutoNumber(obj, container, org) ,
where container is a reference to the Windchill PDM
classic container. |
static boolean |
EnterpriseHelper.isAutoNumber(Object obj,
WTContainerRef container,
WTOrganization org)
Returns the conjunction of the result of isAutoNumber(obj, container) and the disjunction of
obj 's neither being nor representing wt.org.OrganizationOwned
and org 's representing an internal organization. |
Uses of WTOrganization in wt.epm |
Methods in wt.epm that return WTOrganization | |
WTOrganization |
EPMDocumentMaster.getOrganization()
Gets the value of the attribute: ORGANIZATION. |
WTOrganization |
EPMDocument.getOrganization()
Gets the value of the attribute: ORGANIZATION. |
Methods in wt.epm with parameters of type WTOrganization | |
void |
EPMDocumentMaster.setOrganization(WTOrganization a_Organization)
Sets the value of the attribute: ORGANIZATION. |
void |
EPMDocument.setOrganization(WTOrganization a_Organization)
Sets the value of the attribute: ORGANIZATION. |
Uses of WTOrganization in wt.epm.ndi |
Methods in wt.epm.ndi that return WTOrganization | |
WTOrganization |
EPMNDDocument.getOrganization()
Gets the value of the attribute: organization. |
Uses of WTOrganization in wt.epm.ndi.impl |
Methods in wt.epm.ndi.impl that return WTOrganization | |
WTOrganization |
EPMNDDocumentImpl.getOrganization()
Gets the value of the attribute: organization. |
Uses of WTOrganization in wt.epm.upload |
Methods in wt.epm.upload with parameters of type WTOrganization | |
EPMDocument |
EPMUpload.createNewEPMDocument(String number,
String cadName,
String name,
String type,
String docSubType,
int revisionNumber,
boolean isVerified,
EPMAuthoringAppVersion authoringApplicationVersion,
WTContainer container,
WTOrganization organization,
QuantityUnit defaultUnit)
|
Uses of WTOrganization in wt.fc |
Methods in wt.fc with parameters of type WTOrganization | |
Master |
StandardIdentityService.changeMasterIdentity(Master master,
String name,
String number,
WTOrganization org)
Change the Mastered object identity with the new name, number and organization. |
Master |
IdentityServiceFwd.changeMasterIdentity(Master master,
String name,
String number,
WTOrganization org)
Change the Mastered object identity with the new name, number and organization. |
Master |
IdentityService.changeMasterIdentity(Master master,
String name,
String number,
WTOrganization org)
Change the Mastered object identity with the new name, number and organization. |
Master |
StandardIdentityService.changeMasterIdentity(Master master,
String name,
String number,
WTOrganization org)
Change the Mastered object identity with the new name, number and organization. |
Master |
IdentityServiceFwd.changeMasterIdentity(Master master,
String name,
String number,
WTOrganization org)
Change the Mastered object identity with the new name, number and organization. |
Master |
IdentityService.changeMasterIdentity(Master master,
String name,
String number,
WTOrganization org)
Change the Mastered object identity with the new name, number and organization. |
Uses of WTOrganization in wt.inf.container |
Methods in wt.inf.container that return WTOrganization | |
WTOrganization |
WTOrganizationValidator.validate(Object requestor)
Creates and/or retrieves an organization for the given requestor . |
WTOrganization |
WTContainerServiceSvr.getOrganization(Object requestor)
Provides a delegation point to handle situations where the application requires that a WTOrganization exist. |
static WTOrganization |
WTContainerServerHelper.getOrganizationReadOnly(WTContainer container)
Returns a read-only reference to the container's organization property. |
WTOrganization |
StandardWTContainerService.getOrganization(Object requestor)
Provides a delegation point to handle situations where the application requires that a WTOrganization exist. |
WTOrganization |
OrgContainer.getOrganization()
Gets the value of the attribute: ORGANIZATION. |
WTOrganization |
ExchangeContainer.getOrganization()
Gets the value of the attribute: ORGANIZATION. |
WTOrganization |
DefaultWTOrganizationValidator.validate(Object requestor)
Template method for organization validation. |
protected WTOrganization |
DefaultWTOrganizationValidator.getOrganization(Object requestor)
Gets either an existing WTOrganization that corresponds
to the requestor, or instantiates a new one. |
WTOrganization |
WTOrganizationValidator.validate(Object requestor)
Creates and/or retrieves an organization for the given requestor . |
WTOrganization |
WTContainerServiceSvr.getOrganization(Object requestor)
Provides a delegation point to handle situations where the application requires that a WTOrganization exist. |
static WTOrganization |
WTContainerServerHelper.getOrganizationReadOnly(WTContainer container)
Returns a read-only reference to the container's organization property. |
WTOrganization |
StandardWTContainerService.getOrganization(Object requestor)
Provides a delegation point to handle situations where the application requires that a WTOrganization exist. |
WTOrganization |
OrgContainer.getOrganization()
Gets the value of the attribute: ORGANIZATION. |
WTOrganization |
ExchangeContainer.getOrganization()
Gets the value of the attribute: ORGANIZATION. |
WTOrganization |
DefaultWTOrganizationValidator.validate(Object requestor)
Template method for organization validation. |
protected WTOrganization |
DefaultWTOrganizationValidator.getOrganization(Object requestor)
Gets either an existing WTOrganization that corresponds
to the requestor, or instantiates a new one. |
Methods in wt.inf.container with parameters of type WTOrganization | |
private static void |
FinalizeOrganizationAccessR6ToR7.migrate(OrgContainer container,
WTOrganization org)
Migrates a container and org |
boolean |
WTContainerServiceSvr.isInApplicationGeneratedDomain(WTOrganization org)
Determines if the organization is stored in an "org" domain automatically generated by the container service. |
OrgContainer |
WTContainerServiceFwd.getOrgContainer(WTOrganization wt_org)
Find the OrgContainer for a WTOrganization
Supported API: false |
WTContainerRef |
WTContainerServiceFwd.getOrgContainerRef(WTOrganization wt_org)
Find the OrgContainer for a WTOrganization
Supported API: false |
OrgContainer |
WTContainerService.getOrgContainer(WTOrganization wt_org)
Find the OrgContainer for a WTOrganization
Supported API: true |
WTContainerRef |
WTContainerService.getOrgContainerRef(WTOrganization wt_org)
Find the OrgContainer for a WTOrganization
Supported API: false |
protected static boolean |
WTContainerServerHelper.isExchangeOrganization(WTOrganization org)
|
OrgContainer |
StandardWTContainerService.getOrgContainer(WTOrganization wt_org)
Find the OrgContainer for a WTOrganization
Supported API: false |
WTContainerRef |
StandardWTContainerService.getOrgContainerRef(WTOrganization wt_org)
Find the OrgContainer for a WTOrganization
Supported API: false |
boolean |
StandardWTContainerService.isInApplicationGeneratedDomain(WTOrganization org)
Determines if the organization is stored in an "org" domain automatically generated by the container service. |
private void |
PersistenceManagerEventHandler.preDelete(WTOrganization org)
|
void |
OrgContainer.setOrganization(WTOrganization a_Organization)
Sets the value of the attribute: ORGANIZATION. |
WTContainerRef |
OrganizationCache.getOrgContainer(WTOrganization org)
|
private void |
OrganizationCache.postModify(WTOrganization org)
|
private void |
OrganizationCache.removeFromCache(WTOrganization org)
|
(package private) boolean |
OrganizationCache.isExchangeOrganization(WTOrganization org)
|
private boolean |
OrganizationCache.isSourceOfExchangeDomain(WTOrganization org)
Determine if the organization is where the exchange container's internet domain is derived form. |
private static void |
LoadContainer.assignOrgProperties(WTOrganization org,
String conferencing_url,
String internet_domain)
Assigns the conferencing url and internet domain to the given organization, if they are valid. |
void |
ExchangeContainer.setOrganization(WTOrganization a_Organization)
Sets the value of the attribute: ORGANIZATION. |
static void |
DirectoryHelperSvr.filterByOrganization(WTOrganization org,
DirectoryContextProvider context)
Supported API: false |
static String |
DirectoryHelperSvr.generateInternetDomainName(WTOrganization org)
Creates a unique internet domain name for the given WTOrganization . |
protected AdminDomainRef |
DefaultWTOrganizationValidator.createDomain(WTOrganization organization,
Object requestor)
Creates a new AdministrativeDomain for the organization,
if neccessary. |
protected void |
DefaultWTOrganizationValidator.createPolicies(WTOrganization organization,
Object requestor)
Creates the policy rules for domains created by #createValidDomain(WTOrganization,Object) . |
protected void |
DefaultWTOrganizationValidator.finalizeValidation(WTOrganization organization,
Object requestor)
Provides subclasses a last opportunity to do any additional work before the validate method completes. |
protected boolean |
DefaultWTOrganizationValidator.validateAttributes(WTOrganization organization,
Object requestor)
Ensures the organization's attributes are appropriately set up. |
private static void |
FinalizeOrganizationAccessR6ToR7.migrate(OrgContainer container,
WTOrganization org)
Migrates a container and org |
boolean |
WTContainerServiceSvr.isInApplicationGeneratedDomain(WTOrganization org)
Determines if the organization is stored in an "org" domain automatically generated by the container service. |
OrgContainer |
WTContainerServiceFwd.getOrgContainer(WTOrganization wt_org)
Find the OrgContainer for a WTOrganization
Supported API: false |
WTContainerRef |
WTContainerServiceFwd.getOrgContainerRef(WTOrganization wt_org)
Find the OrgContainer for a WTOrganization
Supported API: false |
OrgContainer |
WTContainerService.getOrgContainer(WTOrganization wt_org)
Find the OrgContainer for a WTOrganization
Supported API: true |
WTContainerRef |
WTContainerService.getOrgContainerRef(WTOrganization wt_org)
Find the OrgContainer for a WTOrganization
Supported API: false |
protected static boolean |
WTContainerServerHelper.isExchangeOrganization(WTOrganization org)
|
OrgContainer |
StandardWTContainerService.getOrgContainer(WTOrganization wt_org)
Find the OrgContainer for a WTOrganization
Supported API: false |
WTContainerRef |
StandardWTContainerService.getOrgContainerRef(WTOrganization wt_org)
Find the OrgContainer for a WTOrganization
Supported API: false |
boolean |
StandardWTContainerService.isInApplicationGeneratedDomain(WTOrganization org)
Determines if the organization is stored in an "org" domain automatically generated by the container service. |
private void |
PersistenceManagerEventHandler.preDelete(WTOrganization org)
|
void |
OrgContainer.setOrganization(WTOrganization a_Organization)
Sets the value of the attribute: ORGANIZATION. |
WTContainerRef |
OrganizationCache.getOrgContainer(WTOrganization org)
|
private void |
OrganizationCache.postModify(WTOrganization org)
|
private void |
OrganizationCache.removeFromCache(WTOrganization org)
|
(package private) boolean |
OrganizationCache.isExchangeOrganization(WTOrganization org)
|
private boolean |
OrganizationCache.isSourceOfExchangeDomain(WTOrganization org)
Determine if the organization is where the exchange container's internet domain is derived form. |
private static void |
LoadContainer.assignOrgProperties(WTOrganization org,
String conferencing_url,
String internet_domain)
Assigns the conferencing url and internet domain to the given organization, if they are valid. |
void |
ExchangeContainer.setOrganization(WTOrganization a_Organization)
Sets the value of the attribute: ORGANIZATION. |
static void |
DirectoryHelperSvr.filterByOrganization(WTOrganization org,
DirectoryContextProvider context)
Supported API: false |
static String |
DirectoryHelperSvr.generateInternetDomainName(WTOrganization org)
Creates a unique internet domain name for the given WTOrganization . |
protected AdminDomainRef |
DefaultWTOrganizationValidator.createDomain(WTOrganization organization,
Object requestor)
Creates a new AdministrativeDomain for the organization,
if neccessary. |
protected void |
DefaultWTOrganizationValidator.createPolicies(WTOrganization organization,
Object requestor)
Creates the policy rules for domains created by #createValidDomain(WTOrganization,Object) . |
protected void |
DefaultWTOrganizationValidator.finalizeValidation(WTOrganization organization,
Object requestor)
Provides subclasses a last opportunity to do any additional work before the validate method completes. |
protected boolean |
DefaultWTOrganizationValidator.validateAttributes(WTOrganization organization,
Object requestor)
Ensures the organization's attributes are appropriately set up. |
Uses of WTOrganization in wt.inf.library |
Methods in wt.inf.library that return WTOrganization | |
WTOrganization |
WTLibrary.getOrganization()
Gets the value of the attribute: ORGANIZATION. |
Methods in wt.inf.library with parameters of type WTOrganization | |
void |
WTLibrary.setOrganization(WTOrganization a_Organization)
Sets the value of the attribute: ORGANIZATION. |
Uses of WTOrganization in wt.inf.team |
Methods in wt.inf.team that return WTOrganization | |
private WTOrganization |
StandardContainerTeamService.getOrganization(WTUser user)
|
Methods in wt.inf.team with parameters of type WTOrganization | |
private void |
StandardContainerTeamService.addToContainer(ContainerTeamManaged container,
Role role,
WTUser user,
WTOrganization org,
boolean emitEvent)
|
private void |
StandardContainerTeamService.addUserToOrgGroup(WTUser user,
WTOrganization org,
ContainerTeamManaged container,
WTGroup group)
|
private void |
StandardContainerTeamService.addAdHocsForConfirmedWTOrg(WTOrganization usersOrg,
ContainerTeamManaged container)
|
private void |
StandardContainerTeamService.removeFromContainer(ContainerTeamManaged container,
Role role,
WTUser user,
WTOrganization org,
boolean emitEvent,
boolean autoPopAdminGroup)
|
private void |
StandardContainerTeamService.removeFromContainerInternals(ContainerTeamManaged container,
WTUser user,
WTOrganization org,
boolean emitEvent)
|
private void |
StandardContainerTeamService.removeUserFromOrgGroup(WTUser user,
WTOrganization org,
ContainerTeamManaged container,
WTGroup group)
|
private void |
StandardContainerTeamService.removeAdHocsForConfirmedOrg(WTOrganization usersOrg,
ContainerTeamManaged container)
|
private String |
StandardContainerTeamService.getOrgGroupName(WTOrganization o)
|
Uses of WTOrganization in wt.ixb.epm.handlers |
Methods in wt.ixb.epm.handlers with parameters of type WTOrganization | |
static EPMDocument |
EPMHndHelper.getEPMDocumentOfNumber(String number,
WTContainerRef containerRef,
WTOrganization org)
|
Uses of WTOrganization in wt.ixb.handlers.forattributes |
Methods in wt.ixb.handlers.forattributes that return WTOrganization | |
private WTOrganization |
ExpImpForOrgIdAttr.getOrganization(String orgId)
|
Uses of WTOrganization in wt.ixb.publicforhandlers |
Methods in wt.ixb.publicforhandlers that return WTOrganization | |
static WTOrganization |
IxbHndHelper.getOrganizationByGlobalOrgId(String orgIdString)
|
static WTOrganization |
IxbHndHelper.getOrganizationByGlobalOrgId(WTOrganizationIdentifier orgId)
This method should be implemented in org package, but it is not, so implement it here. |
Methods in wt.ixb.publicforhandlers with parameters of type WTOrganization | |
static Iterated |
IxbHndHelper.getIteratedObjectOfNumber(Class iterated_class,
String number_attr_name,
String number,
WTContainerRef containerRef,
WTOrganization org)
In 7.0 identity of business objects can include: number + namespace + organization. |
static Mastered |
IxbHndHelper.getMasterObjectOfNumber(Class master_class,
String number_attr_name,
String number,
WTContainerRef containerRef,
WTOrganization org)
|
Uses of WTOrganization in wt.maturity |
Methods in wt.maturity that return WTOrganization | |
WTOrganization |
PromotionNotice.getOrganization()
Gets the value of the attribute: ORGANIZATION. |
Methods in wt.maturity with parameters of type WTOrganization | |
void |
PromotionNotice.setOrganization(WTOrganization a_Organization)
Sets the value of the attribute: ORGANIZATION. |
Uses of WTOrganization in wt.org |
Fields in wt.org declared as WTOrganization | |
private WTOrganization |
WTOrganization.superior
|
private WTOrganization |
WTOrganization.superior
|
Methods in wt.org that return WTOrganization | |
WTOrganization |
WTPrincipalCache.getOrganization(WTPrincipal principal)
|
WTOrganization |
WTPrincipalCache.getOrganization(DirectoryKey dirKey)
|
WTOrganization |
WTPrincipalCache.getOrganization(ObjectIdentifier oid)
|
WTOrganization |
WTPrincipal.getOrganization()
Supported API: false |
static WTOrganization |
WTOrganization.newWTOrganization(String name)
Supported API: true |
static WTOrganization |
WTOrganization.newWTOrganization(String name,
String dn,
String service)
Supported API: true |
static WTOrganization |
WTOrganization.newWTOrganization(String name,
DirectoryContextProvider context)
Supported API: true |
WTOrganization |
WTOrganization.getSuperior()
Supported API: false |
WTOrganization |
StandardOrganizationServicesManager.getOrganization(WTPrincipal principal)
Returns the organization with which a principal is associated. |
WTOrganization |
StandardOrganizationServicesManager.getOrganization(String name,
DirectoryContextProvider context)
Supported API: true |
WTOrganization |
StandardOrganizationServicesManager.getSuperior(WTOrganization organization)
Supported API: false |
WTOrganization |
OrganizationServicesManagerFwd.getOrganization(WTPrincipal principal)
Returns the organization with which a principal is associated. |
WTOrganization |
OrganizationServicesManagerFwd.getOrganization(String name,
DirectoryContextProvider context)
Supported API: false |
WTOrganization |
OrganizationServicesManagerFwd.getSuperior(WTOrganization organization)
Supported API: false |
WTOrganization |
OrganizationServicesManager.getOrganization(WTPrincipal principal)
Returns the organization with which a principal is associated. |
WTOrganization |
OrganizationServicesManager.getOrganization(String name,
DirectoryContextProvider context)
Supported API: true |
WTOrganization |
OrganizationServicesManager.getSuperior(WTOrganization organization)
Supported API: false |
WTOrganization |
OrganizationOwned.getOrganization()
Gets the value of the attribute: ORGANIZATION. |
WTOrganization |
WTPrincipalCache.getOrganization(WTPrincipal principal)
|
WTOrganization |
WTPrincipalCache.getOrganization(DirectoryKey dirKey)
|
WTOrganization |
WTPrincipalCache.getOrganization(ObjectIdentifier oid)
|
WTOrganization |
WTPrincipal.getOrganization()
Supported API: false |
static WTOrganization |
WTOrganization.newWTOrganization(String name)
Supported API: true |
static WTOrganization |
WTOrganization.newWTOrganization(String name,
String dn,
String service)
Supported API: true |
static WTOrganization |
WTOrganization.newWTOrganization(String name,
DirectoryContextProvider context)
Supported API: true |
WTOrganization |
WTOrganization.getSuperior()
Supported API: false |
WTOrganization |
StandardOrganizationServicesManager.getOrganization(WTPrincipal principal)
Returns the organization with which a principal is associated. |
WTOrganization |
StandardOrganizationServicesManager.getOrganization(String name,
DirectoryContextProvider context)
Supported API: true |
WTOrganization |
StandardOrganizationServicesManager.getSuperior(WTOrganization organization)
Supported API: false |
WTOrganization |
OrganizationServicesManagerFwd.getOrganization(WTPrincipal principal)
Returns the organization with which a principal is associated. |
WTOrganization |
OrganizationServicesManagerFwd.getOrganization(String name,
DirectoryContextProvider context)
Supported API: false |
WTOrganization |
OrganizationServicesManagerFwd.getSuperior(WTOrganization organization)
Supported API: false |
WTOrganization |
OrganizationServicesManager.getOrganization(WTPrincipal principal)
Returns the organization with which a principal is associated. |
WTOrganization |
OrganizationServicesManager.getOrganization(String name,
DirectoryContextProvider context)
Supported API: true |
WTOrganization |
OrganizationServicesManager.getSuperior(WTOrganization organization)
Supported API: false |
WTOrganization |
OrganizationOwned.getOrganization()
Gets the value of the attribute: ORGANIZATION. |
Methods in wt.org with parameters of type WTOrganization | |
void |
WTPrincipalCache.putOrganization(WTPrincipal principal,
WTOrganization org)
|
void |
WTPrincipalCache.putOrganization(DirectoryKey dirKey,
WTOrganization org)
|
void |
WTPrincipalCache.putOrganization(ObjectIdentifier oid,
WTOrganization org)
|
void |
WTPrincipalCache.putOrganizationSubordinates(WTOrganization org,
Map subordinates)
|
protected boolean |
WTOrganization.readVersion(WTOrganization thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
WTOrganization |
StandardOrganizationServicesManager.getSuperior(WTOrganization organization)
Supported API: false |
Enumeration |
StandardOrganizationServicesManager.getSubordinates(WTOrganization organization)
Supported API: false |
private HashSet |
StandardOrganizationServicesManager._findOrganizationUsers(WTOrganization organization)
|
WTOrganization |
OrganizationServicesManagerFwd.getSuperior(WTOrganization organization)
Supported API: false |
Enumeration |
OrganizationServicesManagerFwd.getSubordinates(WTOrganization organization)
Supported API: false |
WTOrganization |
OrganizationServicesManager.getSuperior(WTOrganization organization)
Supported API: false |
Enumeration |
OrganizationServicesManager.getSubordinates(WTOrganization organization)
Supported API: false |
static boolean |
OrganizationServicesHelper.isInternalOrganization(WTOrganization organization)
Returns true if and only if the argument organization corresponds to an internal organization. |
void |
OrganizationOwned.setOrganization(WTOrganization a_Organization)
Sets the value of the attribute: ORGANIZATION. |
void |
WTPrincipalCache.putOrganization(WTPrincipal principal,
WTOrganization org)
|
void |
WTPrincipalCache.putOrganization(DirectoryKey dirKey,
WTOrganization org)
|
void |
WTPrincipalCache.putOrganization(ObjectIdentifier oid,
WTOrganization org)
|
void |
WTPrincipalCache.putOrganizationSubordinates(WTOrganization org,
Map subordinates)
|
protected boolean |
WTOrganization.readVersion(WTOrganization thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
WTOrganization |
StandardOrganizationServicesManager.getSuperior(WTOrganization organization)
Supported API: false |
Enumeration |
StandardOrganizationServicesManager.getSubordinates(WTOrganization organization)
Supported API: false |
private HashSet |
StandardOrganizationServicesManager._findOrganizationUsers(WTOrganization organization)
|
WTOrganization |
OrganizationServicesManagerFwd.getSuperior(WTOrganization organization)
Supported API: false |
Enumeration |
OrganizationServicesManagerFwd.getSubordinates(WTOrganization organization)
Supported API: false |
WTOrganization |
OrganizationServicesManager.getSuperior(WTOrganization organization)
Supported API: false |
Enumeration |
OrganizationServicesManager.getSubordinates(WTOrganization organization)
Supported API: false |
static boolean |
OrganizationServicesHelper.isInternalOrganization(WTOrganization organization)
Returns true if and only if the argument organization corresponds to an internal organization. |
void |
OrganizationOwned.setOrganization(WTOrganization a_Organization)
Sets the value of the attribute: ORGANIZATION. |
Uses of WTOrganization in wt.part |
Methods in wt.part that return WTOrganization | |
WTOrganization |
WTProductInstanceMaster.getOrganization()
Gets the value of the attribute: ORGANIZATION. |
WTOrganization |
WTProductInstance2.getOrganization()
Gets the value of the attribute: ORGANIZATION. |
WTOrganization |
WTProductConfigurationMaster.getOrganization()
Gets the value of the attribute: ORGANIZATION. |
WTOrganization |
WTProductConfiguration.getOrganization()
Gets the value of the attribute: ORGANIZATION. |
WTOrganization |
WTPartMaster.getOrganization()
Gets the value of the attribute: ORGANIZATION. |
WTOrganization |
WTPart.getOrganization()
Gets the value of the attribute: ORGANIZATION. |
Methods in wt.part with parameters of type WTOrganization | |
void |
WTProductInstanceMaster.setOrganization(WTOrganization a_Organization)
Sets the value of the attribute: ORGANIZATION. |
void |
WTProductInstance2.setOrganization(WTOrganization a_Organization)
Sets the value of the attribute: ORGANIZATION. |
void |
WTProductConfigurationMaster.setOrganization(WTOrganization a_Organization)
Sets the value of the attribute: ORGANIZATION. |
void |
WTProductConfiguration.setOrganization(WTOrganization a_Organization)
Sets the value of the attribute: ORGANIZATION. |
WTPartMaster |
WTPartServiceFwd.changeWTPartMasterIdentity(WTPartMaster part_master,
String name,
String number,
WTOrganization org)
Change the identity of Part Master with the new name, number and organization. |
WTPartMaster |
WTPartService.changeWTPartMasterIdentity(WTPartMaster part_master,
String name,
String number,
WTOrganization org)
Change the identity of Part Master with the new name, number and organization. |
void |
WTPartMaster.setOrganization(WTOrganization a_Organization)
Sets the value of the attribute: ORGANIZATION. |
void |
WTPart.setOrganization(WTOrganization a_Organization)
Sets the value of the attribute: ORGANIZATION. |
WTPartMaster |
StandardWTPartService.changeWTPartMasterIdentity(WTPartMaster part_master,
String name,
String number,
WTOrganization org)
Change the identity of Part Master with the new name, number and organization. |
Uses of WTOrganization in wt.pdmlink |
Methods in wt.pdmlink that return WTOrganization | |
WTOrganization |
PDMLinkProduct.getOrganization()
Gets the value of the attribute: ORGANIZATION. |
Methods in wt.pdmlink with parameters of type WTOrganization | |
void |
PDMLinkProduct.setOrganization(WTOrganization a_Organization)
Sets the value of the attribute: ORGANIZATION. |
Uses of WTOrganization in wt.projmgmt.admin |
Methods in wt.projmgmt.admin that return WTOrganization | |
WTOrganization |
Project2.getOrganization()
Gets the value of the attribute: ORGANIZATION. |
Methods in wt.projmgmt.admin with parameters of type WTOrganization | |
void |
Project2.setOrganization(WTOrganization a_Organization)
Sets the value of the attribute: ORGANIZATION. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |