|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.knowgate.dataobjs.DBPersist
com.knowgate.syndication.FeedEntry
public class FeedEntry
Store a SyndEntry object at the database
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
java.util.Map.Entry<K,V> |
| Field Summary | |
|---|---|
static short |
ClassId
|
| Fields inherited from class com.knowgate.dataobjs.DBPersist |
|---|
AllVals, sAuditCls, sAuditUsr, sTransactId |
| Constructor Summary | |
|---|---|
FeedEntry()
|
|
| Method Summary | |
|---|---|
SyndEntryImpl |
getEntry()
|
void |
putEntry(SyndEntryImpl oEntry)
|
static FeedEntry |
store(JDCConnection oConn,
int iIdDomain,
java.lang.String sGuWorkArea,
java.lang.String sIdType,
java.lang.String sGuFeed,
java.lang.String sTxQuery,
java.lang.Integer oInfluence,
SyndEntryImpl oEntry)
Store a new SyndEntry object at k_syndentries table |
| Methods inherited from class com.knowgate.dataobjs.DBPersist |
|---|
allcaps, allcaps, changelog, clear, clone, containsKey, containsValue, delete, entrySet, exists, get, get, getAuditClassName, getCreationDate, getDate, getDateFormated, getDateShort, getDateTime, getDateTime24, getDecimal, getDecimalFormated, getDecimalFormated, getDouble, getDoubleFormated, getFloat, getFloatFormated, getInt, getInteger, getIntervalPart, getItemMap, getItems, getMoney, getShort, getSQLDate, getSQLTime, getString, getStringHtml, getStringNull, getTable, getTable, getTableName, getTime, getTimeOfDay, getTimestamp, getUIdFromName, isEmpty, isNull, iterator, keySet, load, load, parseXML, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, putAll, putAll, remove, remove, replace, replace, replace, replace, replace, replace, replace, replace, setAuditTransact, setAuditUser, setCreationDate, size, store, toLowerCase, toUpperCase, toXML, toXML, toXML, toXML, values |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Field Detail |
|---|
public static final short ClassId
| Constructor Detail |
|---|
public FeedEntry()
| Method Detail |
|---|
public SyndEntryImpl getEntry()
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundExceptionpublic void putEntry(SyndEntryImpl oEntry)
public static FeedEntry store(JDCConnection oConn,
int iIdDomain,
java.lang.String sGuWorkArea,
java.lang.String sIdType,
java.lang.String sGuFeed,
java.lang.String sTxQuery,
java.lang.Integer oInfluence,
SyndEntryImpl oEntry)
throws java.sql.SQLException
oConn - JDCConnection Opened JDBC database connectioniIdDomain - int Domain unique Id. to which the SyndEntry will be associatedsGuWorkArea - String Work Area GUID to which the SyndEntry will be associated, may be nullsIdType - String Entry type or source "backtype" "twingly" etc.sTxQuery - String Optional query string passed when generating the feedoInfluence - Integer Optional user influenceoEntry - SyndEntryImpl SyndEntry object to be stored
java.sql.SQLException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||