org.alfresco.web.bean.rules.handlers.property
Class IntegerPropertyValueConditionHandler

java.lang.Object
  extended by org.alfresco.web.bean.rules.handlers.BaseConditionHandler
      extended by org.alfresco.web.bean.rules.handlers.PropertyValueHandler
          extended by org.alfresco.web.bean.rules.handlers.property.TextPropertyValueConditionHandler
              extended by org.alfresco.web.bean.rules.handlers.property.IntegerPropertyValueConditionHandler
All Implemented Interfaces:
java.io.Serializable, IHandler

public class IntegerPropertyValueConditionHandler
extends TextPropertyValueConditionHandler

Condition handler for the "compare-integer-property" condition.

See Also:
Serialized Form

Field Summary
static java.lang.String NAME
           
 
Fields inherited from class org.alfresco.web.bean.rules.handlers.property.TextPropertyValueConditionHandler
UI_PARAM_OPERATION, UI_PARAM_QNAME
 
Fields inherited from class org.alfresco.web.bean.rules.handlers.PropertyValueHandler
PROP_CONTAINS_TEXT
 
Fields inherited from class org.alfresco.web.bean.rules.handlers.BaseConditionHandler
CONDITION_PAGES_LOCATION, PROP_CONDITION_NOT
 
Constructor Summary
IntegerPropertyValueConditionHandler()
           
 
Method Summary
protected  java.lang.String displayOperation(java.lang.String operation)
           
protected  java.lang.String getConditionName()
           
protected  java.lang.String getSummaryStringTemplate(java.lang.Boolean not)
           
protected  void prepareForEditWithCorrectType(java.util.Map conditionProps, java.util.Map repoProps)
           
protected  void prepareForSaveWithCorrectType(java.util.Map conditionProps, java.util.Map repoProps)
           
 
Methods inherited from class org.alfresco.web.bean.rules.handlers.property.TextPropertyValueConditionHandler
generateSummary, getJSPPath, prepareForEdit, prepareForSave
 
Methods inherited from class org.alfresco.web.bean.rules.handlers.BaseConditionHandler
getJSPPath, getNamespaceService, isAllowMultiple, setupUIDefaults
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

IntegerPropertyValueConditionHandler

public IntegerPropertyValueConditionHandler()
Method Detail

getConditionName

protected java.lang.String getConditionName()
Overrides:
getConditionName in class TextPropertyValueConditionHandler

prepareForSaveWithCorrectType

protected void prepareForSaveWithCorrectType(java.util.Map conditionProps,
                                             java.util.Map repoProps)
Overrides:
prepareForSaveWithCorrectType in class PropertyValueHandler

prepareForEditWithCorrectType

protected void prepareForEditWithCorrectType(java.util.Map conditionProps,
                                             java.util.Map repoProps)
Overrides:
prepareForEditWithCorrectType in class PropertyValueHandler

getSummaryStringTemplate

protected java.lang.String getSummaryStringTemplate(java.lang.Boolean not)
Overrides:
getSummaryStringTemplate in class TextPropertyValueConditionHandler

displayOperation

protected java.lang.String displayOperation(java.lang.String operation)
Overrides:
displayOperation in class TextPropertyValueConditionHandler


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.