Package | Description |
---|---|
controller | |
model.dao | |
model.entities |
Modifier and Type | Method and Description |
---|---|
Plantilla |
PlantillaController.getModel()
Implementacion del ModelDriven
Permite enlazar tags de Struts 2 con el objeto del Action
|
Plantilla |
PlantillaController.getPlantilla()
Getter del Objeto Plantilla
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Plantilla> |
PlantillaController.getListPlantilla()
Getter de la lista de Plantillas
|
Modifier and Type | Method and Description |
---|---|
void |
PlantillaController.setPlantilla(Plantilla plantilla)
Setter del Objeto Plantilla
|
Modifier and Type | Method and Description |
---|---|
void |
PlantillaController.setListPlantilla(java.util.ArrayList<Plantilla> listPlantilla)
Setter de la lista de Plantillas
|
Modifier and Type | Method and Description |
---|---|
Plantilla |
PlantillaDAO.selectPlantilla(java.lang.Integer id)
Seleccion de la Plantilla Mediante ID Plantilla
|
Plantilla |
PlantillaDAO.selectPlantilla(Plantilla plan)
Seleccion de la Plantilla Mediante ID Plantilla
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Plantilla> |
PlantillaDAO.selectAll()
Selecciona todos los Plantillas de la BD
|
java.util.ArrayList<Plantilla> |
PlantillaDAO.selectByExample(Plantilla example)
Selecciona los Plantillas mediante Un Ejemplo
|
Modifier and Type | Method and Description |
---|---|
boolean |
PlantillaDAO.deletePlantilla(Plantilla plan)
Elimina el objeto de la BD
|
boolean |
PlantillaDAO.insertPlantilla(Plantilla plan)
Insertar Cartel
Inserta la Plantilla en la BD.
|
java.util.ArrayList<Plantilla> |
PlantillaDAO.selectByExample(Plantilla example)
Selecciona los Plantillas mediante Un Ejemplo
|
Cartel |
CartelDAO.selectCartel(Plantilla plan)
Seleccion de Cartels Mediante plantilla
|
Cartel |
CartelDAO.selectCartel(Plantilla plan,
Articulo art)
Seleccion de Cartels Mediante plantilla
|
Plantilla |
PlantillaDAO.selectPlantilla(Plantilla plan)
Seleccion de la Plantilla Mediante ID Plantilla
|
boolean |
PlantillaDAO.updatePlantilla(Plantilla plan)
Modifica la Plantilla de la BD
|
Modifier and Type | Method and Description |
---|---|
Plantilla |
Cartel.getPlantilla()
Getter de la propiedad Plantilla
|
Modifier and Type | Method and Description |
---|---|
void |
Cartel.setPlantilla(Plantilla plantilla)
Setter de la propiedad plantilla (objeto)
|
Constructor and Description |
---|
Cartel(Articulo articulo,
Plantilla plantilla)
Constructor con los parametros minimos "NOT NULL"
|
Cartel(Articulo articulo,
Plantilla plantilla,
java.util.Date dataIni,
java.util.Date dataFi)
Constructor con todos los parametros del Objeto.
|