| java.lang.Object com.sun.portal.search.db.gVCollaborationPlugin
gVCollaborationPlugin | public class gVCollaborationPlugin (Code) | | gV rating and comment handling
|
Method Summary | |
SOIF | handle_comment(SToken st, IndexedSOIFDb cdbm, SOIF gvs) Called when we have a potential comment RD. | void | handle_gv(SToken st, IndexedSOIFDb cdbm, SOIF insoif) | void | handle_rating(SToken st, IndexedSOIFDb cdbm, SOIF gvs, int rating_factor) | void | insert_classification_in_child(List class_list, SOIF nps, String soifAttr) | List | merge_attrs(SOIF s1, SOIF s2, SOIF s3, String soifAttr) Merges an attr from 3 SOIFs into a unique CSList. | public SOIF | store_read_rd(SToken st, IndexedSOIFDb cdbm, String url, boolean is_persistent) |
RDM_CSDB | final static int RDM_CSDB(Code) | | |
RDM_SAGE | final static int RDM_SAGE(Code) | | |
RDM_UNKNOWN | final static int RDM_UNKNOWN(Code) | | |
rating_factor | int rating_factor(Code) | | |
which_pass | int which_pass(Code) | | |
handle_comment | SOIF handle_comment(SToken st, IndexedSOIFDb cdbm, SOIF gvs) throws Exception(Code) | | Called when we have a potential comment RD.
A comment RD inherits its parent's classifications.
Also adds the discussion-id attr to the parent RD if it was missing.
|
handle_gv | void handle_gv(SToken st, IndexedSOIFDb cdbm, SOIF insoif) throws Exception(Code) | | Handle gV comment or rating during update
XXX THIS SHOULD NOT BE HERE - IT MUST BE MOVED TO GV SERVLETS/PLUGINS
|
insert_classification_in_child | void insert_classification_in_child(List class_list, SOIF nps, String soifAttr)(Code) | | Replaces the classification(s) of nps with the supplied class_list
|
merge_attrs | List merge_attrs(SOIF s1, SOIF s2, SOIF s3, String soifAttr)(Code) | | Merges an attr from 3 SOIFs into a unique CSList.
The attr can be MV.
|
|
|