Class PromotionObjectsPickerConfig
java.lang.Object
com.ptc.jca.mvc.components.AbstractPickerConfig
com.ptc.jca.mvc.components.AbstractItemPickerConfig
com.ptc.windchill.enterprise.maturity.search.PromotionObjectsPickerConfig
- All Implemented Interfaces:
com.ptc.mvc.components.PickerConfig
public class PromotionObjectsPickerConfig
extends com.ptc.jca.mvc.components.AbstractItemPickerConfig
Promotion object item picker configuration for the promotion request wizard.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Nested Class Summary
Nested classes/interfaces inherited from class com.ptc.jca.mvc.components.AbstractPickerConfig
com.ptc.jca.mvc.components.AbstractPickerConfig.ToolbarAttributeConfig -
Method Summary
Modifier and TypeMethodDescriptiongetBaseWhereClause(NmCommandBean commandBean) The auto suggest where where clause search is "(checkoutInfo.state_List!='wrk,sb c/o')invalid input: '&'(latestIteration='1')".getComponentId(NmCommandBean commandBean)
Supported API: truegetDefaultIterationValue(NmCommandBean commandBean) This auto suggest default iteration value is "ALL" because the pickers do not support returning object references when the iteration is set to "LATEST".getDefaultVersionValue(NmCommandBean commandBean)
Supported API: truegetMultiSelect(NmCommandBean commandBean)
Supported API: true
Supported API: truegetTypeComponentId(NmCommandBean commandBean) The Default type component id isFoundation.promotablePicker.Methods inherited from class com.ptc.jca.mvc.components.AbstractItemPickerConfig
getEnableServiceConfigForMultipleTypes, getExcludeSubTypes, getExcludeSubTypesContextPicker, getObjectType, getShowAllObjectTypes, getShowTypePicker, getTypePickerDefaultType, getTypePickerFormat, getTypePickerObjectList, getTypePickerObjectListInSession, getTypePickerShowRoot, getTypePickerSubTypeDisplayMethods inherited from class com.ptc.jca.mvc.components.AbstractPickerConfig
getContainerRef, getDefaultContextValue, getDefaultHiddenValue, getDefaultValue, getDisplayAttribute, getEditable, getExcludeRef, getHelpSelectorKey, getIncludeShared, getLabel, getNumOfCharsInTextBox, getOkClickFunction, getPickedAttributes, getPickedDataFetcher, getPickerTextBoxLength, getPickerType, getReadOnlyPickerTextBox, getRenderKeyword, getRequired, getSearchResultsFetcherURL, getSearchResultsViewId, getShowWorkingCopy, getTableSuggestServiceKey
-
Method Details
-
getPickerId
Supported API: true- Overrides:
getPickerIdin classcom.ptc.jca.mvc.components.AbstractPickerConfig- Returns:
- "promotablePicker"
-
getComponentId
Supported API: true- Overrides:
getComponentIdin classcom.ptc.jca.mvc.components.AbstractPickerConfig- Returns:
- "promotableItemPicker"
- Throws:
WTException
-
getTypeComponentId
The Default type component id isFoundation.promotablePicker. For Arbortext type component id isArbortextContentManager.promotablePickerand for PROI it isProI.promotablePicker.
Supported API: true- Overrides:
getTypeComponentIdin classcom.ptc.jca.mvc.components.AbstractItemPickerConfig- Throws:
WTException
-
getBaseWhereClause
The auto suggest where where clause search is "(checkoutInfo.state_List!='wrk,sb c/o')invalid input: '&'(latestIteration='1')". This is because the pickers do not support returning object references when the version is set to "LATEST". If theisAutoSuggestis set to false the where clause is "(checkoutInfo.state_List!='wrk,sb c/o')".
Supported API: true- Overrides:
getBaseWhereClausein classcom.ptc.jca.mvc.components.AbstractPickerConfig- Throws:
WTException
-
getMultiSelect
Supported API: true- Overrides:
getMultiSelectin classcom.ptc.jca.mvc.components.AbstractPickerConfig- Returns:
- true string
- Throws:
WTException
-
getDefaultVersionValue
Supported API: true- Overrides:
getDefaultVersionValuein classcom.ptc.jca.mvc.components.AbstractItemPickerConfig- Returns:
- "LATEST"
-
getDefaultIterationValue
This auto suggest default iteration value is "ALL" because the pickers do not support returning object references when the iteration is set to "LATEST". If theisAutoSuggestis set to false "LATEST" is returned.
Supported API: true- Overrides:
getDefaultIterationValuein classcom.ptc.jca.mvc.components.AbstractItemPickerConfig- Throws:
WTException
-