public interface SiManager
| Modifier and Type | Method and Description |
|---|---|
boolean |
addSiEntry(SiEntry entry) |
boolean |
addSiLogEntry(Date logDate,
String logResult,
String logInfo) |
SiServerEntry |
getSiEndPoint() |
SiEntry |
getSiEntryById(long id) |
List<SiEntry> |
listSiEntries() |
boolean |
updateSiEntry(SiEntry toUpdate) |
boolean addSiEntry(SiEntry entry) throws SQLException
entry - SiEntrySQLExceptionboolean updateSiEntry(SiEntry toUpdate) throws SQLException
entry - SiEntrySQLExceptionSiEntry getSiEntryById(long id) throws SQLException
id - the id to look forSiEntry instance or null if not existSQLExceptionList<SiEntry> listSiEntries() throws SQLException
SQLExceptionboolean addSiLogEntry(Date logDate, String logResult, String logInfo) throws SQLException
logDate - t_sistema_informativo_sync_log_datalogResult - t_sistema_informativo_sync_log_resultlogInfo - t_sistema_informativo_sync_log_infoSQLExceptionSiServerEntry getSiEndPoint()
Copyright © 2014. All Rights Reserved.