|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Status | |
net.ezcontent.dao | Este paquete contiene las interfaces que deben implementar los DAO para documentos, autentificacion y workflow. |
net.ezcontent.impl.dao | Una implementacion del paquete net.ezcontent.dao utilizando Hibernate 2.1 y Spring 1.0 |
net.ezcontent.impl.eos | Una implementacion de los EO's de documentos, autentificacion y workflow que define ezContent, utilizando Hibernate 2.1; fueron creados con un plugin de Eclipse que permite tener dos clases por cada entidad. |
net.ezcontent.records | Aqui se definen interfaces para registros que se guardan en la base de datos, que no son precisamente documentos ni objetos de autentificacion, en general la parte de workflow y la interfaz Record. |
Uses of Status in net.ezcontent.dao |
Methods in net.ezcontent.dao that return Status | |
Status |
DocumentDAO.getPublishedStatus()
Devuelve el status de publicado. |
Status |
GenericDAO.getStatus(String type,
int priority)
Obtiene un Status por tipo y prioridad. |
Status |
GenericDAO.getStatus(String type,
String name)
Obtiene un Status por tipo y nombre. |
Methods in net.ezcontent.dao with parameters of type Status | |
void |
FlowDAO.finishAction(Action action,
Status finishStatus)
Marca una accion como terminada. |
Uses of Status in net.ezcontent.impl.dao |
Methods in net.ezcontent.impl.dao that return Status | |
protected Status |
GlobalDAO.getStatus(String type,
int priority,
Session sess)
Devuelve el status de tipo y prioridad indicados. |
Status |
GlobalDAO.getStatus(String type,
int priority)
Devuelve el estatus de tipo y prioridad especificados. |
protected Status |
GlobalDAO.getStatus(String type,
String name,
Session sess)
Devuelve el status de tipo y nombre indicados. |
Status |
GlobalDAO.getStatus(String type,
String name)
Devuelve el status con el tipo y nombre especificados. |
Status |
DocsDAO.getPublishedStatus()
Devuelve el status de Publicado. |
Methods in net.ezcontent.impl.dao with parameters of type Status | |
void |
FlujoDAO.finishAction(Action action,
Status finishStatus)
Marca como terminada la accion especificada. |
Uses of Status in net.ezcontent.impl.eos |
Classes in net.ezcontent.impl.eos that implement Status | |
class |
Status
This is the object class that relates to the Status table. |
Methods in net.ezcontent.impl.eos that return Status | |
Status |
Accion.getStatus()
|
Status |
SimpleDocument.getStatus()
|
Methods in net.ezcontent.impl.eos with parameters of type Status | |
void |
Accion.setStatus(Status status)
Fija el status de la accion. |
void |
SimpleDocument.setStatus(Status value)
|
Uses of Status in net.ezcontent.records |
Methods in net.ezcontent.records that return Status | |
Status |
Record.getStatus()
|
Methods in net.ezcontent.records with parameters of type Status | |
void |
Record.setStatus(Status stat)
El status del objeto. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |