|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.gl.service.impl.GlCorrectionProcessOriginEntryServiceImpl
@Transactional public class GlCorrectionProcessOriginEntryServiceImpl
This implementation of GlCorrectionProcessOriginEntryService uses the database to temporarily store lists of origin entries. While this implementation does not clear out persisted origin entries, the batch job defined using the org.kuali.kfs.sys.batch.PurgeOldLookupResultsStep class may cause the purging of origin entries persisted with this implementation.
GlCorrectionProcessOriginEntryService
Constructor Summary | |
---|---|
GlCorrectionProcessOriginEntryServiceImpl()
|
Method Summary | |
---|---|
protected org.kuali.rice.kns.service.BusinessObjectService |
getBusinessObjectService()
Gets the businessObjectService attribute. |
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 |
protected org.kuali.rice.kns.bo.LookupResults |
retrieveGlcpAllOriginEntries(String glcpSearchResuiltsSequenceNumber)
|
void |
setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GlCorrectionProcessOriginEntryServiceImpl()
Method Detail |
---|
public void persistAllEntries(String glcpSearchResuiltsSequenceNumber, List<OriginEntryFull> allEntries) throws Exception
persistAllEntries
in interface GlCorrectionProcessOriginEntryService
glcpSearchResuiltsSequenceNumber
- a sequence numberallEntries
- a list of origin entries
Exception
- thrown if anything goes wrongGlCorrectionProcessOriginEntryService.persistAllEntries(java.lang.String, java.util.List)
public List<OriginEntryFull> retrieveAllEntries(String glcpSearchResuiltsSequenceNumber) throws Exception
retrieveAllEntries
in interface GlCorrectionProcessOriginEntryService
glcpSearchResuiltsSequenceNumber
- a sequence number
Exception
- thrown if something goes wrong - vague documentation for a vague exceptionGlCorrectionProcessOriginEntryService.retrieveAllEntries(java.lang.String)
protected org.kuali.rice.kns.bo.LookupResults retrieveGlcpAllOriginEntries(String glcpSearchResuiltsSequenceNumber)
protected org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
businessObjectService
- The businessObjectService to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |