Package edu.yu.marketmaker.exchange
Class StaticQuoteRepository
java.lang.Object
edu.yu.marketmaker.exchange.StaticQuoteRepository
- All Implemented Interfaces:
Repository<String,Quote>
@Component
@Profile("testing")
public class StaticQuoteRepository
extends Object
implements Repository<String,Quote>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StaticQuoteRepository
public StaticQuoteRepository()
-
-
Method Details
-
get
Description copied from interface:RepositoryGet mapped value- Specified by:
getin interfaceRepository<String,Quote> - Parameters:
id- key of the entity- Returns:
-
put
Description copied from interface:RepositoryStore entity- Specified by:
putin interfaceRepository<String,Quote> - Parameters:
entity- to be stored
-
getAll
Description copied from interface:RepositoryGet all mapped values- Specified by:
getAllin interfaceRepository<String,Quote> - Returns:
-
delete
Description copied from interface:RepositoryDelete entity- Specified by:
deletein interfaceRepository<String,Quote> - Parameters:
id- key of the entity
-