- CacheConfiguration - Class in org.powertac.visualizer.config
-
- CacheConfiguration(JHipsterProperties) - Constructor for class org.powertac.visualizer.config.CacheConfiguration
-
- cacheManagerCustomizer() - Method in class org.powertac.visualizer.config.CacheConfiguration
-
- changeLevel(LoggerVM) - Method in class org.powertac.visualizer.web.rest.LogsResource
-
- changePassword(String) - Method in class org.powertac.visualizer.service.UserService
-
- changePassword(String) - Method in class org.powertac.visualizer.web.rest.AccountResource
-
POST /account/change_password : changes the current user's password
- Chart - Class in org.powertac.visualizer.domain
-
A Chart.
- Chart() - Constructor for class org.powertac.visualizer.domain.Chart
-
- ChartRepository - Interface in org.powertac.visualizer.repository
-
Spring Data JPA repository for the Chart entity.
- ChartResource - Class in org.powertac.visualizer.web.rest
-
REST controller for managing Chart.
- ChartResource(ChartService, UserRepository) - Constructor for class org.powertac.visualizer.web.rest.ChartResource
-
- ChartService - Class in org.powertac.visualizer.service
-
Service Implementation for managing Chart.
- ChartService(ChartRepository) - Constructor for class org.powertac.visualizer.service.ChartService
-
- closeGame() - Method in class org.powertac.visualizer.service_ptac.EmbeddedService
-
- closeGame() - Method in class org.powertac.visualizer.web.rest.GameResource
-
- CloudDatabaseConfiguration - Class in org.powertac.visualizer.config
-
- CloudDatabaseConfiguration() - Constructor for class org.powertac.visualizer.config.CloudDatabaseConfiguration
-
- CompetitionService - Class in org.powertac.visualizer.service_ptac
-
- CompetitionService() - Constructor for class org.powertac.visualizer.service_ptac.CompetitionService
-
- configure(SpringApplicationBuilder) - Method in class org.powertac.visualizer.ApplicationWebXml
-
- configure(WebSecurity) - Method in class org.powertac.visualizer.config.SecurityConfiguration
-
- configure(HttpSecurity) - Method in class org.powertac.visualizer.config.SecurityConfiguration
-
- configureClientOutboundChannel(ChannelRegistration) - Method in class org.powertac.visualizer.config.WebsocketConfiguration
-
- configureInbound(MessageSecurityMetadataSourceRegistry) - Method in class org.powertac.visualizer.config.WebsocketSecurityConfiguration
-
- configureMessageBroker(MessageBrokerRegistry) - Method in class org.powertac.visualizer.config.WebsocketConfiguration
-
- Connect() - Constructor for class org.powertac.visualizer.config.ApplicationProperties.Connect
-
- Constants - Class in org.powertac.visualizer.config
-
Application constants.
- CONSTRAINT_VIOLATION_TYPE - Static variable in class org.powertac.visualizer.web.rest.errors.ErrorConstants
-
- convertDataToObjects(Map<String, String>) - Method in class org.powertac.visualizer.config.audit.AuditEventConverter
-
Internal conversion.
- convertDataToStrings(Map<String, Object>) - Method in class org.powertac.visualizer.config.audit.AuditEventConverter
-
Internal conversion.
- convertToAuditEvent(Iterable<PersistentAuditEvent>) - Method in class org.powertac.visualizer.config.audit.AuditEventConverter
-
Convert a list of PersistentAuditEvent to a list of AuditEvent
- convertToAuditEvent(PersistentAuditEvent) - Method in class org.powertac.visualizer.config.audit.AuditEventConverter
-
Convert a PersistentAuditEvent to an AuditEvent
- corsFilter() - Method in class org.powertac.visualizer.config.WebConfigurer
-
- createAlert(String, String) - Static method in class org.powertac.visualizer.web.rest.util.HeaderUtil
-
- createChart(Chart) - Method in class org.powertac.visualizer.web.rest.ChartResource
-
POST /charts : Create a new chart.
- createEntityCreationAlert(String, String) - Static method in class org.powertac.visualizer.web.rest.util.HeaderUtil
-
- createEntityDeletionAlert(String, String) - Static method in class org.powertac.visualizer.web.rest.util.HeaderUtil
-
- createEntityUpdateAlert(String, String) - Static method in class org.powertac.visualizer.web.rest.util.HeaderUtil
-
- createFailureAlert(String, String, String) - Static method in class org.powertac.visualizer.web.rest.util.HeaderUtil
-
- createFile(FileType, String, User) - Method in class org.powertac.visualizer.service.FileService
-
Create a new file
- createFile(File) - Method in class org.powertac.visualizer.web.rest.FileResource
-
POST /files : Create a new file.
- createGame(Game) - Method in class org.powertac.visualizer.web.rest.GameResource
-
POST /games : Create a new game.
- createGraph(Graph) - Method in class org.powertac.visualizer.web.rest.GraphResource
-
POST /graphs : Create a new graph.
- createUser(String, String, String, String, String) - Method in class org.powertac.visualizer.service.UserService
-
- createUser(UserDTO) - Method in class org.powertac.visualizer.service.UserService
-
- createUser(ManagedUserVM) - Method in class org.powertac.visualizer.web.rest.UserResource
-
POST /users : Creates a new user.
- createView(View) - Method in class org.powertac.visualizer.web.rest.ViewResource
-
POST /views : Create a new view.
- CustomAuditEventRepository - Class in org.powertac.visualizer.repository
-
An implementation of Spring Boot's AuditEventRepository.
- CustomAuditEventRepository(PersistenceAuditEventRepository, AuditEventConverter) - Constructor for class org.powertac.visualizer.repository.CustomAuditEventRepository
-
- Customer - Class in org.powertac.visualizer.domain
-
This entity represents a certain customer population within Power TAC game.
- Customer() - Constructor for class org.powertac.visualizer.domain.Customer
-
- Customer(CustomerInfo) - Constructor for class org.powertac.visualizer.domain.Customer
-
- CustomerRepository - Class in org.powertac.visualizer.repository_ptac
-
- CustomerRepository() - Constructor for class org.powertac.visualizer.repository_ptac.CustomerRepository
-
- customize(WebServerFactory) - Method in class org.powertac.visualizer.config.WebConfigurer
-
Customize the Servlet engine: Mime types, the document root, the cache.
- CustomParameterizedException - Exception in org.powertac.visualizer.web.rest.errors
-
Custom, parameterized exception, which can be translated on the client side.
- CustomParameterizedException(String, String...) - Constructor for exception org.powertac.visualizer.web.rest.errors.CustomParameterizedException
-
- CustomParameterizedException(String, Map<String, Object>) - Constructor for exception org.powertac.visualizer.web.rest.errors.CustomParameterizedException
-
- Game - Class in org.powertac.visualizer.domain
-
A Game.
- Game() - Constructor for class org.powertac.visualizer.domain.Game
-
- GameRepository - Interface in org.powertac.visualizer.repository
-
Spring Data JPA repository for the Game entity.
- GameResource - Class in org.powertac.visualizer.web.rest
-
REST controller for managing Game.
- GameResource(GameService, UserRepository) - Constructor for class org.powertac.visualizer.web.rest.GameResource
-
- GameService - Class in org.powertac.visualizer.service
-
Service Implementation for managing Game.
- GameService(GameRepository, FileService) - Constructor for class org.powertac.visualizer.service.GameService
-
- GameType - Enum in org.powertac.visualizer.domain.enumeration
-
The GameType enumeration.
- generateActivationKey() - Static method in class org.powertac.visualizer.service.util.RandomUtil
-
Generate an activation key.
- generatePaginationHttpHeaders(Page, String) - Static method in class org.powertac.visualizer.web.rest.util.PaginationUtil
-
- generatePassword() - Static method in class org.powertac.visualizer.service.util.RandomUtil
-
Generate a password.
- generateResetKey() - Static method in class org.powertac.visualizer.service.util.RandomUtil
-
Generate a reset key.
- generateSeriesData() - Static method in class org.powertac.visualizer.service.util.RandomUtil
-
Generate a unique series to validate a persistent token, used in the
authentication remember-me mechanism.
- generateTokenData() - Static method in class org.powertac.visualizer.service.util.RandomUtil
-
Generate a persistent token, used in the authentication remember-me mechanism.
- get(Long) - Method in class org.powertac.visualizer.web.rest.AuditResource
-
GET /audits/:id : get an AuditEvent by id.
- getAccount() - Method in class org.powertac.visualizer.web.rest.AccountResource
-
GET /account : get the current user.
- getActiveProfiles(Environment) - Static method in class org.powertac.visualizer.config.DefaultProfileUtil
-
Get the profiles that are applied else get default profiles.
- getActiveProfiles() - Method in class org.powertac.visualizer.web.rest.ProfileInfoResource
-
- getActiveTariffs() - Method in class org.powertac.visualizer.domain.RetailKPIHolder
-
- getAll(Pageable) - Method in class org.powertac.visualizer.web.rest.AuditResource
-
GET /audits : get a page of AuditEvents.
- getAllCharts(Pageable) - Method in class org.powertac.visualizer.web.rest.ChartResource
-
GET /charts : get all the charts.
- getAllFiles(Pageable) - Method in class org.powertac.visualizer.web.rest.FileResource
-
GET /files : get all the files.
- getAllGames(Pageable) - Method in class org.powertac.visualizer.web.rest.GameResource
-
GET /games : get all the games.
- getAllGraphs(Pageable) - Method in class org.powertac.visualizer.web.rest.GraphResource
-
GET /graphs : get all the graphs.
- getAllManagedUsers(Pageable) - Method in class org.powertac.visualizer.service.UserService
-
- getAllUsers(Pageable) - Method in class org.powertac.visualizer.web.rest.UserResource
-
GET /users : get all users.
- getAllViews(Pageable) - Method in class org.powertac.visualizer.web.rest.ViewResource
-
GET /views : get all the views.
- getAsyncExecutor() - Method in class org.powertac.visualizer.config.AsyncConfiguration
-
- getAsyncUncaughtExceptionHandler() - Method in class org.powertac.visualizer.config.AsyncConfiguration
-
- getAuditEventDate() - Method in class org.powertac.visualizer.domain.PersistentAuditEvent
-
- getAuditEventType() - Method in class org.powertac.visualizer.domain.PersistentAuditEvent
-
- getAuthorities() - Method in class org.powertac.visualizer.domain.User
-
- getAuthorities() - Method in class org.powertac.visualizer.service.dto.UserDTO
-
- getBootFile() - Method in class org.powertac.visualizer.domain.Game
-
- getBootFileId() - Method in class org.powertac.visualizer.domain.Game
-
- getBootFileName() - Method in class org.powertac.visualizer.domain.Game
-
- getBootFilePath() - Method in class org.powertac.visualizer.domain.Game
-
- getBootstrapDiscardedTimeslots() - Method in class org.powertac.visualizer.service_ptac.CompetitionService
-
- getBootstrapNetUsage() - Method in class org.powertac.visualizer.domain.Customer
-
- getBootstrapTimeslotCount() - Method in class org.powertac.visualizer.service_ptac.CompetitionService
-
- getBroker() - Method in class org.powertac.visualizer.domain.Tariff
-
- getBrokerList() - Method in class org.powertac.visualizer.domain.Game
-
- getBrokers() - Method in class org.powertac.visualizer.domain.Game
-
- getBrokers() - Method in class org.powertac.visualizer.web.dto.InitMessage
-
- getByDates(LocalDate, LocalDate, Pageable) - Method in class org.powertac.visualizer.web.rest.AuditResource
-
GET /audits : get a page of AuditEvents between the fromDate and toDate.
- getCash() - Method in class org.powertac.visualizer.domain.Broker
-
- getCash() - Method in class org.powertac.visualizer.domain.WholesaleKPIHolder
-
- getCash() - Method in class org.powertac.visualizer.web.dto.TickValueBroker
-
- getChart() - Method in class org.powertac.visualizer.domain.View
-
- getChart(Long) - Method in class org.powertac.visualizer.web.rest.ChartResource
-
GET /charts/:id : get the "id" chart.
- getCompetition() - Method in class org.powertac.visualizer.web.dto.InitMessage
-
- getConfigFile() - Method in class org.powertac.visualizer.domain.Game
-
- getConfigFileId() - Method in class org.powertac.visualizer.domain.Game
-
- getConfigFileName() - Method in class org.powertac.visualizer.domain.Game
-
- getConfigFilePath() - Method in class org.powertac.visualizer.domain.Game
-
- getConnect() - Method in class org.powertac.visualizer.config.ApplicationProperties
-
- getContentType() - Method in enum org.powertac.visualizer.domain.enumeration.FileType
-
- getControllableKW() - Method in class org.powertac.visualizer.domain.Customer
-
- getCreatedBy() - Method in class org.powertac.visualizer.domain.AbstractAuditingEntity
-
- getCreatedBy() - Method in class org.powertac.visualizer.service.dto.UserDTO
-
- getCreatedDate() - Method in class org.powertac.visualizer.domain.AbstractAuditingEntity
-
- getCreatedDate() - Method in class org.powertac.visualizer.service.dto.UserDTO
-
- getCurrentAuditor() - Method in class org.powertac.visualizer.security.SpringSecurityAuditorAware
-
- getCurrentSessions() - Method in class org.powertac.visualizer.web.rest.AccountResource
-
GET /account/sessions : get the current open sessions.
- getCurrentUserLogin() - Static method in class org.powertac.visualizer.security.SecurityUtils
-
Get the login of the current user.
- getCustomerClass() - Method in class org.powertac.visualizer.domain.Customer
-
- getCustomers() - Method in class org.powertac.visualizer.web.dto.InitMessage
-
- getData() - Method in class org.powertac.visualizer.domain.PersistentAuditEvent
-
- getDate() - Method in class org.powertac.visualizer.domain.Game
-
- getDeactivateTimeslotsAhead() - Method in class org.powertac.visualizer.service_ptac.CompetitionService
-
- getDescription() - Method in class org.powertac.visualizer.service_ptac.CompetitionService
-
- getDirectory(User) - Method in enum org.powertac.visualizer.domain.enumeration.FileType
-
- getDownRegulationKW() - Method in class org.powertac.visualizer.domain.Customer
-
- getEarlyWithdrawPayment() - Method in class org.powertac.visualizer.domain.Tariff
-
- getEntityName() - Method in exception org.powertac.visualizer.web.rest.errors.BadRequestAlertException
-
- getErrorKey() - Method in exception org.powertac.visualizer.web.rest.errors.BadRequestAlertException
-
- getExpectedTimeslotCount() - Method in class org.powertac.visualizer.service_ptac.CompetitionService
-
- getExpiration() - Method in class org.powertac.visualizer.domain.Tariff
-
- getField() - Method in class org.powertac.visualizer.web.rest.errors.FieldErrorVM
-
- getFile(User, String) - Method in enum org.powertac.visualizer.domain.enumeration.FileType
-
- getFile(Long) - Method in class org.powertac.visualizer.web.rest.FileResource
-
GET /files/:id : get the "id" file.
- getFirstName() - Method in class org.powertac.visualizer.domain.User
-
- getFirstName() - Method in class org.powertac.visualizer.service.dto.UserDTO
-
- getGame() - Method in class org.powertac.visualizer.web.dto.Message
-
- getGame(Long) - Method in class org.powertac.visualizer.web.rest.GameResource
-
GET /games/:id : get the "id" game.
- getGenericPowerType() - Method in class org.powertac.visualizer.domain.Customer
-
- getGraph(Long) - Method in class org.powertac.visualizer.web.rest.GraphResource
-
GET /graphs/:id : get the "id" graph.
- getGraphIdList() - Method in class org.powertac.visualizer.domain.View
-
- getGraphs() - Method in class org.powertac.visualizer.domain.Chart
-
- getGraphs() - Method in class org.powertac.visualizer.domain.View
-
- getHealthCheckRegistry() - Method in class org.powertac.visualizer.config.MetricsConfiguration
-
- getId() - Method in class org.powertac.visualizer.domain.Broker
-
- getId() - Method in class org.powertac.visualizer.domain.Chart
-
- getId() - Method in class org.powertac.visualizer.domain.Customer
-
- getId() - Method in class org.powertac.visualizer.domain.File
-
- getId() - Method in class org.powertac.visualizer.domain.Game
-
- getId() - Method in class org.powertac.visualizer.domain.Graph
-
- getId() - Method in class org.powertac.visualizer.domain.PersistentAuditEvent
-
- getId() - Method in class org.powertac.visualizer.domain.Tariff
-
- getId() - Method in class org.powertac.visualizer.domain.User
-
- getId() - Method in class org.powertac.visualizer.domain.View
-
- getId() - Method in class org.powertac.visualizer.service.dto.UserDTO
-
- getId() - Method in class org.powertac.visualizer.service_ptac.CompetitionService
-
- getId() - Method in class org.powertac.visualizer.web.dto.TickValueBroker
-
- getId() - Method in class org.powertac.visualizer.web.dto.TickValueCustomer
-
- getIdCustomerInfo() - Method in class org.powertac.visualizer.domain.Customer
-
- getIdPowerTacCompetition() - Method in class org.powertac.visualizer.service_ptac.CompetitionService
-
- getIpAddress() - Method in class org.powertac.visualizer.domain.PersistentToken
-
- getIpAddress() - Method in class org.powertac.visualizer.web.websocket.dto.ActivityDTO
-
- getKwh() - Method in class org.powertac.visualizer.domain.RetailKPIHolder
-
- getLangKey() - Method in class org.powertac.visualizer.domain.User
-
- getLangKey() - Method in class org.powertac.visualizer.service.dto.UserDTO
-
- getLastModifiedBy() - Method in class org.powertac.visualizer.domain.AbstractAuditingEntity
-
- getLastModifiedBy() - Method in class org.powertac.visualizer.service.dto.UserDTO
-
- getLastModifiedDate() - Method in class org.powertac.visualizer.domain.AbstractAuditingEntity
-
- getLastModifiedDate() - Method in class org.powertac.visualizer.service.dto.UserDTO
-
- getLastName() - Method in class org.powertac.visualizer.domain.User
-
- getLastName() - Method in class org.powertac.visualizer.service.dto.UserDTO
-
- getLatitude() - Method in class org.powertac.visualizer.service_ptac.CompetitionService
-
- getLevel() - Method in class org.powertac.visualizer.web.rest.vm.LoggerVM
-
- getList() - Method in class org.powertac.visualizer.web.rest.LogsResource
-
- getLogin() - Method in class org.powertac.visualizer.domain.User
-
- getLogin() - Method in class org.powertac.visualizer.service.dto.UserDTO
-
- getMachineName() - Method in class org.powertac.visualizer.config.ApplicationProperties.Connect
-
- getMachineName() - Method in class org.powertac.visualizer.service_ptac.VisualizerService
-
- getMessage() - Method in class org.powertac.visualizer.web.dto.Message
-
- getMessage() - Method in class org.powertac.visualizer.web.rest.errors.FieldErrorVM
-
- getMessage() - Method in class org.powertac.visualizer.web.rest.errors.ParameterizedErrorVM
-
- getMetricRegistry() - Method in class org.powertac.visualizer.config.MetricsConfiguration
-
- getMinDuration() - Method in class org.powertac.visualizer.domain.Tariff
-
- getMinimumOrderQuantity() - Method in class org.powertac.visualizer.service_ptac.CompetitionService
-
- getMinimumTimeslotCount() - Method in class org.powertac.visualizer.service_ptac.CompetitionService
-
- getMode() - Method in class org.powertac.visualizer.config.ApplicationProperties
-
- getMode() - Method in class org.powertac.visualizer.service_ptac.VisualizerService
-
- getMoney() - Method in class org.powertac.visualizer.domain.RetailKPIHolder
-
- getMwh() - Method in class org.powertac.visualizer.domain.WholesaleKPIHolder
-
- getMyFile(String, Long, HttpServletResponse) - Method in class org.powertac.visualizer.web.rest.FileResource
-
Download a file.
- getMyFiles(String) - Method in class org.powertac.visualizer.web.rest.FileResource
-
Get all files owned by logged in user, plus all shared files.
- getMyGames() - Method in class org.powertac.visualizer.web.rest.ChartResource
-
Get all charts owned by logged in user, plus all shared charts.
- getMyGames() - Method in class org.powertac.visualizer.web.rest.GameResource
-
Get all games owned by logged in user, plus all shared files.
- getMyGraphs() - Method in class org.powertac.visualizer.web.rest.GraphResource
-
Get all graphs owned by logged in user, plus all shared graphs.
- getMyViews() - Method in class org.powertac.visualizer.web.rest.ViewResource
-
Get all views owned by logged in user, plus all shared views.
- getName() - Method in class org.powertac.visualizer.domain.Authority
-
- getName() - Method in class org.powertac.visualizer.domain.Broker
-
- getName() - Method in class org.powertac.visualizer.domain.Chart
-
- getName() - Method in class org.powertac.visualizer.domain.Customer
-
- getName() - Method in class org.powertac.visualizer.domain.File
-
- getName() - Method in class org.powertac.visualizer.domain.Game
-
- getName() - Method in class org.powertac.visualizer.domain.Graph
-
- getName() - Method in class org.powertac.visualizer.domain.View
-
- getName() - Method in class org.powertac.visualizer.service_ptac.CompetitionService
-
- getName() - Method in class org.powertac.visualizer.web.rest.vm.LoggerVM
-
- getObjectName() - Method in class org.powertac.visualizer.web.rest.errors.FieldErrorVM
-
- getOne(Long) - Method in class org.powertac.visualizer.service.ChartService
-
Get one chart by id.
- getOne(Long) - Method in class org.powertac.visualizer.service.FileService
-
Get one file by id.
- getOne(Long) - Method in class org.powertac.visualizer.service.GameService
-
Get one game by id.
- getOne(Long) - Method in class org.powertac.visualizer.service.GraphService
-
Get one graph by id.
- getOne(Long) - Method in class org.powertac.visualizer.service.ViewService
-
Get one view by id.
- getOwner() - Method in class org.powertac.visualizer.domain.Chart
-
- getOwner() - Method in class org.powertac.visualizer.domain.File
-
- getOwner() - Method in class org.powertac.visualizer.domain.Game
-
- getOwner() - Method in class org.powertac.visualizer.domain.Graph
-
- getOwner() - Method in class org.powertac.visualizer.domain.View
-
- getPage() - Method in class org.powertac.visualizer.web.websocket.dto.ActivityDTO
-
- getParams() - Method in class org.powertac.visualizer.web.rest.errors.ParameterizedErrorVM
-
- getPassword() - Method in class org.powertac.visualizer.domain.User
-
- getPassword() - Method in class org.powertac.visualizer.web.rest.vm.ManagedUserVM
-
- getPath() - Method in class org.powertac.visualizer.domain.File
-
- getPath(User) - Method in class org.powertac.visualizer.domain.File
-
- getPeriodicPayment() - Method in class org.powertac.visualizer.domain.Tariff
-
- getPersistentTokens() - Method in class org.powertac.visualizer.domain.User
-
- getPopulation() - Method in class org.powertac.visualizer.domain.Customer
-
- getPowerType() - Method in class org.powertac.visualizer.domain.Customer
-
- getPowerType() - Method in class org.powertac.visualizer.domain.Tariff
-
- getPrice() - Method in class org.powertac.visualizer.domain.WholesaleKPIHolder
-
- getPrincipal() - Method in class org.powertac.visualizer.domain.PersistentAuditEvent
-
- getPublishedTariffs() - Method in class org.powertac.visualizer.domain.RetailKPIHolder
-
- getRetail() - Method in class org.powertac.visualizer.domain.Broker
-
- getRetail() - Method in class org.powertac.visualizer.domain.Customer
-
- getRetail() - Method in class org.powertac.visualizer.domain.Tariff
-
- getRetail() - Method in class org.powertac.visualizer.web.dto.TickValueBroker
-
- getRetail() - Method in class org.powertac.visualizer.web.dto.TickValueCustomer
-
- getRevokedTariffs() - Method in class org.powertac.visualizer.domain.RetailKPIHolder
-
- getSafeName(String) - Static method in class org.powertac.visualizer.domain.File
-
- getSeedFile() - Method in class org.powertac.visualizer.domain.Game
-
- getSeedFileId() - Method in class org.powertac.visualizer.domain.Game
-
- getSeedFileName() - Method in class org.powertac.visualizer.domain.Game
-
- getSeedFilePath() - Method in class org.powertac.visualizer.domain.Game
-
- getSeries() - Method in class org.powertac.visualizer.domain.PersistentToken
-
- getServerUrl() - Method in class org.powertac.visualizer.config.ApplicationProperties.Connect
-
- getServerUrl() - Method in class org.powertac.visualizer.service_ptac.VisualizerService
-
- getSessionId() - Method in class org.powertac.visualizer.web.websocket.dto.ActivityDTO
-
- getSignupPayment() - Method in class org.powertac.visualizer.domain.Tariff
-
- getSimulationBaseTime() - Method in class org.powertac.visualizer.service_ptac.CompetitionService
-
- getSimulationModulo() - Method in class org.powertac.visualizer.service_ptac.CompetitionService
-
- getSimulationRate() - Method in class org.powertac.visualizer.service_ptac.CompetitionService
-
- getSnapshots() - Method in class org.powertac.visualizer.web.dto.InitMessage
-
- getState() - Method in class org.powertac.visualizer.service_ptac.VisualizerService
-
- getState() - Method in class org.powertac.visualizer.web.dto.InitMessage
-
- getStateFile() - Method in class org.powertac.visualizer.domain.Game
-
- getStateFileId() - Method in class org.powertac.visualizer.domain.Game
-
- getStateFileName() - Method in class org.powertac.visualizer.domain.Game
-
- getStateFilePath() - Method in class org.powertac.visualizer.domain.Game
-
- getStorageCapacity() - Method in class org.powertac.visualizer.domain.Customer
-
- getSubscribedPopulation() - Method in class org.powertac.visualizer.domain.RetailKPIHolder
-
- getTariffSpecId() - Method in class org.powertac.visualizer.domain.Tariff
-
- getTickValueBrokers() - Method in class org.powertac.visualizer.domain.TickSnapshot
-
- getTickValueCustomers() - Method in class org.powertac.visualizer.domain.TickSnapshot
-
- getTime() - Method in class org.powertac.visualizer.web.dto.Message
-
- getTime() - Method in class org.powertac.visualizer.web.websocket.dto.ActivityDTO
-
- getTimeInstance() - Method in class org.powertac.visualizer.domain.TickSnapshot
-
- getTimeSlot() - Method in class org.powertac.visualizer.domain.TickSnapshot
-
- getTimeslotDuration() - Method in class org.powertac.visualizer.service_ptac.CompetitionService
-
- getTimeslotLength() - Method in class org.powertac.visualizer.service_ptac.CompetitionService
-
- getTimeslotPause() - Method in class org.powertac.visualizer.config.ApplicationProperties
-
- getTimeslotPause() - Method in class org.powertac.visualizer.service_ptac.VisualizerService
-
- getTimeslotsOpen() - Method in class org.powertac.visualizer.service_ptac.CompetitionService
-
- getTimezoneOffset() - Method in class org.powertac.visualizer.service_ptac.CompetitionService
-
- getTokenDate() - Method in class org.powertac.visualizer.domain.PersistentToken
-
- getTokenValue() - Method in class org.powertac.visualizer.domain.PersistentToken
-
- getTournamentPath() - Method in class org.powertac.visualizer.config.ApplicationProperties.Connect
-
- getTournamentPath() - Method in class org.powertac.visualizer.service_ptac.VisualizerService
-
- getTournamentState() - Method in class org.powertac.visualizer.service_ptac.TournamentService
-
- getTournamentUrl() - Method in class org.powertac.visualizer.config.ApplicationProperties.Connect
-
- getTournamentUrl() - Method in class org.powertac.visualizer.service_ptac.VisualizerService
-
- getTraceFile() - Method in class org.powertac.visualizer.domain.Game
-
- getTraceFileId() - Method in class org.powertac.visualizer.domain.Game
-
- getTraceFileName() - Method in class org.powertac.visualizer.domain.Game
-
- getTraceFilePath() - Method in class org.powertac.visualizer.domain.Game
-
- getType() - Method in class org.powertac.visualizer.domain.File
-
- getType() - Method in class org.powertac.visualizer.domain.Game
-
- getType() - Method in class org.powertac.visualizer.domain.Graph
-
- getType() - Method in class org.powertac.visualizer.web.dto.Message
-
- getUpRegulationKW() - Method in class org.powertac.visualizer.domain.Customer
-
- getUser() - Method in class org.powertac.visualizer.domain.PersistentToken
-
- getUser(String) - Method in class org.powertac.visualizer.web.rest.UserResource
-
GET /users/:login : get the "login" user.
- getUserAgent() - Method in class org.powertac.visualizer.domain.PersistentToken
-
- getUserByLogin(String) - Method in class org.powertac.visualizer.service.UserService
-
- getUserLogin() - Method in class org.powertac.visualizer.web.websocket.dto.ActivityDTO
-
- getUserWithAuthorities(Long) - Method in class org.powertac.visualizer.service.UserService
-
- getUserWithAuthorities() - Method in class org.powertac.visualizer.service.UserService
-
- getUserWithAuthoritiesByLogin(String) - Method in class org.powertac.visualizer.service.UserService
-
- getView(Long) - Method in class org.powertac.visualizer.web.rest.ViewResource
-
GET /views/:id : get the "id" view.
- getWeatherFile() - Method in class org.powertac.visualizer.domain.Game
-
- getWeatherFileId() - Method in class org.powertac.visualizer.domain.Game
-
- getWeatherFileName() - Method in class org.powertac.visualizer.domain.Game
-
- getWeatherFilePath() - Method in class org.powertac.visualizer.domain.Game
-
- getWholesale() - Method in class org.powertac.visualizer.domain.Broker
-
- getWholesale() - Method in class org.powertac.visualizer.web.dto.TickValueBroker
-
- Graph - Class in org.powertac.visualizer.domain
-
A Graph.
- Graph() - Constructor for class org.powertac.visualizer.domain.Graph
-
- GraphRepository - Interface in org.powertac.visualizer.repository
-
Spring Data JPA repository for the Graph entity.
- GraphResource - Class in org.powertac.visualizer.web.rest
-
REST controller for managing Graph.
- GraphResource(GraphService, UserRepository) - Constructor for class org.powertac.visualizer.web.rest.GraphResource
-
- GraphService - Class in org.powertac.visualizer.service
-
Service Implementation for managing Graph.
- GraphService(GraphRepository) - Constructor for class org.powertac.visualizer.service.GraphService
-
- GraphType - Enum in org.powertac.visualizer.domain.enumeration
-
The GraphType enumeration.
- h2TCPServer() - Method in class org.powertac.visualizer.config.DatabaseConfiguration
-
Open the TCP port for the H2 database, so it is available remotely.
- handleBadRequestAlertException(BadRequestAlertException, NativeWebRequest) - Method in class org.powertac.visualizer.web.rest.errors.ExceptionTranslator
-
- handleConcurrencyFailure(ConcurrencyFailureException, NativeWebRequest) - Method in class org.powertac.visualizer.web.rest.errors.ExceptionTranslator
-
- handleMessage(Competition) - Method in class org.powertac.visualizer.service_ptac.MessageHandler
-
- handleMessage(SimPause) - Method in class org.powertac.visualizer.service_ptac.MessageHandler
-
Receives the SimPause message, used to pause the clock.
- handleMessage(SimResume) - Method in class org.powertac.visualizer.service_ptac.MessageHandler
-
Receives the SimResume message, used to update the clock.
- handleMessage(SimStart) - Method in class org.powertac.visualizer.service_ptac.MessageHandler
-
Receives the SimStart message, used to start the clock.
- handleMessage(SimEnd) - Method in class org.powertac.visualizer.service_ptac.MessageHandler
-
Receives the SimEnd message, which ends the broker session.
- handleMessage(TimeslotUpdate) - Method in class org.powertac.visualizer.service_ptac.MessageHandler
-
Updates the sim clock on receipt of the TimeslotUpdate message, which
should be the first to arrive in each timeslot.
- handleMessage(CustomerBootstrapData) - Method in class org.powertac.visualizer.service_ptac.MessageHandler
-
- handleMessage(CashPosition) - Method in class org.powertac.visualizer.service_ptac.MessageHandler
-
CashPosition is the last message sent by Accounting.
- handleMessage(TariffSpecification) - Method in class org.powertac.visualizer.service_ptac.MessageHandler
-
Handles a TariffSpecification.
- handleMessage(TariffTransaction) - Method in class org.powertac.visualizer.service_ptac.MessageHandler
-
Handles a TariffTransaction.
- handleMessage(TariffRevoke) - Method in class org.powertac.visualizer.service_ptac.MessageHandler
-
Handles a TariffRevoke message from the server, indicating that some
tariff has been revoked.
- handleMessage(MarketTransaction) - Method in class org.powertac.visualizer.service_ptac.MessageHandler
-
Handles a wholesale MarketTransaction
- handleMethodArgumentNotValid(MethodArgumentNotValidException, NativeWebRequest) - Method in class org.powertac.visualizer.web.rest.errors.ExceptionTranslator
-
- handleNewObject(Object) - Method in class org.powertac.visualizer.logtool.LogtoolExecutor.ObjectHandler
-
- handleNewObject(Object) - Method in class org.powertac.visualizer.service_ptac.MessageDispatcher
-
- handleNoSuchElementException(NoSuchElementException, NativeWebRequest) - Method in class org.powertac.visualizer.web.rest.errors.ExceptionTranslator
-
- hashCode() - Method in class org.powertac.visualizer.domain.Authority
-
- hashCode() - Method in class org.powertac.visualizer.domain.Chart
-
- hashCode() - Method in class org.powertac.visualizer.domain.File
-
- hashCode() - Method in class org.powertac.visualizer.domain.Game
-
- hashCode() - Method in class org.powertac.visualizer.domain.Graph
-
- hashCode() - Method in class org.powertac.visualizer.domain.PersistentToken
-
- hashCode() - Method in class org.powertac.visualizer.domain.User
-
- hashCode() - Method in class org.powertac.visualizer.domain.View
-
- HeaderUtil - Class in org.powertac.visualizer.web.rest.util
-
Utility class for HTTP headers creation.
- hibernate5Module() - Method in class org.powertac.visualizer.config.DatabaseConfiguration
-
- httpSessionHandshakeInterceptor() - Method in class org.powertac.visualizer.config.WebsocketConfiguration
-
- updateChart(Chart) - Method in class org.powertac.visualizer.web.rest.ChartResource
-
PUT /charts : Updates an existing chart.
- updateFile(File) - Method in class org.powertac.visualizer.web.rest.FileResource
-
PUT /files : Updates an existing file.
- updateGame(Game) - Method in class org.powertac.visualizer.web.rest.GameResource
-
PUT /games : Updates an existing game.
- updateGraph(Graph) - Method in class org.powertac.visualizer.web.rest.GraphResource
-
PUT /graphs : Updates an existing graph.
- updateUser(String, String, String) - Method in class org.powertac.visualizer.service.UserService
-
Update basic information (first name, last name, language) for the current user.
- updateUser(UserDTO) - Method in class org.powertac.visualizer.service.UserService
-
Update all information for a specific user, and return the modified user.
- updateUser(ManagedUserVM) - Method in class org.powertac.visualizer.web.rest.UserResource
-
PUT /users : Updates an existing User.
- updateView(View) - Method in class org.powertac.visualizer.web.rest.ViewResource
-
PUT /views : Updates an existing view.
- User - Class in org.powertac.visualizer.domain
-
A user.
- User() - Constructor for class org.powertac.visualizer.domain.User
-
- USER - Static variable in class org.powertac.visualizer.security.AuthoritiesConstants
-
- UserDTO - Class in org.powertac.visualizer.service.dto
-
A DTO representing a user, with his authorities.
- UserDTO() - Constructor for class org.powertac.visualizer.service.dto.UserDTO
-
- UserDTO(User) - Constructor for class org.powertac.visualizer.service.dto.UserDTO
-
- UserDTO(Long, String, String, String, String, String, ZonedDateTime, String, ZonedDateTime, Set<String>) - Constructor for class org.powertac.visualizer.service.dto.UserDTO
-
- userDTOsToUsers(List<UserDTO>) - Method in interface org.powertac.visualizer.service.mapper.UserMapper
-
- userDTOsToUsers(List<UserDTO>) - Method in class org.powertac.visualizer.service.mapper.UserMapperImpl
-
- userDTOToUser(UserDTO) - Method in interface org.powertac.visualizer.service.mapper.UserMapper
-
- userDTOToUser(UserDTO) - Method in class org.powertac.visualizer.service.mapper.UserMapperImpl
-
- userFromId(Long) - Method in interface org.powertac.visualizer.service.mapper.UserMapper
-
- UserMapper - Interface in org.powertac.visualizer.service.mapper
-
Mapper for the entity User and its DTO UserDTO.
- UserMapperImpl - Class in org.powertac.visualizer.service.mapper
-
- UserMapperImpl() - Constructor for class org.powertac.visualizer.service.mapper.UserMapperImpl
-
- UserNotActivatedException - Exception in org.powertac.visualizer.security
-
This exception is throw in case of a not activated user trying to authenticate.
- UserNotActivatedException(String) - Constructor for exception org.powertac.visualizer.security.UserNotActivatedException
-
- UserNotActivatedException(String, Throwable) - Constructor for exception org.powertac.visualizer.security.UserNotActivatedException
-
- UserRepository - Interface in org.powertac.visualizer.repository
-
Spring Data JPA repository for the User entity.
- UserResource - Class in org.powertac.visualizer.web.rest
-
REST controller for managing users.
- UserResource(UserRepository, UserService) - Constructor for class org.powertac.visualizer.web.rest.UserResource
-
- USERS_BY_EMAIL_CACHE - Static variable in interface org.powertac.visualizer.repository.UserRepository
-
- USERS_BY_LOGIN_CACHE - Static variable in interface org.powertac.visualizer.repository.UserRepository
-
- UserService - Class in org.powertac.visualizer.service
-
Service class for managing users.
- UserService(UserRepository, PasswordEncoder, PersistentTokenRepository, AuthorityRepository) - Constructor for class org.powertac.visualizer.service.UserService
-
- usersToUserDTOs(List<User>) - Method in interface org.powertac.visualizer.service.mapper.UserMapper
-
- usersToUserDTOs(List<User>) - Method in class org.powertac.visualizer.service.mapper.UserMapperImpl
-
- userToUserDTO(User) - Method in interface org.powertac.visualizer.service.mapper.UserMapper
-
- userToUserDTO(User) - Method in class org.powertac.visualizer.service.mapper.UserMapperImpl
-
- valueOf(String) - Static method in enum org.powertac.visualizer.domain.enumeration.FileType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.powertac.visualizer.domain.enumeration.GameType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.powertac.visualizer.domain.enumeration.GraphType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.powertac.visualizer.service_ptac.VisualizerService.VisualizerState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.powertac.visualizer.web.dto.Message.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.powertac.visualizer.domain.enumeration.FileType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.powertac.visualizer.domain.enumeration.GameType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.powertac.visualizer.domain.enumeration.GraphType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.powertac.visualizer.service_ptac.VisualizerService.VisualizerState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.powertac.visualizer.web.dto.Message.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- View - Class in org.powertac.visualizer.domain
-
A View.
- View() - Constructor for class org.powertac.visualizer.domain.View
-
- ViewRepository - Interface in org.powertac.visualizer.repository
-
Spring Data JPA repository for the View entity.
- ViewResource - Class in org.powertac.visualizer.web.rest
-
REST controller for managing View.
- ViewResource(ViewService, UserRepository) - Constructor for class org.powertac.visualizer.web.rest.ViewResource
-
- ViewService - Class in org.powertac.visualizer.service
-
Service Implementation for managing View.
- ViewService(ViewRepository) - Constructor for class org.powertac.visualizer.service.ViewService
-
- Visualizer2App - Class in org.powertac.visualizer
-
- Visualizer2App(Environment) - Constructor for class org.powertac.visualizer.Visualizer2App
-
- VisualizerService - Class in org.powertac.visualizer.service_ptac
-
- VisualizerService() - Constructor for class org.powertac.visualizer.service_ptac.VisualizerService
-
- VisualizerService.VisualizerState - Enum in org.powertac.visualizer.service_ptac
-