Class PcpcF780

java.lang.Object
systextil.nxj.DataViewController
systextil.nxj.FormController
systextil.bo.pcpc.PcpcF780
All Implemented Interfaces:
systextil.nxj.DataViewListener

public class PcpcF780 extends systextil.nxj.FormController
  • Nested Class Summary

    Nested classes/interfaces inherited from class systextil.nxj.DataViewController

    systextil.nxj.DataViewController.BeepException
  • Field Summary

    Fields inherited from class systextil.nxj.FormController

    formData, mdi, tagInteractive, utilTag

    Fields inherited from class systextil.nxj.DataViewController

    ADD_UPDATE, CANCEL_ZOOM, CLEAR_TO_ADD, CLEAR_TO_FIND, containerData, DELETE, EXIT, FIND, FIRST_RECORD, LAST_RECORD, log, NEXT_FIELD, NEXT_FORM, NEXT_RECORD, NEXT_SET, PREVIOUS_FIELD, PREVIOUS_FORM, PREVIOUS_RECORD, PREVIOUS_SET, ZOOM
  • Constructor Summary

    Constructors
    Constructor
    Description
    PcpcF780(systextil.nxj.FormData formData)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    concatena(Integer ano, Integer semana)
     
    static void
    criaPeriodo(br.com.intersys.systextil.connection.AppConnection conn, Mdi mdi, Date data_ini_aux, Date data_fim_aux, String dias_confec, String dias_compr)
     
    static int
    verificaDias(String numero_dias)
     
    static int
    verificaRegistro(br.com.intersys.systextil.connection.AppConnection conn, Date data_ini, Date data_fim)
     
    static Integer
    year(Date data)
     

    Methods inherited from class systextil.nxj.FormController

    addDataView, afterApplication, afterFormReturn, afterModeChange, afterZoom, beforeApplication, beforeForm, beforeModeChange, commit, createDataView, displayToMessageBox, displayToMessageBox, getAmount, getBoolean, getConn, getDataView, getDate, getDouble, getInt, getString, getTime, getTimestamp, isAlphaValid, newAppConnection, onChooseNextForm, onExit, onNextForm, onPreviousForm, queueNextForm, rollback, set, set, set, set, set, set, set, set

    Methods inherited from class systextil.nxj.DataViewController

    addAllowed, addAllowed, afterAdd, afterDelete, afterField, afterFind, afterSave, afterUpdate, backgroundColor, backgroundColor, beforeAdd, beforeDelete, beforeField, beforeFind, beforeRecord, beforeSave, beforeUpdate, clearAddExp, clearFindExp, currentRecordNumber, deleteAllowed, deleteAllowed, deleteCurrentRecord, findAllowed, findAllowed, getAmount, getBoolean, getDate, getDouble, getInt, getString, getTime, getTimestamp, inFindMode, initDataView, initField, isCurrentRecordNew, isCurrentRecordStored, isNull, isNull, onClearToAdd, onClearToFind, onDataAccept, onFind, onLeave, onNextRecord, onPreviousRecord, onSearchRangeAccept, positionToRecord, queueCommand, queueNextField, recordCount, registerField, rejectOperation, rejectRecord, searchRanges, set, set, set, set, set, set, set, set, setNull, setStippled, sqlOptionalCondition, sqlOrderByClause, stopForInput, stopForInput, updateable, updateable, updateAllowed, updateAllowed, updateCurrentRecord, validar, visible, visible, whenValueChanges

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PcpcF780

      public PcpcF780(systextil.nxj.FormData formData)
  • Method Details

    • criaPeriodo

      public static void criaPeriodo(br.com.intersys.systextil.connection.AppConnection conn, Mdi mdi, Date data_ini_aux, Date data_fim_aux, String dias_confec, String dias_compr) throws Exception
      Throws:
      Exception
    • verificaDias

      public static int verificaDias(String numero_dias)
    • concatena

      public static int concatena(Integer ano, Integer semana)
    • year

      public static Integer year(Date data) throws Exception
      Throws:
      Exception
    • verificaRegistro

      public static int verificaRegistro(br.com.intersys.systextil.connection.AppConnection conn, Date data_ini, Date data_fim)