org.infoglue.cms.applications.workflowtool.function.defaultvalue
Class PublishDatePopulator

java.lang.Object
  extended by org.infoglue.cms.applications.workflowtool.util.InfoglueWorkflowBase
      extended by org.infoglue.cms.applications.workflowtool.function.InfoglueFunction
          extended by org.infoglue.cms.applications.workflowtool.function.defaultvalue.Populator
              extended by org.infoglue.cms.applications.workflowtool.function.defaultvalue.DatePopulator
                  extended by org.infoglue.cms.applications.workflowtool.function.defaultvalue.PublishDatePopulator
All Implemented Interfaces:
com.opensymphony.workflow.FunctionProvider

public class PublishDatePopulator
extends DatePopulator


Field Summary
 
Fields inherited from class org.infoglue.cms.applications.workflowtool.function.InfoglueFunction
LOCALE_PARAMETER, PRINCIPAL_PARAMETER
 
Fields inherited from class org.infoglue.cms.applications.workflowtool.util.InfoglueWorkflowBase
ERROR_PROPERTYSET_PREFIX, FUNCTION_STATUS_PROPERTYSET_KEY, UTF8_ENCODING, WORKFLOW_PROPERTYSET_PREFIX
 
Constructor Summary
PublishDatePopulator()
           
 
Method Summary
protected  void populate()
           
protected  void populate(java.lang.String name)
           
protected  void populate(java.lang.String name, java.lang.String value)
           
 
Methods inherited from class org.infoglue.cms.applications.workflowtool.function.defaultvalue.DatePopulator
populate
 
Methods inherited from class org.infoglue.cms.applications.workflowtool.function.defaultvalue.Populator
doPopulate, execute
 
Methods inherited from class org.infoglue.cms.applications.workflowtool.function.InfoglueFunction
execute, getLocale, getPrincipal, getRequestParameter, initialize, setFunctionStatus
 
Methods inherited from class org.infoglue.cms.applications.workflowtool.util.InfoglueWorkflowBase
argumentExists, getArgument, getArgument, getDatabase, getLogger, getParameter, getParameter, getParameter, getParameters, getPropertySet, getPropertySetDataString, getPropertySetString, getVariableFromMaps, parameterExists, propertySetContains, removeFromPropertySet, removeFromPropertySet, setParameter, setPropertySetDataString, setPropertySetString, storeContext, throwException, throwException, translate, translateVariables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublishDatePopulator

public PublishDatePopulator()
Method Detail

populate

protected void populate()
                 throws com.opensymphony.workflow.WorkflowException
Overrides:
populate in class DatePopulator
Throws:
com.opensymphony.workflow.WorkflowException

populate

protected void populate(java.lang.String name)
                 throws com.opensymphony.workflow.WorkflowException
Overrides:
populate in class DatePopulator
Throws:
com.opensymphony.workflow.WorkflowException

populate

protected void populate(java.lang.String name,
                        java.lang.String value)
                 throws com.opensymphony.workflow.WorkflowException
Overrides:
populate in class DatePopulator
Throws:
com.opensymphony.workflow.WorkflowException


Copyright © 2005 InfoGlue.org All Rights Reserved.