Serialized Form


Package com.proschedule.core.calendar.exceptions

Class com.proschedule.core.calendar.exceptions.CalendarPersistenceException extends PersistenceException implements Serializable

Class com.proschedule.core.calendar.exceptions.DayPersistenceException extends PersistenceException implements Serializable


Package com.proschedule.core.calendar.model

Class com.proschedule.core.calendar.model.Calendar extends java.lang.Object implements Serializable

Serialized Fields

year

java.lang.Integer year
Ano do calendário


days

java.util.Set<E> days
Lista dos dias do calendário

Class com.proschedule.core.calendar.model.Day extends java.lang.Object implements Serializable

Serialized Fields

date

java.util.Date date
Data do dia


week

java.lang.Integer week
Semana do ano ao qual o dia pertence


workingDay

boolean workingDay
Indica se será trabalhado neste dia


workingHours

java.lang.Double workingHours
Horas trabalhadas no dia


calendar

Calendar calendar
Calendário ao qual pertence


Package com.proschedule.core.calendar.view

Class com.proschedule.core.calendar.view.CalendarPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

presenter

CalendarPresenter presenter

months

java.util.List<E> months

tab

AbstractTab tab

parent

java.awt.Frame parent

workingDaysMarked

boolean workingDaysMarked

jPanel1

javax.swing.JPanel jPanel1

jPanel2

javax.swing.JPanel jPanel2

jPanel3

javax.swing.JPanel jPanel3

jSeparator1

javax.swing.JSeparator jSeparator1

jbAdd

javax.swing.JButton jbAdd

jbCancel

javax.swing.JButton jbCancel

jbSave

javax.swing.JButton jbSave

jbSetWorkingHours

javax.swing.JButton jbSetWorkingHours

jbWorkingDays

javax.swing.JButton jbWorkingDays

jcbYear

javax.swing.JComboBox jcbYear

jpWorkingHours

javax.swing.JPanel jpWorkingHours

jpYear

javax.swing.JPanel jpYear

jtfWorkingHours

javax.swing.JTextField jtfWorkingHours

jtpMonths

javax.swing.JTabbedPane jtpMonths

Class com.proschedule.core.calendar.view.MonthPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

panels

java.util.List<E> panels

fields

java.util.List<E> fields

checks

java.util.List<E> checks

days

java.util.List<E> days

Class com.proschedule.core.calendar.view.NewCalendarDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

icon

javax.swing.ImageIcon icon

presenter

CalendarPresenter presenter

panel

CalendarPanel panel

parent

java.awt.Frame parent

yearBalloonTip

MouseAdapterBalloonTip yearBalloonTip

workingHoursBalloonTip

MouseAdapterBalloonTip workingHoursBalloonTip

jbCancel

javax.swing.JButton jbCancel

jbSave

javax.swing.JButton jbSave

jcbWorkingDay

javax.swing.JCheckBox jcbWorkingDay

jlWorkingHours

javax.swing.JLabel jlWorkingHours

jlYear

javax.swing.JLabel jlYear

jtfWorkingHours

javax.swing.JTextField jtfWorkingHours

jtfYear

javax.swing.JTextField jtfYear

Class com.proschedule.core.calendar.view.NewCalendarProgressBar extends javax.swing.JDialog implements Serializable

Serialized Fields

jProgressBar

javax.swing.JProgressBar jProgressBar

jlProgressBar

javax.swing.JLabel jlProgressBar

Package com.proschedule.core.persistence.exceptions

Class com.proschedule.core.persistence.exceptions.ComponentDetailPersistenceException extends PersistenceException implements Serializable

Class com.proschedule.core.persistence.exceptions.ComponentPersistenceException extends PersistenceException implements Serializable

Class com.proschedule.core.persistence.exceptions.CustomerPersistenceException extends PersistenceException implements Serializable

Class com.proschedule.core.persistence.exceptions.OperationPersistenceException extends PersistenceException implements Serializable

Class com.proschedule.core.persistence.exceptions.OperationTypePersistenceException extends PersistenceException implements Serializable

Class com.proschedule.core.persistence.exceptions.SetComponentPersistenceException extends PersistenceException implements Serializable

Class com.proschedule.core.persistence.exceptions.SetDetailPersistenceException extends PersistenceException implements Serializable

Class com.proschedule.core.persistence.exceptions.SetPersistenceException extends PersistenceException implements Serializable


Package com.proschedule.core.persistence.model

Class com.proschedule.core.persistence.model.Component extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id
Código do componente


rawMaterial

java.lang.String rawMaterial
Descrição da matéria prima utilizada


details

java.util.Set<E> details
Detalhamentos do componente (operações e lead time)

Class com.proschedule.core.persistence.model.ComponentDetail extends java.lang.Object implements Serializable

Serialized Fields

primaryKey

ComponentDetailKey primaryKey
Chave primária composta (Operation e Component)


leadTimeValue

java.lang.Double leadTimeValue
Valor do lead time


leadTimeType

java.lang.String leadTimeType
Tipo de lead time


leadTime

LeadTime leadTime
Lead time do componente na operação - é um objeto que armazena o leadTimeValue e o leadTimeType.


order

java.lang.Integer order
A ordem em que a operação ocorre

Class com.proschedule.core.persistence.model.Set extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id
Código do conjunto


leadTimeValue

java.lang.Double leadTimeValue

leadTimeType

java.lang.String leadTimeType

componentsLeadTime

LeadTime componentsLeadTime
Lead time para produção de todos os componentes


components

java.util.Set<E> components
Lista dos componentes que formam o conjunto


details

java.util.Set<E> details
Detalhamento do conjunto (operações e lead time)

Class com.proschedule.core.persistence.model.SetComponent extends java.lang.Object implements Serializable

Serialized Fields

primaryKey

SetComponentKey primaryKey
Chave Primária Composta de Operation e Set


componentQuantity

double componentQuantity

Class com.proschedule.core.persistence.model.SetDetail extends java.lang.Object implements Serializable

Serialized Fields

primaryKey

SetDetailKey primaryKey
Chave Primária Composta de Operation e Set


leadTimeValue

java.lang.Double leadTimeValue

leadTimeType

java.lang.String leadTimeType

leadTime

LeadTime leadTime
Lead time para a operação


order

java.lang.Integer order
Ordem em que a operação é realizada


Package com.proschedule.core.persistence.model.keys

Class com.proschedule.core.persistence.model.keys.ComponentDetailKey extends java.lang.Object implements Serializable

Serialized Fields

operation

Operation operation
A operação que compõe a chave


component

Component component
O componente que compõe a chave

Class com.proschedule.core.persistence.model.keys.SetComponentKey extends java.lang.Object implements Serializable

Serialized Fields

set

Set set

component

Component component

Class com.proschedule.core.persistence.model.keys.SetDetailKey extends java.lang.Object implements Serializable

Serialized Fields

set

Set set

operation

Operation operation

Package com.proschedule.core.persistence.view.component

Class com.proschedule.core.persistence.view.component.ComponentDetailTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

COL_ORDER

int COL_ORDER
constantes que vão representar as colunas


COL_OPERATION

int COL_OPERATION

COL_LEAD_TIME

int COL_LEAD_TIME

details

java.util.List<E> details
Lista dos objetos que serão exibidos

Class com.proschedule.core.persistence.view.component.ComponentFieldComboBoxModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

values

java.util.List<E> values
Valores a serem exibidos


selection

SearchParam selection
Valor selecionado

Class com.proschedule.core.persistence.view.component.ComponentPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

parent

java.awt.Frame parent

tab

AbstractTab tab

componentTableModel

ComponentTableModel componentTableModel

componentDetailTableModel

ComponentDetailTableModel componentDetailTableModel

controller

ComponentController controller

componentFieldComboBoxModel

ComponentFieldComboBoxModel componentFieldComboBoxModel

stringOperatorComboBoxModel

StringOperatorComboBoxModel stringOperatorComboBoxModel

idBalloonTip

MouseAdapterBalloonTip idBalloonTip

rawMaterialBalloonTip

MouseAdapterBalloonTip rawMaterialBalloonTip

jScrollPane1

javax.swing.JScrollPane jScrollPane1

jSeparator1

javax.swing.JSeparator jSeparator1

jbAdd

javax.swing.JButton jbAdd

jbAddDetails

javax.swing.JButton jbAddDetails

jbCancel

javax.swing.JButton jbCancel

jbClearSearch

javax.swing.JButton jbClearSearch

jbDown

javax.swing.JButton jbDown

jbGoSearch

javax.swing.JButton jbGoSearch

jbModify

javax.swing.JButton jbModify

jbModifyDetails

javax.swing.JButton jbModifyDetails

jbRemove

javax.swing.JButton jbRemove

jbRemoveDetails

javax.swing.JButton jbRemoveDetails

jbSave

javax.swing.JButton jbSave

jbUp

javax.swing.JButton jbUp

jcbField

javax.swing.JComboBox jcbField

jcbOperator

javax.swing.JComboBox jcbOperator

jlComponentOperations

javax.swing.JLabel jlComponentOperations

jlDetails

javax.swing.JLabel jlDetails

jlSearchingFor

javax.swing.JLabel jlSearchingFor

jpDetails

javax.swing.JPanel jpDetails

jpId

javax.swing.JPanel jpId

jpRawMaterial

javax.swing.JPanel jpRawMaterial

jspComponents

javax.swing.JScrollPane jspComponents

jspDetails

javax.swing.JScrollPane jspDetails

jtComponents

javax.swing.JTable jtComponents

jtDetail

javax.swing.JTable jtDetail

jtaRawMaterial

javax.swing.JTextArea jtaRawMaterial

jtfId

javax.swing.JTextField jtfId

jtfValue

javax.swing.JTextField jtfValue

Class com.proschedule.core.persistence.view.component.ComponentSearchDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

parent

java.awt.Frame parent

componentTableModel

ComponentTableModel componentTableModel

controller

ComponentController controller

dialog

ISearchDialog dialog

componentFieldComboBoxModel

ComponentFieldComboBoxModel componentFieldComboBoxModel

stringOperatorComboBoxModel

StringOperatorComboBoxModel stringOperatorComboBoxModel

jbCancel

javax.swing.JButton jbCancel

jbClearSearch

javax.swing.JButton jbClearSearch

jbGoSearch

javax.swing.JButton jbGoSearch

jbSelect

javax.swing.JButton jbSelect

jcbField

javax.swing.JComboBox jcbField

jcbOperator

javax.swing.JComboBox jcbOperator

jlSearchingFor

javax.swing.JLabel jlSearchingFor

jspComponents

javax.swing.JScrollPane jspComponents

jtComponents

javax.swing.JTable jtComponents

jtfValue

javax.swing.JTextField jtfValue

Class com.proschedule.core.persistence.view.component.ComponentTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

COL_ID

int COL_ID
constantes que vão representar as colunas


COL_RAW_MATERIAL

int COL_RAW_MATERIAL

components

java.util.List<E> components
lista dos produtos que serão exibidos

Class com.proschedule.core.persistence.view.component.NewComponentDetailDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

panel

ComponentPanel panel

parent

java.awt.Frame parent

controller

ComponentController controller

operationBalloonTip

MouseAdapterBalloonTip operationBalloonTip

leadTimeValueBalloonTip

MouseAdapterBalloonTip leadTimeValueBalloonTip

jbCancel

javax.swing.JButton jbCancel

jbSave

javax.swing.JButton jbSave

jbSearchOperation

javax.swing.JButton jbSearchOperation

jcbLeadTimeType

javax.swing.JComboBox jcbLeadTimeType

jpLeadTime

javax.swing.JPanel jpLeadTime

jpOperation

javax.swing.JPanel jpOperation

jtfLeadTimeValue

javax.swing.JTextField jtfLeadTimeValue

jtfOperation

javax.swing.JTextField jtfOperation

Package com.proschedule.core.persistence.view.customer

Class com.proschedule.core.persistence.view.customer.CustomerFieldComboBoxModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

values

java.util.List<E> values
Valores a serem exibidos


selection

SearchParam selection
Valor selecionado

Class com.proschedule.core.persistence.view.customer.CustomerOrdersTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

COL_ID

int COL_ID
constantes que vão representar as colunas


COL_QUANTITY

int COL_QUANTITY

COL_SET_ID

int COL_SET_ID

COL_DELIVERY_DATE

int COL_DELIVERY_DATE

orders

java.util.List<E> orders
Lista dos objetos que serão exibidos

Class com.proschedule.core.persistence.view.customer.CustomerPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

parent

java.awt.Frame parent

tab

AbstractTab tab

tabPane

javax.swing.JTabbedPane tabPane

tabNewOrder

AbstractTab tabNewOrder

customerTableModel

CustomerTableModel customerTableModel

customerOrdersTableModel

CustomerOrdersTableModel customerOrdersTableModel

presenter

CustomerPresenter presenter

edit

boolean edit

orderController

OrderController orderController

customerFieldComboBoxModel

CustomerFieldComboBoxModel customerFieldComboBoxModel

stringOperatorComboBoxModel

StringOperatorComboBoxModel stringOperatorComboBoxModel

idBalloonTip

MouseAdapterBalloonTip idBalloonTip

nameBalloonTip

MouseAdapterBalloonTip nameBalloonTip

jSeparator1

javax.swing.JSeparator jSeparator1

jbAdd

javax.swing.JButton jbAdd

jbCancel

javax.swing.JButton jbCancel

jbClearSearch

javax.swing.JButton jbClearSearch

jbGoSearch

javax.swing.JButton jbGoSearch

jbModify

javax.swing.JButton jbModify

jbOrderModify

javax.swing.JButton jbOrderModify

jbRemove

javax.swing.JButton jbRemove

jbSave

javax.swing.JButton jbSave

jcbField

javax.swing.JComboBox jcbField

jcbOperator

javax.swing.JComboBox jcbOperator

jlCustomer

javax.swing.JLabel jlCustomer

jlCustomerOrders

javax.swing.JLabel jlCustomerOrders

jlSearchingFor

javax.swing.JLabel jlSearchingFor

jpId

javax.swing.JPanel jpId

jpName

javax.swing.JPanel jpName

jpOrders

javax.swing.JPanel jpOrders

jspCustomers

javax.swing.JScrollPane jspCustomers

jspOrders

javax.swing.JScrollPane jspOrders

jtCustomers

javax.swing.JTable jtCustomers

jtOrders

javax.swing.JTable jtOrders

jtfId

javax.swing.JTextField jtfId

jtfName

javax.swing.JTextField jtfName

jtfValue

javax.swing.JTextField jtfValue

Class com.proschedule.core.persistence.view.customer.CustomerSearchDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

parent

java.awt.Frame parent

customerTableModel

CustomerTableModel customerTableModel

presenter

CustomerPresenter presenter

dialog

ISearchDialog dialog

customerFieldComboBoxModel

CustomerFieldComboBoxModel customerFieldComboBoxModel

stringOperatorComboBoxModel

StringOperatorComboBoxModel stringOperatorComboBoxModel

jbCancel

javax.swing.JButton jbCancel

jbClearSearch

javax.swing.JButton jbClearSearch

jbGoSearch

javax.swing.JButton jbGoSearch

jbSelect

javax.swing.JButton jbSelect

jcbField

javax.swing.JComboBox jcbField

jcbOperator

javax.swing.JComboBox jcbOperator

jlSearchingFor

javax.swing.JLabel jlSearchingFor

jspCustomers

javax.swing.JScrollPane jspCustomers

jtCustomers

javax.swing.JTable jtCustomers

jtfValue

javax.swing.JTextField jtfValue

Class com.proschedule.core.persistence.view.customer.CustomerTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

COL_ID

int COL_ID
constantes que vão representar as colunas


COL_NAME

int COL_NAME

customers

java.util.List<E> customers
lista dos clientes que serão exibidos


Package com.proschedule.core.persistence.view.operation

Class com.proschedule.core.persistence.view.operation.NewOperationDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

presenter

OperationPresenter presenter

parent

java.awt.Frame parent

panel

OperationPanel panel

operationTypeComboBoxModel

OperationTypeComboBoxModel operationTypeComboBoxModel

descriptionBalloonTip

MouseAdapterBalloonTip descriptionBalloonTip

leadTimeValueBalloonTip

MouseAdapterBalloonTip leadTimeValueBalloonTip

typeBalloonTip

MouseAdapterBalloonTip typeBalloonTip

jbCancel

javax.swing.JButton jbCancel

jbSave

javax.swing.JButton jbSave

jcbLeadTimeType

javax.swing.JComboBox jcbLeadTimeType

jcbType

javax.swing.JComboBox jcbType

jpDescription

javax.swing.JPanel jpDescription

jpLeadTime

javax.swing.JPanel jpLeadTime

jpType

javax.swing.JPanel jpType

jtfDescription

javax.swing.JTextField jtfDescription

jtfLeadTimeValue

javax.swing.JTextField jtfLeadTimeValue

Class com.proschedule.core.persistence.view.operation.OperationFieldComboBoxModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

values

java.util.List<E> values
Valores a serem exibidos


selection

SearchParam selection
Valor selecionado

Class com.proschedule.core.persistence.view.operation.OperationPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

parent

java.awt.Frame parent

tab

AbstractTab tab

operationTableModel

OperationTableModel operationTableModel

presenter

OperationPresenter presenter

operationFieldComboBoxModel

OperationFieldComboBoxModel operationFieldComboBoxModel

stringOperatorComboBoxModel

StringOperatorComboBoxModel stringOperatorComboBoxModel

numberOperatorComboBoxModel

NumberOperatorComboBoxModel numberOperatorComboBoxModel

jbAdd

javax.swing.JButton jbAdd

jbClearSearch

javax.swing.JButton jbClearSearch

jbGoSearch

javax.swing.JButton jbGoSearch

jbModify

javax.swing.JButton jbModify

jbRemove

javax.swing.JButton jbRemove

jcbField

javax.swing.JComboBox jcbField

jcbOperator

javax.swing.JComboBox jcbOperator

jlSearchingFor

javax.swing.JLabel jlSearchingFor

jspOperations

javax.swing.JScrollPane jspOperations

jtOperations

javax.swing.JTable jtOperations

jtfValue

javax.swing.JTextField jtfValue

Class com.proschedule.core.persistence.view.operation.OperationSearchDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

parent

java.awt.Frame parent

operationTableModel

OperationTableModel operationTableModel

presenter

OperationPresenter presenter

dialog

ISearchDialog dialog

typeFilter

java.lang.String typeFilter

operationFieldComboBoxModel

OperationFieldComboBoxModel operationFieldComboBoxModel

stringOperatorComboBoxModel

StringOperatorComboBoxModel stringOperatorComboBoxModel

numberOperatorComboBoxModel

NumberOperatorComboBoxModel numberOperatorComboBoxModel

jbCancel

javax.swing.JButton jbCancel

jbClearSearch

javax.swing.JButton jbClearSearch

jbGoSearch

javax.swing.JButton jbGoSearch

jbSelect

javax.swing.JButton jbSelect

jcbField

javax.swing.JComboBox jcbField

jcbOperator

javax.swing.JComboBox jcbOperator

jlSearchingFor

javax.swing.JLabel jlSearchingFor

jspOperations

javax.swing.JScrollPane jspOperations

jtOperations

javax.swing.JTable jtOperations

jtfValue

javax.swing.JTextField jtfValue

Class com.proschedule.core.persistence.view.operation.OperationTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

COL_ID

int COL_ID
constantes que vão representar as colunas


COL_DESCRIPTION

int COL_DESCRIPTION

COL_LEADTIME

int COL_LEADTIME

COL_TYPE

int COL_TYPE

operations

java.util.List<E> operations
lista dos clientes que serão exibidos

Class com.proschedule.core.persistence.view.operation.OperationTypeComboBoxModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

values

java.util.List<E> values
Valores a serem exibidos


selection

OperationType selection
Valor selecionado


Package com.proschedule.core.persistence.view.set

Class com.proschedule.core.persistence.view.set.NewSetComponentDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

parent

java.awt.Frame parent

controller

SetController controller

panel

NewSetPanel panel

componentBalloonTip

MouseAdapterBalloonTip componentBalloonTip

quantityBalloonTip

MouseAdapterBalloonTip quantityBalloonTip

jbCancel

javax.swing.JButton jbCancel

jbSave

javax.swing.JButton jbSave

jbSearch

javax.swing.JButton jbSearch

jpComponent

javax.swing.JPanel jpComponent

jpQuantity

javax.swing.JPanel jpQuantity

jtfComponent

javax.swing.JTextField jtfComponent

jtfQuantity

javax.swing.JTextField jtfQuantity

Class com.proschedule.core.persistence.view.set.NewSetDetailDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

panel

NewSetPanel panel

parent

java.awt.Frame parent

controller

SetController controller

operationBalloonTip

MouseAdapterBalloonTip operationBalloonTip

leadTimeValueBalloonTip

MouseAdapterBalloonTip leadTimeValueBalloonTip

jbCancel

javax.swing.JButton jbCancel

jbSave

javax.swing.JButton jbSave

jbSearchOperation

javax.swing.JButton jbSearchOperation

jcbLeadTimeType

javax.swing.JComboBox jcbLeadTimeType

jpLeadTime

javax.swing.JPanel jpLeadTime

jpOperation

javax.swing.JPanel jpOperation

jtfLeadTimeValue

javax.swing.JTextField jtfLeadTimeValue

jtfOperation

javax.swing.JTextField jtfOperation

Class com.proschedule.core.persistence.view.set.NewSetPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

parent

java.awt.Frame parent

tab

AbstractTab tab

panel

SetPanel panel

controller

SetController controller

componentTableModel

SetComponentTableModel componentTableModel

detailTableModel

SetDetailTableModel detailTableModel

idBalloonTip

MouseAdapterBalloonTip idBalloonTip

leadTimeValueBalloonTip

MouseAdapterBalloonTip leadTimeValueBalloonTip

jPanel1

javax.swing.JPanel jPanel1

jPanel2

javax.swing.JPanel jPanel2

jbAddComponent

javax.swing.JButton jbAddComponent

jbAddDetail

javax.swing.JButton jbAddDetail

jbCalcComponentLeadTime

javax.swing.JButton jbCalcComponentLeadTime

jbCalcTotalLeadTime

javax.swing.JButton jbCalcTotalLeadTime

jbCancel

javax.swing.JButton jbCancel

jbDown

javax.swing.JButton jbDown

jbModifyComponent

javax.swing.JButton jbModifyComponent

jbModifyDetail

javax.swing.JButton jbModifyDetail

jbRemoveComponent

javax.swing.JButton jbRemoveComponent

jbRemoveDetail

javax.swing.JButton jbRemoveDetail

jbSave

javax.swing.JButton jbSave

jbUp

javax.swing.JButton jbUp

jcbLeadTimeType

javax.swing.JComboBox jcbLeadTimeType

jlComponents

javax.swing.JLabel jlComponents

jlOperations

javax.swing.JLabel jlOperations

jlTotalLeadTime

javax.swing.JLabel jlTotalLeadTime

jpComponents

javax.swing.JPanel jpComponents

jpId

javax.swing.JPanel jpId

jpLeadTime

javax.swing.JPanel jpLeadTime

jpOperations

javax.swing.JPanel jpOperations

jspComponents

javax.swing.JScrollPane jspComponents

jspDetail

javax.swing.JScrollPane jspDetail

jtComponents

javax.swing.JTable jtComponents

jtDetail

javax.swing.JTable jtDetail

jtfId

javax.swing.JTextField jtfId

jtfLeadTimeValue

javax.swing.JTextField jtfLeadTimeValue

Class com.proschedule.core.persistence.view.set.SetComponentTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

COL_ID

int COL_ID
constantes que vão representar as colunas


COL_QUANTITY

int COL_QUANTITY

COL_RAW_MATERIAL

int COL_RAW_MATERIAL

components

java.util.List<E> components
lista dos produtos que serão exibidos

Class com.proschedule.core.persistence.view.set.SetDetailTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

COL_ORDER

int COL_ORDER
constantes que vão representar as colunas


COL_OPERATION

int COL_OPERATION

COL_LEAD_TIME

int COL_LEAD_TIME

details

java.util.List<E> details
Lista dos objetos que serão exibidos

Class com.proschedule.core.persistence.view.set.SetFieldComboBoxModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

values

java.util.List<E> values
Valores a serem exibidos


selection

SearchParam selection
Valor selecionado

Class com.proschedule.core.persistence.view.set.SetPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

parent

java.awt.Frame parent

tab

AbstractTab tab

setTableModel

SetTableModel setTableModel

controller

SetController controller

tabPane

javax.swing.JTabbedPane tabPane

tabNewSet

AbstractTab tabNewSet

setFieldComboBoxModel

SetFieldComboBoxModel setFieldComboBoxModel

stringOperatorComboBoxModel

StringOperatorComboBoxModel stringOperatorComboBoxModel

jbAdd

javax.swing.JButton jbAdd

jbClearSearch

javax.swing.JButton jbClearSearch

jbGoSearch

javax.swing.JButton jbGoSearch

jbModify

javax.swing.JButton jbModify

jbRemove

javax.swing.JButton jbRemove

jcbField

javax.swing.JComboBox jcbField

jcbOperator

javax.swing.JComboBox jcbOperator

jlSearchingFor

javax.swing.JLabel jlSearchingFor

jspSets

javax.swing.JScrollPane jspSets

jtSets

javax.swing.JTable jtSets

jtfValue

javax.swing.JTextField jtfValue

Class com.proschedule.core.persistence.view.set.SetSearchDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

parent

java.awt.Frame parent

setTableModel

SetTableModel setTableModel

controller

SetController controller

dialog

ISearchDialog dialog

setFieldComboBoxModel

SetFieldComboBoxModel setFieldComboBoxModel

stringOperatorComboBoxModel

StringOperatorComboBoxModel stringOperatorComboBoxModel

numberOperatorComboBoxModel

NumberOperatorComboBoxModel numberOperatorComboBoxModel

jbCancel

javax.swing.JButton jbCancel

jbClearSearch

javax.swing.JButton jbClearSearch

jbGoSearch

javax.swing.JButton jbGoSearch

jbSelect

javax.swing.JButton jbSelect

jcbField

javax.swing.JComboBox jcbField

jcbOperator

javax.swing.JComboBox jcbOperator

jlSearchingFor

javax.swing.JLabel jlSearchingFor

jspSets

javax.swing.JScrollPane jspSets

jtSets

javax.swing.JTable jtSets

jtfValue

javax.swing.JTextField jtfValue

Class com.proschedule.core.persistence.view.set.SetTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

COL_ID

int COL_ID
constantes que vão representar as colunas


COL_COM_LEAD_TIME

int COL_COM_LEAD_TIME

sets

java.util.List<E> sets
lista dos conjuntos que serão exibidos


Package com.proschedule.core.scheduling.exceptions

Class com.proschedule.core.scheduling.exceptions.OperationSchedulingComponentDetailPersistenceException extends PersistenceException implements Serializable

Class com.proschedule.core.scheduling.exceptions.OperationSchedulingPersistenceException extends PersistenceException implements Serializable

Class com.proschedule.core.scheduling.exceptions.OperationSchedulingSetDetailPersistenceException extends PersistenceException implements Serializable

Class com.proschedule.core.scheduling.exceptions.OrderDetailPersistenceException extends PersistenceException implements Serializable

Class com.proschedule.core.scheduling.exceptions.OrderPersistenceException extends PersistenceException implements Serializable


