com.wewebu.ow.server.plug.owrecord.filter
Class OwRecordFilterOperatorHelper.OwFieldDefWrapper

java.lang.Object
  extended by com.wewebu.ow.server.plug.owrecord.filter.OwRecordFilterOperatorHelper.OwFieldDefWrapper
All Implemented Interfaces:
com.wewebu.ow.server.field.OwFieldDefinition
Enclosing class:
OwRecordFilterOperatorHelper

protected static class OwRecordFilterOperatorHelper.OwFieldDefWrapper
extends Object
implements com.wewebu.ow.server.field.OwFieldDefinition

OwFieldDefWrapper.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com


Constructor Summary
OwRecordFilterOperatorHelper.OwFieldDefWrapper(com.wewebu.ow.server.field.OwFieldDefinition nativeDef_p)
           
 
Method Summary
 String getClassName()
           
 List getComplexChildClasses()
           
 Object getDefaultValue()
           
 String getDescription(Locale locale_p)
           
 String getDisplayName(Locale locale_p)
           
 com.wewebu.ow.server.field.OwEnumCollection getEnums()
           
 com.wewebu.ow.server.field.OwFormat getFormat()
           
 String getJavaClassName()
           
 Object getMaxValue()
           
 Object getMinValue()
           
 Object getNativeType()
           
 Node getNodeFromValue(Object value_p, Document doc_p)
           
 Collection getOperators()
           
 Object getValueFromNode(Node node_p)
           
 Object getValueFromString(String text_p)
           
 boolean isArray()
           
 boolean isComplex()
           
 boolean isEnum()
           
 boolean isRequired()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwRecordFilterOperatorHelper.OwFieldDefWrapper

public OwRecordFilterOperatorHelper.OwFieldDefWrapper(com.wewebu.ow.server.field.OwFieldDefinition nativeDef_p)
Method Detail

getClassName

public String getClassName()
Specified by:
getClassName in interface com.wewebu.ow.server.field.OwFieldDefinition

getDisplayName

public String getDisplayName(Locale locale_p)
Specified by:
getDisplayName in interface com.wewebu.ow.server.field.OwFieldDefinition

getDescription

public String getDescription(Locale locale_p)
Specified by:
getDescription in interface com.wewebu.ow.server.field.OwFieldDefinition

getJavaClassName

public String getJavaClassName()
Specified by:
getJavaClassName in interface com.wewebu.ow.server.field.OwFieldDefinition

getNativeType

public Object getNativeType()
                     throws Exception
Specified by:
getNativeType in interface com.wewebu.ow.server.field.OwFieldDefinition
Throws:
Exception

isEnum

public boolean isEnum()
               throws Exception
Specified by:
isEnum in interface com.wewebu.ow.server.field.OwFieldDefinition
Throws:
Exception

getEnums

public com.wewebu.ow.server.field.OwEnumCollection getEnums()
                                                     throws Exception
Specified by:
getEnums in interface com.wewebu.ow.server.field.OwFieldDefinition
Throws:
Exception

isRequired

public boolean isRequired()
                   throws Exception
Specified by:
isRequired in interface com.wewebu.ow.server.field.OwFieldDefinition
Throws:
Exception

getMaxValue

public Object getMaxValue()
                   throws Exception
Specified by:
getMaxValue in interface com.wewebu.ow.server.field.OwFieldDefinition
Throws:
Exception

getMinValue

public Object getMinValue()
                   throws Exception
Specified by:
getMinValue in interface com.wewebu.ow.server.field.OwFieldDefinition
Throws:
Exception

getDefaultValue

public Object getDefaultValue()
                       throws Exception
Specified by:
getDefaultValue in interface com.wewebu.ow.server.field.OwFieldDefinition
Throws:
Exception

isArray

public boolean isArray()
                throws Exception
Specified by:
isArray in interface com.wewebu.ow.server.field.OwFieldDefinition
Throws:
Exception

getValueFromNode

public Object getValueFromNode(Node node_p)
                        throws Exception
Specified by:
getValueFromNode in interface com.wewebu.ow.server.field.OwFieldDefinition
Throws:
Exception

getValueFromString

public Object getValueFromString(String text_p)
                          throws Exception
Specified by:
getValueFromString in interface com.wewebu.ow.server.field.OwFieldDefinition
Throws:
Exception

getNodeFromValue

public Node getNodeFromValue(Object value_p,
                             Document doc_p)
                      throws Exception
Specified by:
getNodeFromValue in interface com.wewebu.ow.server.field.OwFieldDefinition
Throws:
Exception

getFormat

public com.wewebu.ow.server.field.OwFormat getFormat()
Specified by:
getFormat in interface com.wewebu.ow.server.field.OwFieldDefinition

getOperators

public Collection getOperators()
                        throws Exception
Specified by:
getOperators in interface com.wewebu.ow.server.field.OwFieldDefinition
Throws:
Exception

getComplexChildClasses

public List getComplexChildClasses()
                            throws Exception
Specified by:
getComplexChildClasses in interface com.wewebu.ow.server.field.OwFieldDefinition
Throws:
Exception

isComplex

public boolean isComplex()
Specified by:
isComplex in interface com.wewebu.ow.server.field.OwFieldDefinition


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.