|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AppUser | |
|---|---|
| com.google.code.ssm.test.dao | |
| com.google.code.ssm.test.svc | |
| Uses of AppUser in com.google.code.ssm.test.dao |
|---|
| Methods in com.google.code.ssm.test.dao that return AppUser | |
|---|---|
AppUser |
AppUserDAOImpl.getByPk(AppUserPK pk)
|
AppUser |
AppUserDAO.getByPk(AppUserPK pk)
|
AppUser |
AppUserDAOImpl.getByPKFromDB(AppUserPK pk)
|
AppUser |
AppUserDAO.getByPKFromDB(AppUserPK pk)
|
AppUser |
SpecificDAOImpl.getRandomUserByPk(AppUserPK pk)
|
AppUser |
SpecificDAO.getRandomUserByPk(AppUserPK pk)
|
AppUser |
AppUserDAOImpl.update(AppUser entity)
|
AppUser |
AppUserDAO.update(AppUser entity)
|
| Methods in com.google.code.ssm.test.dao that return types with arguments of type AppUser | |
|---|---|
List<AppUser> |
AppUserDAOImpl.getList(int userId,
List<Integer> appsIds)
|
List<AppUser> |
AppUserDAO.getList(int userId,
List<Integer> appsIds)
|
List<AppUser> |
AppUserDAOImpl.getUsersList(int applicationId,
List<Integer> userIds)
|
List<AppUser> |
AppUserDAO.getUsersList(int applicationId,
List<Integer> userIds)
|
List<AppUser> |
AppUserDAOImpl.getUsersListFromCache(int applicationId,
List<Integer> usersIds,
Collection<Integer> notFoundUsersIds)
|
List<AppUser> |
AppUserDAO.getUsersListFromCache(int applicationId,
List<Integer> usersIds,
Collection<Integer> notFoundUsersIds)
Fetch AppUser entities from remote cache (memcached). |
| Methods in com.google.code.ssm.test.dao with parameters of type AppUser | |
|---|---|
AppUserPK |
AppUserDAOImpl.create(AppUser entity)
|
AppUserPK |
AppUserDAO.create(AppUser entity)
|
AppUser |
AppUserDAOImpl.update(AppUser entity)
|
AppUser |
AppUserDAO.update(AppUser entity)
|
void |
SpecificDAOImpl.updateUser(AppUser entity)
|
void |
SpecificDAOImpl.updateUser(AppUser entity,
int id)
|
void |
SpecificDAO.updateUser(AppUser entity,
int id)
|
void |
SpecificDAOImpl.updateUserWithoutGenerics(AppUser entity)
|
void |
SpecificDAO.updateUserWithoutGenerics(AppUser entity)
|
| Uses of AppUser in com.google.code.ssm.test.svc |
|---|
| Methods in com.google.code.ssm.test.svc that return AppUser | |
|---|---|
AppUser |
AppUserServiceImpl.get(int userId,
int applicationId)
|
AppUser |
AppUserService.get(int userId,
int applicationId)
Returns application - user association |
| Methods in com.google.code.ssm.test.svc that return types with arguments of type AppUser | |
|---|---|
List<AppUser> |
AppUserServiceImpl.getInstalledList(int userId,
List<Integer> applicationsIds)
|
List<AppUser> |
AppUserService.getInstalledList(int userId,
List<Integer> applicationsIds)
Returns application - user associations |
List<AppUser> |
AppUserServiceImpl.getList(int userId)
|
List<AppUser> |
AppUserService.getList(int userId)
Get the list of AppUser entities for specified user that contains authorized and unauthorized
(uninstalled) applications. |
List<AppUser> |
AppUserServiceImpl.getList(int userId,
boolean authorized)
|
List<AppUser> |
AppUserService.getList(int userId,
boolean authorized)
Get the list of AppUser entities for specified portal user. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||