Package com.proschedule.core.scheduling.exportation.excel

Class com.proschedule.core.scheduling.exportation.excel.ExcelSchedulingException extends java.lang.Exception implements Serializable

Serialized Fields

exception

java.lang.Object exception

message

java.lang.String message

detailMessage

java.lang.String detailMessage

Package com.proschedule.core.scheduling.model

Class com.proschedule.core.scheduling.model.OperationScheduling extends java.lang.Object implements Serializable

Serialized Fields

primaryKey

OperationSchedulingKey primaryKey
Chave Primária Composta por Day e Operation


componentDetails

java.util.Set<E> componentDetails
Detalhamentos do sequenciamento por operação para componentes


setDetails

java.util.Set<E> setDetails
Detalhamentos do sequenciamento por operação para conjuntos

Class com.proschedule.core.scheduling.model.OperationSchedulingComponentDetail extends java.lang.Object implements Serializable

Serialized Fields

primaryKey

OperationSchedulingComponentDetailKey primaryKey
Chave Primária Composta por Operation, Day, Component e Order

Class com.proschedule.core.scheduling.model.OperationSchedulingSetDetail extends java.lang.Object implements Serializable

Serialized Fields

primaryKey

OperationSchedulingSetDetailKey primaryKey
Chave Primária Composta por Operation, Day, Component e Order

Class com.proschedule.core.scheduling.model.Order extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id
Código da ordem de produção


setQuantity

double setQuantity
Quantidade a ser produzida do conjunto


deliveryDate

java.util.Date deliveryDate
Data de entrega da ordem de produção


set

Set set
Conjunto a ser produzido


customer

Customer customer
Cliente que solicitou a produção do conjunto


masterScheduling

Day masterScheduling
A qual sequenciamento mestre pertence a ordem de produção


details

java.util.Set<E> details
Detalhamento da ordem de produção

Class com.proschedule.core.scheduling.model.OrderDetail extends java.lang.Object implements Serializable

Serialized Fields

primaryKey

OrderDetailKey primaryKey
Chave primária composta por Order e Component


componentQuantity

double componentQuantity
Quantidade de componente a ser produzida


Package com.proschedule.core.scheduling.model.keys

Class com.proschedule.core.scheduling.model.keys.OperationSchedulingComponentDetailKey extends java.lang.Object implements Serializable

Serialized Fields

operation

Operation operation
Operação do Sequenciamento


day

Day day
Dia do sequenciamento


component

Component component
Componente a ser sequenciado


order

Order order
Ordem de produção a qual pertence o componente

Class com.proschedule.core.scheduling.model.keys.OperationSchedulingKey extends java.lang.Object implements Serializable

Serialized Fields

operation

Operation operation
Operação do sequenciamento


day

Day day
Dia do sequenciamento

Class com.proschedule.core.scheduling.model.keys.OperationSchedulingSetDetailKey extends java.lang.Object implements Serializable

Serialized Fields

operation

Operation operation
Operação do Sequenciamento


day

Day day
Dia do sequenciamento


set

Set set
Componente a ser sequenciado


order

Order order
Ordem de produção a qual pertence o componente

Class com.proschedule.core.scheduling.model.keys.OrderDetailKey extends java.lang.Object implements Serializable

Serialized Fields

order

Order order

component

Component component

Package com.proschedule.core.scheduling.view.order

Class com.proschedule.core.scheduling.view.order.NewOrderPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

parent

java.awt.Frame parent

tab

AbstractTab tab

panel

OrderPanel panel

controller

OrderController controller

detailTableModel

OrderDetailTableModel detailTableModel

idBalloonTip

MouseAdapterBalloonTip idBalloonTip

deliveryDateBalloonTip

MouseAdapterBalloonTip deliveryDateBalloonTip

setIdBalloonTip

MouseAdapterBalloonTip setIdBalloonTip

setQuantityBalloonTip

MouseAdapterBalloonTip setQuantityBalloonTip

customerIdBalloonTip

MouseAdapterBalloonTip customerIdBalloonTip

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

jPanel1

javax.swing.JPanel jPanel1

jSeparator1

javax.swing.JSeparator jSeparator1

jbCancel

javax.swing.JButton jbCancel

jbLoadComponents

javax.swing.JButton jbLoadComponents

jbLoadCustomerName

javax.swing.JButton jbLoadCustomerName

jbModify

javax.swing.JButton jbModify

jbSave

javax.swing.JButton jbSave

jbSearchCustomer

javax.swing.JButton jbSearchCustomer

jbSearchSet

javax.swing.JButton jbSearchSet

jdcDeliveryDate

com.toedter.calendar.JDateChooser jdcDeliveryDate

jlComponents

javax.swing.JLabel jlComponents

jlCustomerId

javax.swing.JLabel jlCustomerId

jlCustomerName

javax.swing.JLabel jlCustomerName

jlCustomerNameLabel

javax.swing.JLabel jlCustomerNameLabel

jlSet

javax.swing.JLabel jlSet

jlSetQuantity

javax.swing.JLabel jlSetQuantity

jpComponents

javax.swing.JPanel jpComponents

jpCustomer

javax.swing.JPanel jpCustomer

jpId

javax.swing.JPanel jpId

jpSet

javax.swing.JPanel jpSet

jspDetail

javax.swing.JScrollPane jspDetail

jtDetail

javax.swing.JTable jtDetail

jtfCustomerId

javax.swing.JTextField jtfCustomerId

jtfId

javax.swing.JTextField jtfId

jtfSetId

javax.swing.JTextField jtfSetId

jtfSetQuantity

javax.swing.JTextField jtfSetQuantity

Class com.proschedule.core.scheduling.view.order.OrderDetailDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

panel

NewOrderPanel panel

parent

java.awt.Frame parent

controller

OrderController controller

jbCancel

javax.swing.JButton jbCancel

jbSave

javax.swing.JButton jbSave

jpSetQuantity

javax.swing.JPanel jpSetQuantity

jtfQuantity

javax.swing.JTextField jtfQuantity

Class com.proschedule.core.scheduling.view.order.OrderDetailTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

COL_COMPONENT_ID

int COL_COMPONENT_ID
constantes que vão representar as colunas


COL_QUANTITY

int COL_QUANTITY

COL_RAW_MATERIAL

int COL_RAW_MATERIAL

details

java.util.List<E> details
Lista dos objetos que serão exibidos

Class com.proschedule.core.scheduling.view.order.OrderFieldComboBoxModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

values

java.util.List<E> values
Valores a serem exibidos


selection

SearchParam selection
Valor selecionado

Class com.proschedule.core.scheduling.view.order.OrderPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

parent

java.awt.Frame parent

tab

AbstractTab tab

orderTableModel

OrderTableModel orderTableModel

controller

OrderController controller

tabPane

javax.swing.JTabbedPane tabPane

tabNewOrder

AbstractTab tabNewOrder

orderFieldComboBoxModel

OrderFieldComboBoxModel orderFieldComboBoxModel

stringOperatorComboBoxModel

StringOperatorComboBoxModel stringOperatorComboBoxModel

numberOperatorComboBoxModel

NumberOperatorComboBoxModel numberOperatorComboBoxModel

booleanOperatorComboBoxModel

BooleanOperatorComboBoxModel booleanOperatorComboBoxModel

jbAdd

javax.swing.JButton jbAdd

jbClearSearch

javax.swing.JButton jbClearSearch

jbGoSearch

javax.swing.JButton jbGoSearch

jbModify

javax.swing.JButton jbModify

jbRemove

javax.swing.JButton jbRemove

jcbField

javax.swing.JComboBox jcbField

jcbOperator

javax.swing.JComboBox jcbOperator

jlSearchingFor

javax.swing.JLabel jlSearchingFor

jspOrders

javax.swing.JScrollPane jspOrders

jtOrders

javax.swing.JTable jtOrders

jtfValue

javax.swing.JTextField jtfValue

Class com.proschedule.core.scheduling.view.order.OrderTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

COL_ID

int COL_ID
constantes que vão representar as colunas


COL_SET_QUANTITY

int COL_SET_QUANTITY

COL_DELIVERY_DATE

int COL_DELIVERY_DATE

COL_SET

int COL_SET

COL_CUSTOMER

int COL_CUSTOMER

sets

java.util.List<E> sets
lista dos conjuntos que serão exibidos


Package com.proschedule.core.scheduling.view.scheduling

Class com.proschedule.core.scheduling.view.scheduling.SchedulingPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

parent

java.awt.Frame parent

tab

AbstractTab tab

tabPane

javax.swing.JTabbedPane tabPane

msg

MessageDialog msg

task

TableScheduling task

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

jPanel1

javax.swing.JPanel jPanel1

jPanel2

javax.swing.JPanel jPanel2

jPanel3

javax.swing.JPanel jPanel3

jPanel4

javax.swing.JPanel jPanel4

jbExportExcel

javax.swing.JButton jbExportExcel

jbLoad

javax.swing.JButton jbLoad

jdcFrom

com.toedter.calendar.JDateChooser jdcFrom

jdcTo

com.toedter.calendar.JDateChooser jdcTo

jlFrom

javax.swing.JLabel jlFrom

jlTo

javax.swing.JLabel jlTo

jpPeriod

javax.swing.JPanel jpPeriod

jspScheduling

javax.swing.JScrollPane jspScheduling

jtpScheduling

javax.swing.JTabbedPane jtpScheduling

Class com.proschedule.core.scheduling.view.scheduling.SchedulingTableModel extends AttributiveCellTableModel implements Serializable


Package com.proschedule.main

Class com.proschedule.main.ProScheduleException extends java.lang.Exception implements Serializable

Serialized Fields

exception

java.lang.Object exception

message

java.lang.String message

detailMessage

java.lang.String detailMessage

Package com.proschedule.main.view

Class com.proschedule.main.view.AboutDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

jbClose

javax.swing.JButton jbClose

jepInfo

javax.swing.JEditorPane jepInfo

jlLogo

javax.swing.JLabel jlLogo

jspInfo

javax.swing.JScrollPane jspInfo

Class com.proschedule.main.view.CloseAppDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

parent

MainFrame parent

jbCancel

javax.swing.JButton jbCancel

jbOK

javax.swing.JButton jbOK

jcbExitWithoutAsk

javax.swing.JCheckBox jcbExitWithoutAsk

jlIcon

javax.swing.JLabel jlIcon

jlText

javax.swing.JLabel jlText

Class com.proschedule.main.view.MainFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

icon

javax.swing.ImageIcon icon

jSeparator1

javax.swing.JToolBar.Separator jSeparator1

jSeparator10

javax.swing.JToolBar.Separator jSeparator10

jSeparator2

javax.swing.JToolBar.Separator jSeparator2

jSeparator3

javax.swing.JToolBar.Separator jSeparator3

jSeparator4

javax.swing.JToolBar.Separator jSeparator4

jSeparator5

javax.swing.JSeparator jSeparator5

jSeparator6

javax.swing.JToolBar.Separator jSeparator6

jSeparator8

javax.swing.JToolBar.Separator jSeparator8

jSeparator9

javax.swing.JToolBar.Separator jSeparator9

jbAddCalendar

