Package sk.iway.iwcm.doc
Class HistoryDB
java.lang.Object
sk.iway.iwcm.DB
sk.iway.iwcm.doc.HistoryDB
Description of the Class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
deleteHistory
(int historyId) getHistory
(int doc_id) Gets the history attribute of the HistoryDB objectgetHistory
(int doc_id, boolean data, boolean onlyNew) Gets the history attribute of the HistoryDB objectMethods inherited from class sk.iway.iwcm.DB
dumpResultSet, execute, filterEscaped, filterHtml, fixAiCiCol, fixAiCiValue, getBoolean, getBooleanSql, getDate, getDbDate, getDbDateTime, getDbDateTime, getDbString, getDbString, getDbTime, getDbTimestamp, getDbTimestamp, getDynaList, getDynaList, getDynaList, getFullName, getFullName, getInteger, getIntValue, getLongValue, getOnlyNumbersIn, getOnlyNumbersIn, getSqlParamsDatatable, getSqlQueryDatatable, getTimestamp, getTimestamp, getTimestamp, getTimestampNotAfterYear, getTimestampNotBeforeAfterYear, getTimestampNotBeforeYear, internationalToEnglish, isHtmlAllowed, prepareString, queryForBigDecimal, queryForDouble, queryForInt, queryForList, queryForLong, queryForString, removeSlashes, replace, resetHtmlAllowedFields, setClob
-
Constructor Details
-
HistoryDB
Constructor for the HistoryDB object- Parameters:
serverName
- Description of the Parameter
-
-
Method Details
-
getHistory
Gets the history attribute of the HistoryDB object- Parameters:
doc_id
- Description of the Parameter- Returns:
- The history value
-
getHistory
Gets the history attribute of the HistoryDB object- Parameters:
doc_id
- Description of the Parameterdata
- Description of the ParameteronlyNew
- Description of the Parameter- Returns:
- The history value
-
deleteHistory
public boolean deleteHistory(int historyId)
-