Uses of Class
org.marketcetera.ors.security.SimpleUser

Packages that use SimpleUser
org.marketcetera.ors.history Provides reports persistence services within ORS. 
org.marketcetera.ors.security This package contains classes to secure ORS JMS Message Broker access via users stored in a database. 
org.marketcetera.ors.ws Web services provided by the application. 
 

Uses of SimpleUser in org.marketcetera.ors.history
 

Methods in org.marketcetera.ors.history with parameters of type SimpleUser
 Map<PositionKey<Equity>,BigDecimal> BasicReportHistoryServices.getAllEquityPositionsAsOf(SimpleUser inUser, Date inDate)
           
 Map<PositionKey<Equity>,BigDecimal> ReportHistoryServices.getAllEquityPositionsAsOf(SimpleUser inUser, Date inDate)
          Returns the aggregate position of each (equity,account,actor) tuple based on all reports received for each tuple on or before the supplied date, and which are visible to the given user.
 Map<PositionKey<Future>,BigDecimal> BasicReportHistoryServices.getAllFuturePositionsAsOf(SimpleUser inUser, Date inDate)
           
 Map<PositionKey<Future>,BigDecimal> ReportHistoryServices.getAllFuturePositionsAsOf(SimpleUser inUser, Date inDate)
          Returns the aggregate position of each future (future,account,actor) tuple based on all reports received for each future instrument on or before the supplied date, and which are visible to the given user.
 Map<PositionKey<Option>,BigDecimal> BasicReportHistoryServices.getAllOptionPositionsAsOf(SimpleUser inUser, Date inDate)
           
 Map<PositionKey<Option>,BigDecimal> ReportHistoryServices.getAllOptionPositionsAsOf(SimpleUser inUser, Date inDate)
          Returns the aggregate position of each option (option,account,actor) tuple based on all reports received for each option instrument on or before the supplied date, and which are visible to the given user.
 BigDecimal BasicReportHistoryServices.getEquityPositionAsOf(SimpleUser inUser, Date inDate, Equity inEquity)
           
 BigDecimal ReportHistoryServices.getEquityPositionAsOf(SimpleUser inUser, Date inDate, Equity inEquity)
          Returns the position of the equity based on all reports received for it before or on the supplied date, and which are visible to the given user.
 BigDecimal BasicReportHistoryServices.getFuturePositionAsOf(SimpleUser inUser, Date inDate, Future inFuture)
           
 BigDecimal ReportHistoryServices.getFuturePositionAsOf(SimpleUser inUser, Date inDate, Future inFuture)
          Gets the current aggregate position for the future instrument based on execution reports received before or on the supplied date, and which are visible to the given user.
 BigDecimal BasicReportHistoryServices.getOptionPositionAsOf(SimpleUser inUser, Date inDate, Option inOption)
           
 BigDecimal ReportHistoryServices.getOptionPositionAsOf(SimpleUser inUser, Date inDate, Option inOption)
          Gets the current aggregate position for the option instrument based on execution reports received before or on the supplied date, and which are visible to the given user.
 Map<PositionKey<Option>,BigDecimal> BasicReportHistoryServices.getOptionPositionsAsOf(SimpleUser inUser, Date inDate, String... inSymbols)
           
 Map<PositionKey<Option>,BigDecimal> ReportHistoryServices.getOptionPositionsAsOf(SimpleUser inUser, Date inDate, String... inSymbols)
          Returns the aggregate position of each option (option,account,actor) tuple based on all reports received for each option instrument on or before the supplied date, and which are visible to the given user.
 ReportBaseImpl[] BasicReportHistoryServices.getReportsSince(SimpleUser inUser, Date inDate)
           
 ReportBaseImpl[] ReportHistoryServices.getReportsSince(SimpleUser inUser, Date inDate)
          Returns all the reports received after the supplied date-time value, and which are visible to the given user.
 

Uses of SimpleUser in org.marketcetera.ors.security
 

Methods in org.marketcetera.ors.security that return types with arguments of type SimpleUser
 List<SimpleUser> MultiSimpleUserQuery.fetch()
          Runs the query and returns the results back.
 

Uses of SimpleUser in org.marketcetera.ors.ws
 

Methods in org.marketcetera.ors.ws that return SimpleUser
 SimpleUser ClientSession.getUser()
          Returns the receiver's user.
 

Constructors in org.marketcetera.ors.ws with parameters of type SimpleUser
ClientSession(SystemInfo systemInfo, SessionId sessionId, SimpleUser user, JmsOperations replyTopic)
          Creates a new session which uses the given system information to create its session information, and retains the given session ID, the given user associated with the session, and the given topic for reply delivery.
 



Copyright © 2012. All Rights Reserved.