|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthUser | |
---|---|
ch.bouquet.jpa.data | |
ch.bouquet.jpa.domain | |
ch.bouquet.jpa.persistence |
Uses of AuthUser in ch.bouquet.jpa.data |
---|
Methods in ch.bouquet.jpa.data that return AuthUser | |
---|---|
private AuthUser |
DataLoader.createAuthUser(java.lang.String uid,
java.lang.String pwd,
java.lang.String encryptionVersion,
int state,
AuthRole role)
Create a authenticated user |
Uses of AuthUser in ch.bouquet.jpa.domain |
---|
Fields in ch.bouquet.jpa.domain declared as AuthUser | |
---|---|
private AuthUser |
Subscriber.authUser
auth user id (foreign key) |
Methods in ch.bouquet.jpa.domain that return AuthUser | |
---|---|
AuthUser |
Subscriber.getAuthUser()
Gets the authUser. |
Methods in ch.bouquet.jpa.domain with parameters of type AuthUser | |
---|---|
void |
Subscriber.setAuthUser(AuthUser authUser)
Sets the authUser. |
Uses of AuthUser in ch.bouquet.jpa.persistence |
---|
Methods in ch.bouquet.jpa.persistence that return AuthUser | |
---|---|
AuthUser |
AuthUserBean.findSingle(java.lang.String sql)
This method returns a data record on the basis the SQL instruction. |
AuthUser |
AuthUserBean.save(AuthUser authUser)
Insert new or update existing authenticated user using the given entity and return the persistet fields of the authenticated user. |
Methods in ch.bouquet.jpa.persistence that return types with arguments of type AuthUser | |
---|---|
java.util.List<AuthUser> |
AuthUserBean.findList(java.lang.String sql)
This method returns all data records on the basis the SQL instruction. |
Methods in ch.bouquet.jpa.persistence with parameters of type AuthUser | |
---|---|
AuthUser |
AuthUserBean.save(AuthUser authUser)
Insert new or update existing authenticated user using the given entity and return the persistet fields of the authenticated user. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |