Uses of Class
com.soffid.iam.model.UserAccountEntity
-
Packages that use UserAccountEntity Package Description com.soffid.iam.model -
-
Uses of UserAccountEntity in com.soffid.iam.model
Subclasses of UserAccountEntity in com.soffid.iam.model Modifier and Type Class Description class
UserAccountEntityImpl
Entity UserAccountEntity implementationMethods in com.soffid.iam.model that return UserAccountEntity Modifier and Type Method Description UserAccountEntity
UserAccountEntityDao. findByAccountSystemAndName(CriteriaSearchConfiguration criteria, String account, String systemName, String user)
CriteriaSearchConfiguration finderUserAccountEntity
UserAccountEntityDao. findByAccountSystemAndName(String account, String systemName, String user)
Operation findByAccountSystemAndNameUserAccountEntity
UserAccountEntityDaoBase. findByAccountSystemAndName(CriteriaSearchConfiguration criteria, String account, String systemName, String user)
CriteriaSearchConfiguration implementationUserAccountEntity
UserAccountEntityDaoBase. findByAccountSystemAndName(String queryString, CriteriaSearchConfiguration criteria, String account, String systemName, String user)
Internal implementationUserAccountEntity
UserAccountEntityDaoBase. findByAccountSystemAndName(String account, String systemName, String user)
Operation findByAccountSystemAndNameUserAccountEntity
UserAccountEntityDao. load(Long id)
Loads an instance ofUserAccountEntity
from the persistent store.UserAccountEntity
UserAccountEntityDaoBase. load(Long id)
Loads an instance ofUserAccountEntity
from the persistent store.UserAccountEntity
UserAccountEntityDao. newUserAccountEntity()
Creates an instance ofUserAccountEntity
.UserAccountEntity
UserAccountEntityDaoBase. newUserAccountEntity()
Creates an instance ofUserAccountEntity
.UserAccountEntity
UserAccountEntityDao. userAccountToEntity(com.soffid.iam.api.UserAccount instance)
Transforms fromUserAccount
objectUserAccountEntity
UserAccountEntityDaoImpl. userAccountToEntity(com.soffid.iam.api.UserAccount instance)
Methods in com.soffid.iam.model that return types with arguments of type UserAccountEntity Modifier and Type Method Description List<UserAccountEntity>
UserAccountEntityDao. findByUserAndDispatcher(CriteriaSearchConfiguration criteria, String user, String dispatcher)
CriteriaSearchConfiguration finderList<UserAccountEntity>
UserAccountEntityDao. findByUserAndDispatcher(String user, String dispatcher)
Operation findByUserAndDispatcherList<UserAccountEntity>
UserAccountEntityDaoBase. findByUserAndDispatcher(CriteriaSearchConfiguration criteria, String user, String dispatcher)
CriteriaSearchConfiguration implementationList<UserAccountEntity>
UserAccountEntityDaoBase. findByUserAndDispatcher(String queryString, CriteriaSearchConfiguration criteria, String user, String dispatcher)
Internal implementationList<UserAccountEntity>
UserAccountEntityDaoBase. findByUserAndDispatcher(String user, String dispatcher)
Operation findByUserAndDispatcherCollection<UserAccountEntity>
UserEntity. getAccounts()
Gets value for attribute accountsCollection<UserAccountEntity>
AccountEntity. getUsers()
Gets value for attribute usersList<UserAccountEntity>
UserAccountEntityDao. loadAll()
Loads all instances ofUserAccountEntity
from the persistent store.List<UserAccountEntity>
UserAccountEntityDaoBase. loadAll()
Loads all instances ofUserAccountEntity
from the persistent store.List<UserAccountEntity>
UserAccountEntityDao. query(String query, Parameter[] parameters)
Query ofUserAccountEntity
from the persistent store.List<UserAccountEntity>
UserAccountEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofUserAccountEntity
from the persistent store.List<UserAccountEntity>
UserAccountEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofUserAccountEntity
from the persistent store.List<UserAccountEntity>
UserAccountEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofUserAccountEntity
from the persistent store.List<UserAccountEntity>
UserAccountEntityDao. userAccountToEntityList(Collection<com.soffid.iam.api.UserAccount> instances)
Transforms fromUserAccount
listList<UserAccountEntity>
UserAccountEntityDaoBase. userAccountToEntityList(Collection<com.soffid.iam.api.UserAccount> instances)
Transforms fromUserAccount
listMethods in com.soffid.iam.model with parameters of type UserAccountEntity Modifier and Type Method Description void
UserAccountEntityDao. create(UserAccountEntity entity)
Adds an instance ofUserAccountEntity
to the persistent store.void
UserAccountEntityDaoBase. create(UserAccountEntity entity)
Adds an instance ofUserAccountEntity
to the persistent store.protected abstract void
UserAccountEntityDaoBase. handlePropagateChanges(UserAccountEntity account)
protected void
UserAccountEntityDaoImpl. handlePropagateChanges(UserAccountEntity account)
void
UserAccountEntityDao. propagateChanges(UserAccountEntity account)
Operation propagateChangesvoid
UserAccountEntityDaoBase. propagateChanges(UserAccountEntity account)
void
UserAccountEntityDao. remove(UserAccountEntity entity)
Removes an instance ofUserAccountEntity
from the persistent store.void
UserAccountEntityDaoBase. remove(UserAccountEntity entity)
Removes an instance ofUserAccountEntity
from the persistent store.com.soffid.iam.api.UserAccount
UserAccountEntityDao. toUserAccount(UserAccountEntity entity)
Transforms toUserAccount
objectvoid
UserAccountEntityDao. toUserAccount(UserAccountEntity source, com.soffid.iam.api.UserAccount target)
Copy data toUserAccount
objectcom.soffid.iam.api.UserAccount
UserAccountEntityDaoBase. toUserAccount(UserAccountEntity entity)
Transforms toUserAccount
objectvoid
UserAccountEntityDaoBase. toUserAccount(UserAccountEntity source, com.soffid.iam.api.UserAccount target)
Copy data toUserAccount
objectvoid
UserAccountEntityDaoImpl. toUserAccount(UserAccountEntity source, com.soffid.iam.api.UserAccount target)
void
UserAccountEntityDao. update(UserAccountEntity entity)
Updates an instance ofUserAccountEntity
at the persistent store.void
UserAccountEntityDaoBase. update(UserAccountEntity entity)
Updates an instance ofUserAccountEntity
at the persistent store.void
UserAccountEntityDao. userAccountToEntity(com.soffid.iam.api.UserAccount source, UserAccountEntity target, boolean copyIfNull)
Copy data fromUserAccount
objectvoid
UserAccountEntityDaoBase. userAccountToEntity(com.soffid.iam.api.UserAccount source, UserAccountEntity target, boolean copyIfNull)
Copy data fromUserAccount
objectMethod parameters in com.soffid.iam.model with type arguments of type UserAccountEntity Modifier and Type Method Description void
UserAccountEntityDao. create(Collection<? extends UserAccountEntity> entities)
Creates a collection ofUserAccountEntity
and adds it to the persistent store.void
UserAccountEntityDaoBase. create(Collection<? extends UserAccountEntity> entities)
Creates a collection ofUserAccountEntity
and adds it to the persistent store.void
UserAccountEntityDao. remove(Collection<? extends UserAccountEntity> entities)
Removes a collection ofUserAccountEntity
from the persistent store.void
UserAccountEntityDaoBase. remove(Collection<? extends UserAccountEntity> entities)
Removes a collection ofUserAccountEntity
from the persistent store.void
UserEntity. setAccounts(Collection<UserAccountEntity> accounts)
Sets value for attribute accountsvoid
AccountEntity. setUsers(Collection<UserAccountEntity> users)
Sets value for attribute usersList<com.soffid.iam.api.UserAccount>
UserAccountEntityDao. toUserAccountList(Collection<UserAccountEntity> entities)
Transforms toUserAccount
listList<com.soffid.iam.api.UserAccount>
UserAccountEntityDaoBase. toUserAccountList(Collection<UserAccountEntity> instances)
Transforms toUserAccount
listvoid
UserAccountEntityDao. update(Collection<? extends UserAccountEntity> entities)
Updates a collection ofUserAccountEntity
in the persistent store.void
UserAccountEntityDaoBase. update(Collection<? extends UserAccountEntity> entities)
Updates a collection ofUserAccountEntity
in the persistent store.
-