com.sage.orion.sdata.servlet.accpac
Interface CalculatesFieldProperty


public interface CalculatesFieldProperty

Interface for handling the action property of a Calculated Field.

Author:
cliwa01

Method Summary
 SDataResourceElement getFieldResourceElement(com.sage.accpac.sm.View view, ResourceField field, com.sage.accpac.sm.ViewField viewField)
           
 java.lang.Boolean setFieldResourceElement(com.sage.accpac.sm.View view, ResourceField field, java.lang.Boolean verify, SDataResourceElement element)
          A handler to put the value of a calculated field to the server from the client.
 

Method Detail

getFieldResourceElement

SDataResourceElement getFieldResourceElement(com.sage.accpac.sm.View view,
                                             ResourceField field,
                                             com.sage.accpac.sm.ViewField viewField)

setFieldResourceElement

java.lang.Boolean setFieldResourceElement(com.sage.accpac.sm.View view,
                                          ResourceField field,
                                          java.lang.Boolean verify,
                                          SDataResourceElement element)
A handler to put the value of a calculated field to the server from the client.

Parameters:
view - a reference to the SAJava View that this calculated field was defined under.
field - the ResourceField to which the CalculatesFieldProperty is bound
verify - whether or not to verify the field
element - the SDataResourceElement containing the value being set
Returns:
a Boolean indicating whether the the operation was successful


Copyright © 2011 Sage Software, Inc. All rights reserved.