| Constructor and Description |
|---|
LiferaySiManager()
Check if the tables exist
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
addSiEntry(SiEntry entry) |
boolean |
addSiLogEntry(long id,
Date logDate,
String logResult,
String logInfo) |
SiEntry |
getSiEntryById(long id) |
static String |
getTomcatFolder() |
List<SiEntry> |
listSiEntries() |
boolean |
updateSiEntry(SiEntry entry) |
public boolean addSiEntry(SiEntry entry) throws SQLException
addSiEntry in interface SiManagerentry - SiEntrySQLExceptionpublic boolean updateSiEntry(SiEntry entry) throws SQLException
updateSiEntry in interface SiManagerSQLExceptionpublic SiEntry getSiEntryById(long id) throws SQLException
getSiEntryById in interface SiManagerid - the id to look forSiEntry instance or null if not existSQLExceptionpublic List<SiEntry> listSiEntries() throws SQLException
listSiEntries in interface SiManagerSQLExceptionpublic boolean addSiLogEntry(long id,
Date logDate,
String logResult,
String logInfo)
throws SQLException
addSiLogEntry in interface SiManagerid - t_sistema_informativo_sync_log_idlogDate - t_sistema_informativo_sync_log_datalogResult - t_sistema_informativo_sync_log_resultlogInfo - t_sistema_informativo_sync_log_infoSQLExceptionpublic static String getTomcatFolder()
Copyright © 2014. All Rights Reserved.