|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GlCorrectionProcessOriginEntryService
Implementations of this interface are used to store a list of origin entries to be used by the GLCP. These persisted entries are not stored permanently, but are stored for a period of time during the page views of a GLCP document. This is similar to a HTTP session in that origin entries can be stored, but data can be cleared out after a specific lifetime.
| Method Summary | |
|---|---|
void |
persistAllEntries(String glcpSearchResuiltsSequenceNumber,
List<OriginEntryFull> allEntries)
Persists the origin entries under a given sequence number. |
List<OriginEntryFull> |
retrieveAllEntries(String glcpSearchResuiltsSequenceNumber)
Retrieves the origin entries stored under the given sequence number |
| Method Detail |
|---|
List<OriginEntryFull> retrieveAllEntries(String glcpSearchResuiltsSequenceNumber)
throws Exception
glcpSearchResuiltsSequenceNumber - a sequence number
Exception - thrown if something goes wrong
void persistAllEntries(String glcpSearchResuiltsSequenceNumber,
List<OriginEntryFull> allEntries)
throws Exception
glcpSearchResuiltsSequenceNumber - a sequence numberallEntries - a list of origin entries
Exception - thrown if anything goes wrong
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||