java.lang .Object org.kuali.module.gl.service.impl .OriginEntryLookupServiceImpl OriginEntryLookupServiceImpl public class OriginEntryLookupServiceImpl implements OriginEntryLookupService (Code) This class retrieves the important references related to the OriginEntryFull family of business objects;
it uses a cache to store records its seen before, which hopefully improves performance
getLookupService public CachingLookup getLookupService()(Code) Gets the lookupService attribute.
Returns the lookupService.
getPersistenceStructureService public PersistenceStructureService getPersistenceStructureService()(Code) Gets the persistenceStructureService attribute.
Returns the persistenceStructureService.
setLookupService public void setLookupService(CachingLookup lookupService)(Code) Sets the lookupService attribute value.
Parameters: lookupService - The lookupService to set.
setPersistenceStructureService public void setPersistenceStructureService(PersistenceStructureService persistenceStructureService)(Code) Sets the persistenceStructureService attribute value.
Parameters: persistenceStructureService - The persistenceStructureService to set.