Uses of Class
wt.templateutil.processor.ServletSessionCookie

Packages that use ServletSessionCookie
com.ptc.core.foundation.admin.server.processors   
com.ptc.core.htmlcomp.jstable   
com.ptc.core.HTMLtemplateutil.server.processors   
com.ptc.windchill.cadx.common.treetable   
com.ptc.windchill.uwgm.cadx.caddoc.mstructrep   
wt.part Defines WTParts and WTPartMasters ( 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.templateutil.processor Defines the DefaultTemplateProcessor which is a common super class for all template processors and provides many implementations of it. 
 

Uses of ServletSessionCookie in com.ptc.core.foundation.admin.server.processors
 

Fields in com.ptc.core.foundation.admin.server.processors declared as ServletSessionCookie
protected  ServletSessionCookie DeletedUserCabinetListProcessor.cabinetCookie
          Deprecated.  
protected  ServletSessionCookie CheckedOutProcessor.cabinetCookie
          Deprecated.  
 

Methods in com.ptc.core.foundation.admin.server.processors that return ServletSessionCookie
protected  ServletSessionCookie DeletedUserCabinetListProcessor.getCookie()
          Deprecated.  
protected  ServletSessionCookie DeletedUserCabinetListProcessor.getNewCookie()
          Deprecated.  
protected  ServletSessionCookie CheckedOutProcessor.getCookie()
          Deprecated.  
protected  ServletSessionCookie CheckedOutProcessor.getNewCookie()
          Deprecated.  
 

Uses of ServletSessionCookie in com.ptc.core.htmlcomp.jstable
 

Methods in com.ptc.core.htmlcomp.jstable that return ServletSessionCookie
private  ServletSessionCookie JSTableTaskProcessor.getWizardActionDataCookie()
          For the multi-step wizard scenario, form fields from the previous steps had been saved in session cookie.
 

Uses of ServletSessionCookie in com.ptc.core.HTMLtemplateutil.server.processors
 

Fields in com.ptc.core.HTMLtemplateutil.server.processors declared as ServletSessionCookie
private  ServletSessionCookie ProductStructureSelectedNodesIterator.partCookie
           
 

Methods in com.ptc.core.HTMLtemplateutil.server.processors with parameters of type ServletSessionCookie
protected static Vector UtilProcessorService.getRowDataObjects(ServletSessionCookie cookie)
          Deprecated.  
static void EntityTaskDelegate.saveEntityFormDataInSession(ServletSessionCookie cookie, Properties formData)
          Deprecated. This method should not be called as it does not correctly progagate form data to the Server Manager and all MethodServers. Instead use saveEntityFormDataInSession(ServletSessionCookieManager cookieMgr, String cookieId, Properties formData)
 

Constructors in com.ptc.core.HTMLtemplateutil.server.processors with parameters of type ServletSessionCookie
ProductStructureSelectedNodesIterator(Properties form, ServletSessionCookie partCookie)
           
 

Uses of ServletSessionCookie in com.ptc.windchill.cadx.common.treetable
 

Fields in com.ptc.windchill.cadx.common.treetable declared as ServletSessionCookie
protected  ServletSessionCookie AbstractTreeTableStructureNavigateProcessor.treeTableCookie
           
 

Methods in com.ptc.windchill.cadx.common.treetable that return ServletSessionCookie
protected  ServletSessionCookie AbstractTreeTableStructureNavigateProcessor.getCookie()
          Get the cookie which was saved during the previous user interaction.
protected  ServletSessionCookie AbstractTreeTableStructureNavigateProcessor.getNewCookie()
          Create a new cookie based upon the name as specified in the sub-class of this class
 

Uses of ServletSessionCookie in com.ptc.windchill.uwgm.cadx.caddoc.mstructrep
 

Fields in com.ptc.windchill.uwgm.cadx.caddoc.mstructrep declared as ServletSessionCookie
protected  ServletSessionCookie ReportQueryProcessor.docCookie
           
protected  ServletSessionCookie JSTreeTableProcessor.docCookie
           
 

Methods in com.ptc.windchill.uwgm.cadx.caddoc.mstructrep that return ServletSessionCookie
protected  ServletSessionCookie ReportQueryProcessor.getCookie()
           
protected  ServletSessionCookie ReportQueryProcessor.getNewCookie()
           
protected  ServletSessionCookie JSTreeTableProcessor.getCookie()
           
protected  ServletSessionCookie JSTreeTableProcessor.getNewCookie()
           
 

Uses of ServletSessionCookie in wt.part
 

Methods in wt.part that return ServletSessionCookie
protected  ServletSessionCookie MultilevelWhereUsedProcessor.getCookie(String cookieName)
           
protected  ServletSessionCookie MultilevelBomCompareQueryProcessor.getCookie(String cookieName)
           
protected  ServletSessionCookie BOMTemplateProcessor.getCookie(String cookieName)
          Deprecated.  
 

Uses of ServletSessionCookie in wt.templateutil.processor
 

Fields in wt.templateutil.processor declared as ServletSessionCookie
private  ServletSessionCookie ServletSessionCookieManager.globalCookie
           
 

Methods in wt.templateutil.processor that return ServletSessionCookie
 ServletSessionCookie ServletSessionCookieManager.getCookie(String id, String cookieType)
          If using this method to specify a cookie type, then you should also call ServletSessionCookieManager.saveCookies() after you are finished with your work (even if you don't change any data in the cookie) so that the most recently used list of cookies is also saved.
 ServletSessionCookie ServletSessionCookieManager.getCookie(String id)
           
 ServletSessionCookie ServletSessionCookieManager.newCookie(String id)
           
private  ServletSessionCookie ServletSessionCookieManager.newCookie(String id, boolean isGlobalCookie)
           
private  ServletSessionCookie ServletSessionCookieManager.newCookie(String id, boolean isGlobalCookie, String cookieType)
           
 ServletSessionCookie HTTPState.getServletSessionCookie(String id)
          Deprecated.  
 ServletSessionCookie HTTPState.createServletSessionCookie(String id)
          Deprecated.  
 

Methods in wt.templateutil.processor with parameters of type ServletSessionCookie
protected  void ServletSessionCookieManager.touchedCookie(ServletSessionCookie cookie)
          This method should be called whenever a cookie is created or accessed.
protected  void ServletSessionCookieManager.removedCookie(ServletSessionCookie cookie)
          This method should be called whenever a cookie is removed.
 void ServletSessionCookieManager.saveCookie(ServletSessionCookie cookie)