Uses of Class
io.meeds.gamification.model.ConnectorAccount
Packages that use ConnectorAccount
Package
Description
-
Uses of ConnectorAccount in io.meeds.gamification.model
Methods in io.meeds.gamification.model that return ConnectorAccount -
Uses of ConnectorAccount in io.meeds.gamification.storage
Methods in io.meeds.gamification.storage that return ConnectorAccountModifier and TypeMethodDescriptionConnectorAccountStorage.deleteConnectorAccount(String connectorName, String connectorRemoteId) ConnectorAccountStorage.getConnectorAccount(String connectorName, long userId) Methods in io.meeds.gamification.storage with parameters of type ConnectorAccountModifier and TypeMethodDescriptionvoidConnectorAccountStorage.saveConnectorAccount(ConnectorAccount connectorAccount) -
Uses of ConnectorAccount in io.meeds.gamification.storage.cached
Methods in io.meeds.gamification.storage.cached that return ConnectorAccountModifier and TypeMethodDescriptionConnectorAccountCachedStorage.deleteConnectorAccount(String connectorName, String connectorRemoteId) ConnectorAccountCachedStorage.getConnectorAccount(String connectorName, long userId) Methods in io.meeds.gamification.storage.cached with parameters of type ConnectorAccountModifier and TypeMethodDescriptionvoidConnectorAccountCachedStorage.saveConnectorAccount(ConnectorAccount connectorAccount) -
Uses of ConnectorAccount in io.meeds.gamification.storage.mapper
Methods in io.meeds.gamification.storage.mapper that return ConnectorAccountModifier and TypeMethodDescriptionstatic ConnectorAccountConnectorMapper.fromEntity(ConnectorAccountEntity connectorAccountEntity) Methods in io.meeds.gamification.storage.mapper with parameters of type ConnectorAccountModifier and TypeMethodDescriptionstatic ConnectorAccountEntityConnectorMapper.toEntity(ConnectorAccount connectorAccount)