public class DEComponentImpl extends java.lang.Object implements DEComponent
COPYRIGHT: (C) 2007-2012 TIBCO Software Inc. All Rights Reserved.
| Constructor and Description |
|---|
DEComponentImpl() |
| Modifier and Type | Method and Description |
|---|---|
DirectoryService |
getDirectoryService()
Returns the DirectoryService proxy instance.
|
EntityResolverPrivateService |
getEntityResolverPrivateService() |
EntityResolverService |
getEntityResolverService()
TODO Describe this method
|
ExporterService |
getExporterService()
Returns a DE Exporter Service object.
|
OrgModelService |
getOrgModelService()
Returns the OrgModelService proxy instance.
|
OrgResourceService |
getOrgResourceService()
Returns the OrgResourceService proxy instance.
|
ResourceQueryService |
getResourceQueryService()
Returns a DE Resource Query Service object.
|
SecurityService |
getSecurityService()
TODO Describe this method
|
UserSettingsService |
getUserSettingsService()
Returns a DE User Settings Service object.
|
void |
setDirectoryService(DirectoryService aValue)
Sets the DirectoryService proxy instance.
|
void |
setEntityResolverPrivateService(EntityResolverPrivateService entityResolverPrivateServiceProxy) |
void |
setEntityResolverService(EntityResolverService aValue)
TODO Describe this method
|
void |
setExporterService(ExporterService aValue)
TODO Describe this method
|
void |
setOrgModelService(OrgModelService aValue)
Sets the OrgModelService proxy instance.
|
void |
setOrgResourceService(OrgResourceService aValue)
Sets the OrgResourceService proxy instance.
|
void |
setResourceQueryService(ResourceQueryService aValue)
TODO Describe this method
|
void |
setSecurityService(SecurityService aValue)
TODO Describe this method
|
void |
setUserSettingsService(UserSettingsService aValue)
TODO Describe this method
|
public EntityResolverService getEntityResolverService() throws ConfigurationException
getEntityResolverService in interface DEComponentConfigurationExceptionpublic void setEntityResolverService(EntityResolverService aValue)
entityResolverServiceProxy - The entityResolverServiceProxy to set.public SecurityService getSecurityService() throws ConfigurationException
getSecurityService in interface DEComponentConfigurationExceptionpublic void setSecurityService(SecurityService aValue)
securityServiceProxy - The securityServiceProxy to set.public UserSettingsService getUserSettingsService() throws ConfigurationException
DEComponentgetUserSettingsService in interface DEComponentConfigurationExceptionpublic void setUserSettingsService(UserSettingsService aValue)
userSettingsServiceProxy - The userSettingsServiceProxy to set.public void setExporterService(ExporterService aValue)
exporterServiceProxy - The exporterServiceProxy to set.public ExporterService getExporterService() throws ConfigurationException
DEComponentgetExporterService in interface DEComponentConfigurationExceptionpublic void setResourceQueryService(ResourceQueryService aValue)
resourceQueryServiceProxy - The resourceQueryServiceProxy to set.public ResourceQueryService getResourceQueryService() throws ConfigurationException
DEComponentgetResourceQueryService in interface DEComponentConfigurationExceptionpublic void setOrgResourceService(OrgResourceService aValue)
aValue - the orgResourceService proxy to set.public OrgResourceService getOrgResourceService() throws ConfigurationException
getOrgResourceService in interface DEComponentConfigurationExceptionpublic void setOrgModelService(OrgModelService aValue)
aValue - The OrgModelService to set.public OrgModelService getOrgModelService() throws ConfigurationException
getOrgModelService in interface DEComponentConfigurationExceptionpublic void setDirectoryService(DirectoryService aValue)
aValue - The DirectoryService to set.public DirectoryService getDirectoryService() throws ConfigurationException
getDirectoryService in interface DEComponentConfigurationExceptionpublic EntityResolverPrivateService getEntityResolverPrivateService()
getEntityResolverPrivateService in interface DEComponentpublic void setEntityResolverPrivateService(EntityResolverPrivateService entityResolverPrivateServiceProxy)
Copyright © 2018 TIBCO Software Inc. All Rights Reserved.