A C D F G I N O P Q R S U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AUTH_CODE_CACHE - Static variable in class net.lightapi.portal.db.PortalDbProviderImpl
C
- cancelOrder(OrderCancelledEvent) - Method in interface net.lightapi.portal.db.PortalDbProvider
- cancelOrder(OrderCancelledEvent) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- changePassword(PasswordChangedEvent) - Method in interface net.lightapi.portal.db.PortalDbProvider
- changePassword(PasswordChangedEvent) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
-
update user_t to change the password by email
- confirmUser(UserConfirmedEvent) - Method in interface net.lightapi.portal.db.PortalDbProvider
- confirmUser(UserConfirmedEvent) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
-
check the input token with the saved token in user_t table to ensure match.
- createClient(MarketClientCreatedEvent) - Method in interface net.lightapi.portal.db.PortalDbProvider
- createClient(MarketClientCreatedEvent) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- createConfig(ConfigCreatedEvent) - Method in interface net.lightapi.portal.db.PortalDbProvider
- createConfig(ConfigCreatedEvent) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- createHost(HostCreatedEvent) - Method in interface net.lightapi.portal.db.PortalDbProvider
- createHost(HostCreatedEvent) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- createMarketCode(MarketCodeCreatedEvent) - Method in interface net.lightapi.portal.db.PortalDbProvider
- createMarketCode(MarketCodeCreatedEvent) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- createOrder(OrderCreatedEvent) - Method in interface net.lightapi.portal.db.PortalDbProvider
- createOrder(OrderCreatedEvent) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- createService(MarketServiceCreatedEvent) - Method in interface net.lightapi.portal.db.PortalDbProvider
- createService(MarketServiceCreatedEvent) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- createSocialUser(SocialUserCreatedEvent) - Method in interface net.lightapi.portal.db.PortalDbProvider
- createSocialUser(SocialUserCreatedEvent) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
-
check the email, user_id is unique.
- createUser(UserCreatedEvent) - Method in interface net.lightapi.portal.db.PortalDbProvider
- createUser(UserCreatedEvent) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
-
check the email, user_id, taiji_wallet is unique.
D
- deleteClient(MarketClientDeletedEvent) - Method in interface net.lightapi.portal.db.PortalDbProvider
- deleteClient(MarketClientDeletedEvent) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- deleteConfig(ConfigDeletedEvent) - Method in interface net.lightapi.portal.db.PortalDbProvider
- deleteConfig(ConfigDeletedEvent) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- deleteHost(HostDeletedEvent) - Method in interface net.lightapi.portal.db.PortalDbProvider
- deleteHost(HostDeletedEvent) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- deleteMarketCode(MarketCodeDeletedEvent) - Method in interface net.lightapi.portal.db.PortalDbProvider
- deleteMarketCode(MarketCodeDeletedEvent) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- deletePayment(PaymentDeletedEvent) - Method in interface net.lightapi.portal.db.PortalDbProvider
- deletePayment(PaymentDeletedEvent) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- deleteService(MarketServiceDeletedEvent) - Method in interface net.lightapi.portal.db.PortalDbProvider
- deleteService(MarketServiceDeletedEvent) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- deleteUser(UserDeletedEvent) - Method in interface net.lightapi.portal.db.PortalDbProvider
- deleteUser(UserDeletedEvent) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
-
delete user from user_t table and all other tables related to this user.
- deliverOrder(OrderDeliveredEvent) - Method in interface net.lightapi.portal.db.PortalDbProvider
- deliverOrder(OrderDeliveredEvent) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
F
- forgetPassword(PasswordForgotEvent) - Method in interface net.lightapi.portal.db.PortalDbProvider
- forgetPassword(PasswordForgotEvent) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
-
update user_t for the forget password token by email
G
- GENERIC_EXCEPTION - Static variable in class net.lightapi.portal.db.PortalDbProviderImpl
I
- INSERT_NOTIFICATION - Static variable in class net.lightapi.portal.db.PortalDbProviderImpl
- insertNotification(Connection, String, long, String, boolean, String) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
-
insert notification into database within the same transaction as conn is passed in.
N
- net.lightapi.portal.db - package net.lightapi.portal.db
O
- OBJECT_NOT_FOUND - Static variable in class net.lightapi.portal.db.PortalDbProviderImpl
P
- PortalDbProvider - Interface in net.lightapi.portal.db
-
Interface class provide the contract for different database implementation for the portal.
- PortalDbProviderImpl - Class in net.lightapi.portal.db
- PortalDbProviderImpl() - Constructor for class net.lightapi.portal.db.PortalDbProviderImpl
Q
- queryClientByClientId(String) - Method in interface net.lightapi.portal.db.PortalDbProvider
- queryClientByClientId(String) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- queryClientByHostAppId(String, String) - Method in interface net.lightapi.portal.db.PortalDbProvider
- queryClientByHostAppId(String, String) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- queryConfig() - Method in interface net.lightapi.portal.db.PortalDbProvider
- queryConfig() - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- queryConfigById(String) - Method in interface net.lightapi.portal.db.PortalDbProvider
- queryConfigById(String) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- queryCurrentHostKey(String) - Method in interface net.lightapi.portal.db.PortalDbProvider
- queryCurrentHostKey(String) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- queryEmailByWallet(String) - Method in interface net.lightapi.portal.db.PortalDbProvider
- queryEmailByWallet(String) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- queryHostByHost(String) - Method in interface net.lightapi.portal.db.PortalDbProvider
- queryHostByHost(String) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- queryHostById(String) - Method in interface net.lightapi.portal.db.PortalDbProvider
- queryHostById(String) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- queryHostByOwner(String) - Method in interface net.lightapi.portal.db.PortalDbProvider
- queryHostByOwner(String) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- queryLongLiveHostKey(String) - Method in interface net.lightapi.portal.db.PortalDbProvider
- queryLongLiveHostKey(String) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- queryMarketCode(String) - Method in interface net.lightapi.portal.db.PortalDbProvider
- queryMarketCode(String) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- queryNonceByEmail(String) - Method in interface net.lightapi.portal.db.PortalDbProvider
- queryNonceByEmail(String) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- queryUserByEmail(String) - Method in interface net.lightapi.portal.db.PortalDbProvider
- queryUserByEmail(String) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- queryUserById(String) - Method in interface net.lightapi.portal.db.PortalDbProvider
- queryUserById(String) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- queryUserByWallet(String) - Method in interface net.lightapi.portal.db.PortalDbProvider
- queryUserByWallet(String) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
R
- resetPassword(PasswordResetEvent) - Method in interface net.lightapi.portal.db.PortalDbProvider
- resetPassword(PasswordResetEvent) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
-
update user_t to reset the password by email
S
- sendPrivateMessage(PrivateMessageSentEvent) - Method in interface net.lightapi.portal.db.PortalDbProvider
- sendPrivateMessage(PrivateMessageSentEvent) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
-
send private message to user.
- SQL_EXCEPTION - Static variable in class net.lightapi.portal.db.PortalDbProviderImpl
U
- UPDATE_NONCE - Static variable in class net.lightapi.portal.db.PortalDbProviderImpl
- updateClient(MarketClientUpdatedEvent) - Method in interface net.lightapi.portal.db.PortalDbProvider
- updateClient(MarketClientUpdatedEvent) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- updateConfig(ConfigUpdatedEvent) - Method in interface net.lightapi.portal.db.PortalDbProvider
- updateConfig(ConfigUpdatedEvent) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- updateHost(HostUpdatedEvent) - Method in interface net.lightapi.portal.db.PortalDbProvider
- updateHost(HostUpdatedEvent) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- updateNonce(Connection, long, String) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
-
update nonce in user_t to reflect the latest event nonce.
- updatePayment(PaymentUpdatedEvent) - Method in interface net.lightapi.portal.db.PortalDbProvider
- updatePayment(PaymentUpdatedEvent) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- updateService(MarketServiceUpdatedEvent) - Method in interface net.lightapi.portal.db.PortalDbProvider
- updateService(MarketServiceUpdatedEvent) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
- updateUser(UserUpdatedEvent) - Method in interface net.lightapi.portal.db.PortalDbProvider
- updateUser(UserUpdatedEvent) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
-
update user if it exists in database.
- updateUserRoles(UserRolesUpdatedEvent) - Method in interface net.lightapi.portal.db.PortalDbProvider
- updateUserRoles(UserRolesUpdatedEvent) - Method in class net.lightapi.portal.db.PortalDbProviderImpl
-
update user roles by email in user_t table
All Classes All Packages