org.infoglue.cms.applications.workflowtool.function.defaultvalue
Class DatePopulator
java.lang.Object
org.infoglue.cms.applications.workflowtool.util.InfoglueWorkflowBase
org.infoglue.cms.applications.workflowtool.function.InfoglueFunction
org.infoglue.cms.applications.workflowtool.function.defaultvalue.Populator
org.infoglue.cms.applications.workflowtool.function.defaultvalue.DatePopulator
- All Implemented Interfaces:
- com.opensymphony.workflow.FunctionProvider
- Direct Known Subclasses:
- ExpireDatePopulator, PublishDatePopulator
public abstract class DatePopulator
- extends Populator
|
Method Summary |
protected void |
populate()
|
protected void |
populate(java.lang.String name)
|
protected void |
populate(java.lang.String name,
java.util.Date value)
|
protected void |
populate(java.lang.String name,
java.lang.String value)
|
| 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 |
DatePopulator
protected DatePopulator()
populate
protected void populate()
throws com.opensymphony.workflow.WorkflowException
- Specified by:
populate in class Populator
- Throws:
com.opensymphony.workflow.WorkflowException
populate
protected void populate(java.lang.String name)
throws com.opensymphony.workflow.WorkflowException
- Specified by:
populate in class Populator
- Throws:
com.opensymphony.workflow.WorkflowException
populate
protected void populate(java.lang.String name,
java.lang.String value)
throws com.opensymphony.workflow.WorkflowException
- Specified by:
populate in class Populator
- Throws:
com.opensymphony.workflow.WorkflowException
populate
protected void populate(java.lang.String name,
java.util.Date value)
throws com.opensymphony.workflow.WorkflowException
- Throws:
com.opensymphony.workflow.WorkflowException
Copyright © 2005 InfoGlue.org All Rights Reserved.