Deprecated Fields
Description
This topic lists the deprecated fields.
Deprecated Fields Table
Field
Description
com.ptc.core.components.rendering.GuiComponent.NBSP
Use TextDisplayComponent.NBSP, null, or "" instead
com.ptc.core.components.rendering.guicomponents.GuiComponentUtil.CANCELLED
Not used anywhere as of 9.0-M40
com.ptc.core.components.rendering.guicomponents.GuiComponentUtil.CHECKED_IN
Not used anywhere as of 9.0-M40
com.ptc.core.components.rendering.guicomponents.GuiComponentUtil.CHECKED_OUT_BY
Not used anywhere as of 9.0-M40
com.ptc.core.components.rendering.guicomponents.GuiComponentUtil.ENUM_STYLE_CHECKBOXES
Not used anywhere as of 9.0-M40
com.ptc.core.components.rendering.guicomponents.GuiComponentUtil.ENUM_STYLE_DROPDOWN
Not used anywhere as of 9.0-M40
com.ptc.core.components.rendering.guicomponents.GuiComponentUtil.INWORK
Not used anywhere as of 9.0-M40
com.ptc.core.components.rendering.guicomponents.GuiComponentUtil.LIFECYCLE_CANCELLED
Not used anywhere as of 9.0-M40
com.ptc.core.components.rendering.guicomponents.GuiComponentUtil.LIFECYCLE_INWORK
Not used anywhere as of 9.0-M40
com.ptc.core.components.rendering.guicomponents.GuiComponentUtil.LIFECYCLE_RELEASED
Not used anywhere as of 9.0-M40
com.ptc.core.components.rendering.guicomponents.GuiComponentUtil.RELEASED
Not used anywhere as of 9.0-M40
com.ptc.core.components.rendering.guicomponents.GuiComponentUtil.STATUS_CHECKED_IN
Not used anywhere as of 9.0-M40
com.ptc.core.components.rendering.guicomponents.GuiComponentUtil.STATUS_CHECKED_OUT
Not used anywhere as of 9.0-M40
com.ptc.core.components.rendering.guicomponents.GuiComponentUtil.TIME_ZONE
Not used anywhere as of 9.0-M40
com.ptc.core.components.rendering.guicomponents.GuiComponentUtil.WORK_IN_PROGRESS
Not used anywhere as of 9.0-M40
com.ptc.jca.mvc.components.JcaComponentParams.TABLEID
Remove by Build 110, please use RenderUtil.TABLEID
com.ptc.mvc.components.ComponentId.ATTRIBUTE_PANEL_ID
This is not a component id that can be used to find any builder (this class is meant to have constants for component ids that lead to common builders). Many builders have used this constant to set a default id on an AttributePanelConfig, but they don't need to since "attributePanel" is set as the default id of the panel:
//----getComponentFactory().newAttributePanelConfig(ComponentId.ATTRIBUTE_PANEL_ID);----
//just do this instead of the above line
getComponentFactory().newAttributePanelConfig();
com.ptc.mvc.components.ComponentId.ATTRIBUTES_TABLE_ID
- Use ATTRIBUTES_ID instead.
com.ptc.netmarkets.util.beans.NmCommandBean.CALLER_CONTEXT
At X-26, not in use since X-22 MOR used so pages know what context they came from
com.ptc.qualitymanagement.udi._UDISubmission.BRAND_NAME_FAMILY
Removed from specification 09.24.2013
com.ptc.qualitymanagement.udi._UDISubmission.GMDN_PREFERRED_TERM_CODE
Removed from specification 09.24.2013
com.ptc.qualitymanagement.udi._UDISubmission.MARKETING_START_DATE
Removed from specification 09.24.2013
com.ptc.qualitymanagement.udi._UDISubmission.MARKETING_STATUS
Removed from specification 11.22.2013
com.ptc.qualitymanagement.udi._UDISubmission.MODEL_NUMBER_FAMILY
Removed from specification 09.24.2013
com.ptc.qualitymanagement.udi.fda._FDAUDISubmission.EXEMPT_DPMREASON
Removed from specification 09.24.2013
com.ptc.qualitymanagement.udi.superset._UdiSuperSet.EXEMPT_DPMREASON
Removed from specification 09.24.2013
com.ptc.windchill.enterprise.navigation.delegates.DefaultNavigationListDelegate.SEP
com.ptc.windchill.enterprise.report.ReportHelper.REP_CSV
com.ptc.windchill.enterprise.report.ReportHelper.REP_EXCEL
com.ptc.windchill.enterprise.report.ReportHelper.REP_HTML
com.ptc.windchill.enterprise.report.ReportHelper.REP_PDF
com.ptc.windchill.enterprise.report.ReportHelper.REP_XML
com.ptc.windchill.esi.txn.ReleaseActivity.PERSISTABLE_OBJECT_ROLE
Replaced by RELEASABLE_OBJECT_ROLE
com.ptc.windchill.option.model._Option.ALLOW_EXCLUDE_OPTION
com.ptc.windchill.option.model._OptionMaster.ALLOW_EXCLUDE_OPTION
com.ptc.wpcfg.variants.queue.VariantsQueueHelperSvr.service
wt.access.AdHocAccessKey.WNC_NOTIFY
wt.enterprise.ActionDelegate.CONTEXT_SERVICE_NAME
wt.enterprise.URLActionDelegate.ACTION_NAME
wt.enterprise.URLActionDelegate.CLASS_URL
wt.epm.structure._EPMMemberLink.SOURCE_IDENTIFIER
wt.epm.workspaces._EPMWorkspace.EPMCHECKPOINT_MASTER
wt.epm.workspaces._EPMWorkspace.EPMCHECKPOINT_MASTER_REFERENCE
wt.epm.workspaces._EPMWorkspace.POPULATE_RULE
wt.fc.BinaryLink.BOTH_ROLES
Replaced by ALL_ROLES
wt.fc.collections.CollectionsHelper.EMPTY_MAP
Replaced by EMPTY_KEYED_MAP
wt.fc.collections.RefreshSpec.UPDATE_STALE
Replaced by REFRESH_STALE
wt.fc.Link.BOTH_ROLES
Replaced by ALL_ROLES
wt.fc.Link.ROLE_AOBJECT_REF
wt.fc.Link.ROLE_AOBJECT_ROLE
wt.fc.Link.ROLE_BOBJECT_REF
wt.fc.Link.ROLE_BOBJECT_ROLE
wt.fc.PersistenceManagerEvent.INFLATE_RESULT
As of 8.0, this event is no longer supported.
wt.fc.PersistenceManagerEvent.POST_MULTI_DELETE
As of R8.0, use POST_DELETE since multi-object events are supported directly
wt.fc.PersistenceManagerEvent.PRE_MULTI_DELETE
As of R8.0, use PRE_DELETE since multi-object events are supported directly
wt.generic.GenericType.CONFIGURABLE_GENERIC
Use GenericType.DYNAMIC instead
wt.generic.GenericType.GENERIC
Use GenericType.DYNAMIC instead
wt.inf.container.WTContainerHelper.CONTAINER_ID
Replaced by WTContained#CONTAINER_ID
wt.inf.container.WTContainerHelper.ORG_ADMIN_MANAGED_GROUPS
Replaced by #PUBLIC_NODE_NAME The place under the organization in LDAP where the managed groups are stored
wt.ixb.actor.ActorTemplate.LOGGER
Each class is expected to have its own Logger
wt.ixb.publicforhandlers.ClassExporterImporterTemplate.LOGGER
Use class/handler specific logger e.g. LOGGER = LogR.getLoggerInternal(ExpImpForWTPart.class.getName())
wt.ixb.publicforhandlers.ExpImpForVersionedObject.DEBUG
wt.ixb.publicforhandlers.IxbHndHelper.IXB_TEMP_DIR
Use IxbHelper.IXB_TEMPDIR_PATH
wt.manager.jmx.ServerManagerMBean.SERVER_MANAGER_BECAME_MASTER_NOTIF
The preferred way to do this is via the ServerManagerMBean.SERVER_MANAGER_BECAME_MAIN_NOTIF
wt.manager.jmx.ServerManagerMBean.SERVER_MANAGER_BECAME_SLAVE_NOTIF
The preferred way to do this is via the ServerManagerMBean.SERVER_MANAGER_BECAME_SECONDARY_NOTIF
wt.prefs.WTPreferences.CONTAINER_CONTEXT
wt.prefs.WTPreferences.CONTAINER_POLICY_CONTEXT
wt.prefs.WTPreferences.DEFAULT_CONTEXT
wt.prefs.WTPreferences.DIVISION_CONTEXT
wt.prefs.WTPreferences.DIVISION_POLICY_CONTEXT
wt.prefs.WTPreferences.USER_CONTEXT
wt.query.KeywordExpression.COLUMN_WILDCARD
As of 9.1, use Keyword.COLUMN_WILDCARD.newKeywordExpression()
wt.query.KeywordExpression.NULL
As of 9.1, use Keyword.NULL.newKeywordExpression(Class)
wt.query.KeywordExpression.ROWNUM
As of 9.1, use Keyword.ROWNUM.newKeywordExpression()
wt.query.SQLFunction.TO_DATE_FUNCTION
Use TO_DATE
wt.query.SQLFunction.TRUNC_FUNC
Use TRUNCATE
wt.query.SQLFunction.UPPER_FUNCTION
Use UPPER
wt.query.template.ReportCriteria.REPORT_TEMPLATE
wt.query.template.ReportCriteria.REPORT_TEMPLATE_REFERENCE
wt.templateutil.components.DisableableCheckBoxCellComponent.BEGIN_CHECKBOX_NAME
wt.templateutil.components.DisableableCheckBoxCellComponent.CONTEXT_SEPARATOR
wt.templateutil.components.HTMLCheckBoxComponent.NAME
wt.templateutil.components.HTMLCheckBoxComponent.TYPE
wt.templateutil.components.HTMLCheckBoxComponent.VALUE
wt.templateutil.components.HTMLComponent.DEFAULT_SERVICE_NAME
wt.templateutil.components.HTMLComponent.DEFAULTS_ONLY
wt.templateutil.components.HTMLComponent.PRINT_TAG_ATTR
wt.templateutil.components.HTMLComponent.SERVICENAME
wt.templateutil.components.HTMLFont.COLOR
wt.templateutil.components.HTMLFont.FACE
wt.templateutil.components.HTMLFont.SIZE
wt.templateutil.components.HTMLFont.STYLE
wt.templateutil.components.HTMLImgComponent.ALIGN
wt.templateutil.components.HTMLImgComponent.ALT
wt.templateutil.components.HTMLImgComponent.BORDER
wt.templateutil.components.HTMLImgComponent.HEIGHT
wt.templateutil.components.HTMLImgComponent.HSPACE
wt.templateutil.components.HTMLImgComponent.ISMAP
wt.templateutil.components.HTMLImgComponent.LOWSRC
wt.templateutil.components.HTMLImgComponent.NAME
wt.templateutil.components.HTMLImgComponent.ONABORT
wt.templateutil.components.HTMLImgComponent.ONERROR
wt.templateutil.components.HTMLImgComponent.ONLOAD
wt.templateutil.components.HTMLImgComponent.SRC
wt.templateutil.components.HTMLImgComponent.SUPPRESS
wt.templateutil.components.HTMLImgComponent.USEMAP
wt.templateutil.components.HTMLImgComponent.VSPACE
wt.templateutil.components.HTMLImgComponent.WIDTH
wt.templateutil.components.HTMLLinkComponent.HREF
wt.templateutil.components.HTMLLinkComponent.ID
wt.templateutil.components.HTMLLinkComponent.NAME
wt.templateutil.components.HTMLLinkComponent.TARGET
wt.templateutil.components.HTMLSelectComponent.MULTIPLE
wt.templateutil.components.HTMLSelectComponent.NAME
wt.templateutil.components.HTMLSelectComponent.OPTION
wt.templateutil.components.HTMLSelectComponent.SIZE
wt.templateutil.components.HTMLSelectComponent.VALUE
wt.templateutil.components.HTMLSelectComponent.WIDTH
wt.templateutil.components.HTMLTableCellComponent.ALIGN
wt.templateutil.components.HTMLTableCellComponent.BGCOLOR
wt.templateutil.components.HTMLTableCellComponent.COLSPAN
wt.templateutil.components.HTMLTableCellComponent.HEIGHT
wt.templateutil.components.HTMLTableCellComponent.NOWRAP
wt.templateutil.components.HTMLTableCellComponent.ROWSPAN
wt.templateutil.components.HTMLTableCellComponent.VALIGN
wt.templateutil.components.HTMLTableCellComponent.WIDTH
wt.templateutil.components.HTMLTableComponent.ALIGN
wt.templateutil.components.HTMLTableComponent.BGCOLOR
wt.templateutil.components.HTMLTableComponent.BORDER
wt.templateutil.components.HTMLTableComponent.CELLPADDING
wt.templateutil.components.HTMLTableComponent.CELLSPACING
wt.templateutil.components.HTMLTableComponent.HEIGHT
wt.templateutil.components.HTMLTableComponent.HSPACE
wt.templateutil.components.HTMLTableComponent.VSPACE
wt.templateutil.components.HTMLTableComponent.WIDTH
wt.templateutil.components.HTMLTextInputComponent.NAME
wt.templateutil.components.HTMLTextInputComponent.SIZE
wt.templateutil.components.HTMLTextInputComponent.TYPE
wt.templateutil.components.HTMLTextInputComponent.TYPE_VALUE
wt.templateutil.components.HTMLTextInputComponent.VALUE
wt.templateutil.processor.ContextHolder.CONTEXT_ACTION
wt.templateutil.processor.ContextHolder.CONTEXT_CLASS_NAME
wt.templateutil.processor.ContextHolder.CONTEXT_OBJ
wt.templateutil.processor.ContextHolder.CONTEXT_PROPERTIES
wt.templateutil.processor.ContextHolder.FORM_DATA
wt.templateutil.processor.ContextHolder.QUERY_DATA
wt.templateutil.processor.ContextHolder.RESPONSE_EXCEPTIONS
wt.templateutil.processor.ContextHolder.RESPONSE_FOOTERS
wt.templateutil.processor.ContextHolder.RESPONSE_HEADERS
wt.templateutil.processor.ContextHolder.RESPONSE_MESSAGES
wt.templateutil.processor.ContextHolder.RESPONSE_STRING
wt.templateutil.processor.ContextHolder.STATUS
wt.templateutil.processor.ContextTranslator.CONTEXT_LIST_IN
wt.templateutil.processor.ContextTranslator.CONTEXT_LIST_OUT
wt.templateutil.processor.NavBarURLActionDelegateHelper.ACTION_PREFIX
wt.templateutil.processor.NavBarURLActionDelegateHelper.OID_PREFIX
wt.templateutil.processor.NavBarURLActionDelegateHelper.URL_ACTION_CLASS
wt.templateutil.processor.ProcessorService.STATE
wt.templateutil.processor.RedirectObject.REDIRECT_SERVICE_ACTION
wt.templateutil.processor.RedirectPageProcessor.REDIRECT_EXCEPTION_KEY
wt.templateutil.processor.RedirectPageProcessor.REDIRECT_FOOTER_KEY
wt.templateutil.processor.RedirectPageProcessor.REDIRECT_HEADER_KEY
wt.templateutil.processor.SubTemplateService.PROCESSOR
wt.templateutil.processor.SubTemplateService.TEMPLATE
wt.templateutil.table.BasicTableService.ACTION
wt.templateutil.table.BasicTableService.ALL
wt.templateutil.table.BasicTableService.ENTRY_DELIM
wt.templateutil.table.BasicTableService.NAME_VALUE_DELIM
wt.templateutil.table.CheckBoxColumnAble.PRESENT_CHECK_BOX
wt.templateutil.table.HTMLTableServiceEventListener.HTML_TABLE
wt.util.WTThread.STATE
Please use WTThread.WT_THREAD_STATE instead.
wt.vc.baseline.BaselineSvrHelper.service
Was this helpful?