|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Value | |
com.cinecolombia.interfases.control.ejb.handlers | Clases manejadoras para el controlador MVC del nivel EJB del módulo Interfases (una por caso de uso). |
com.cinecolombia.interfases.control.event | Clases Event que representan pedidos sobre el Model de Interfases. |
com.cinecolombia.interfases.ingresarDatosComplejo.modelvalue | Model, Value y otros beans auxiliares para el caso de uso Ingresar Datos Complejo |
Uses of Value in com.cinecolombia.interfases.control.ejb.handlers |
Methods in com.cinecolombia.interfases.control.ejb.handlers with parameters of type Value | |
private void |
IngresarDatosComplejoEjbHandler.testBatchConceptos(Value value)
Test para el servicio auxStoreConceptos. |
Uses of Value in com.cinecolombia.interfases.control.event |
Fields in com.cinecolombia.interfases.control.event declared as Value | |
private Value |
IngresarDatosComplejoEvent.value
value for sending to the ejbs |
Methods in com.cinecolombia.interfases.control.event that return Value | |
Value |
IngresarDatosComplejoEvent.getValue()
get method for value |
Constructors in com.cinecolombia.interfases.control.event with parameters of type Value | |
IngresarDatosComplejoEvent(int actionType,
java.lang.String companyId,
java.lang.Long userId,
Value value)
constructor: initializes attributes |
Uses of Value in com.cinecolombia.interfases.ingresarDatosComplejo.modelvalue |
Constructors in com.cinecolombia.interfases.ingresarDatosComplejo.modelvalue with parameters of type Value | |
IngresosComplejo(Value val)
Constructor por copia a partir de un Value. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |