com.ptc.windchill.enterprise.folder
Class LocationPropertyProcessor

java.lang.Object
  extended by com.ptc.core.components.forms.DefaultObjectFormProcessorDelegate
      extended by com.ptc.windchill.enterprise.folder.LocationPropertyProcessor
All Implemented Interfaces:
ObjectFormProcessorDelegate

public class LocationPropertyProcessor
extends DefaultObjectFormProcessorDelegate

A form property processor that will process the location picker field.

Supported API: true

Extendable: true


Method Summary
 FormResult preProcess(NmCommandBean clientData, List<ObjectBean> objList)
          Gets the form data for the location field and sets the value on the created object.
 
Methods inherited from class com.ptc.core.components.forms.DefaultObjectFormProcessorDelegate
doOperation, postProcess, postTransactionProcess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

preProcess

public FormResult preProcess(NmCommandBean clientData,
                             List<ObjectBean> objList)
                      throws WTException
Gets the form data for the location field and sets the value on the created object.

Supported API: true

Specified by:
preProcess in interface ObjectFormProcessorDelegate
Overrides:
preProcess in class DefaultObjectFormProcessorDelegate
Parameters:
cb - - Contains request form data and other context information. Input.
objList - - Contains an instance of the object to be created. Output but should be instantiated on entry.
Returns:
- FormResult indicating outcome of method
Throws:
WTException