javax.swing.JButton jbAddCalendar

jbAddComponent

javax.swing.JButton jbAddComponent

jbAddCustomer

javax.swing.JButton jbAddCustomer

jbAddOperation

javax.swing.JButton jbAddOperation

jbAddOrder

javax.swing.JButton jbAddOrder

jbAddSet

javax.swing.JButton jbAddSet

jbCalendar

javax.swing.JButton jbCalendar

jbComponents

javax.swing.JButton jbComponents

jbCustomer

javax.swing.JButton jbCustomer

jbExit

javax.swing.JButton jbExit

jbHomePage

javax.swing.JButton jbHomePage

jbOperation

javax.swing.JButton jbOperation

jbOrders

javax.swing.JButton jbOrders

jbProductionScheduling

javax.swing.JButton jbProductionScheduling

jbSets

javax.swing.JButton jbSets

jbmMainMenuBar

javax.swing.JMenuBar jbmMainMenuBar

jmAdd

javax.swing.JMenu jmAdd

jmArchive

javax.swing.JMenu jmArchive

jmConsult

javax.swing.JMenu jmConsult

jmHelp

javax.swing.JMenu jmHelp

jmiAbout

javax.swing.JMenuItem jmiAbout

jmiAddCalendar

javax.swing.JMenuItem jmiAddCalendar

jmiAddComponent

javax.swing.JMenuItem jmiAddComponent

jmiAddCustomer

javax.swing.JMenuItem jmiAddCustomer

jmiAddOperation

javax.swing.JMenuItem jmiAddOperation

jmiAddOrder

javax.swing.JMenuItem jmiAddOrder

jmiAddSet

javax.swing.JMenuItem jmiAddSet

jmiCalendar

javax.swing.JMenuItem jmiCalendar

jmiComponent

javax.swing.JMenuItem jmiComponent

jmiCustomer

javax.swing.JMenuItem jmiCustomer

jmiExit

javax.swing.JMenuItem jmiExit

jmiOperation

javax.swing.JMenuItem jmiOperation

jmiOrder

javax.swing.JMenuItem jmiOrder

jmiScheduling

javax.swing.JMenuItem jmiScheduling

jmiSet

javax.swing.JMenuItem jmiSet

jmiStartPage

javax.swing.JMenuItem jmiStartPage

jpMainToolBarPanel

javax.swing.JPanel jpMainToolBarPanel

jtbMainToolBar

javax.swing.JToolBar jtbMainToolBar

jtpMainTabPanel

javax.swing.JTabbedPane jtpMainTabPanel

tabStartPage

AbstractTab tabStartPage

tabCalendar

AbstractTab tabCalendar

tabComponent

AbstractTab tabComponent

tabCustomer

AbstractTab tabCustomer

tabOperation

AbstractTab tabOperation

tabSet

AbstractTab tabSet

tabNewSet

AbstractTab tabNewSet

tabOrder

AbstractTab tabOrder

tabNewOrder

AbstractTab tabNewOrder

tabScheduling

AbstractTab tabScheduling

Class com.proschedule.main.view.StartPagePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

jlLogo

javax.swing.JLabel jlLogo

Package com.proschedule.util.combobox

Class com.proschedule.util.combobox.BooleanOperatorComboBoxModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

values

java.util.List<E> values

selection

SearchParam selection

Class com.proschedule.util.combobox.NumberOperatorComboBoxModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

values

java.util.List<E> values

selection

SearchParam selection

Class com.proschedule.util.combobox.StringOperatorComboBoxModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

values

java.util.List<E> values

selection

SearchParam selection

Package com.proschedule.util.date

Class com.proschedule.util.date.DateUtilException extends java.lang.Exception implements Serializable

Serialized Fields

exception

java.lang.Object exception

message

java.lang.String message

detailMessage

java.lang.String detailMessage

Package com.proschedule.util.exceptions

Class com.proschedule.util.exceptions.PersistenceException extends java.lang.Exception implements Serializable

Serialized Fields

exception

java.lang.Object exception

message

java.lang.String message

detailMessage

java.lang.String detailMessage

Package com.proschedule.util.messages

Class com.proschedule.util.messages.MessageDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

messageIcon

java.lang.String messageIcon
Icone da mensagem


jScrollPane1

javax.swing.JScrollPane jScrollPane1

jbExpand

javax.swing.JButton jbExpand

jbOK

javax.swing.JButton jbOK

jlImage

javax.swing.JLabel jlImage

jlMessage

javax.swing.JLabel jlMessage

jtaDetails

javax.swing.JTextArea jtaDetails

isExpanded

java.lang.Boolean isExpanded

Package com.proschedule.util.table

Class com.proschedule.util.table.AttributiveCellRenderer extends javax.swing.JLabel implements Serializable

Class com.proschedule.util.table.AttributiveCellTableModel extends javax.swing.table.DefaultTableModel implements Serializable

Serialized Fields

cellAtt

CellAttribute cellAtt

Class com.proschedule.util.table.MultiSpanCellTable extends javax.swing.JTable implements Serializable

Class com.proschedule.util.table.TextColorChooser extends javax.swing.JColorChooser implements Serializable


Package com.proschedule.util.tabs

Class com.proschedule.util.tabs.ButtonTabComponent extends javax.swing.JPanel implements Serializable

Serialized Fields

pane

javax.swing.JTabbedPane pane

tab

AbstractTab tab

Package com.proschedule.validator.util

Class com.proschedule.validator.util.ValidatorException extends java.lang.Exception implements Serializable

Serialized Fields

constraintViolations

java.lang.Object constraintViolations

detailedMessage

java.lang.String detailedMessage