es.caib.signatura.web.ejb
Interface SignaturaAPIPropertiesEJB

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface SignaturaAPIPropertiesEJB
extends javax.ejb.EJBObject

EJB de acceso al archivo almacenado en base de datos signatura_api.properties

Author:
$Author: e43155798r $

Method Summary
 void borrarRegistro(java.math.BigDecimal id)
           
 void insertarRegistro(SignaturaAPIPropertiesVO registro)
           
 SignaturaAPIPropertiesVO obtenerRegistroPorId(java.math.BigDecimal id)
           
 java.util.ArrayList obtenerRegistros()
           
 SignaturaAPIPropertiesVO obtenerUltimoRegistro()
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

obtenerRegistros

java.util.ArrayList obtenerRegistros()
                                     throws java.rmi.RemoteException
Returns:
Throws:
java.rmi.RemoteException

obtenerRegistroPorId

SignaturaAPIPropertiesVO obtenerRegistroPorId(java.math.BigDecimal id)
                                              throws java.rmi.RemoteException
Parameters:
id -
Returns:
Throws:
java.rmi.RemoteException

obtenerUltimoRegistro

SignaturaAPIPropertiesVO obtenerUltimoRegistro()
                                               throws java.rmi.RemoteException
Returns:
Throws:
java.rmi.RemoteException

insertarRegistro

void insertarRegistro(SignaturaAPIPropertiesVO registro)
                      throws java.rmi.RemoteException
Parameters:
registro -
Throws:
java.rmi.RemoteException

borrarRegistro

void borrarRegistro(java.math.BigDecimal id)
                    throws java.rmi.RemoteException
Parameters:
id -
Throws:
java.rmi.RemoteException


Copyright © 2012 Direcció General de Tecnologia i Comunicacions. Govern de les Illes Balears. All Rights Reserved.