Package org.brerp.sped.nfe.callout
Class CalloutCheckNFeEmitDate
java.lang.Object
org.brerp.sped.nfe.callout.CalloutCheckNFeEmitDate
- All Implemented Interfaces:
IColumnCallout
Responsável por emitir um alerta, caso o documento fiscal esteja a autorizado a mais de 24 horas
nos servidores da SEFAZ.
- Author:
- Henrique A. Lavezzo (henrique.lavezzo@devcoffee.com.br, http://www.devcoffee.com.br)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CalloutCheckNFeEmitDate
public CalloutCheckNFeEmitDate()
-
-
Method Details
-
start
public String start(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value, Object oldValue) Description copied from interface:IColumnCalloutStart Callout.Callout's are used for cross field validation and setting values in other fields. When returning a non empty (error message) string, an exception is raised.
When invoked, the Tab model has the new value!
- Specified by:
startin interfaceIColumnCallout- Parameters:
ctx- ContextWindowNo- current Window NomTab- Tab modelmField- Field modelvalue- The new valueoldValue- The old value- Returns:
- Error message or ""
-