Uses of Class
com.soffid.iam.api.AccountHistory
-
Packages that use AccountHistory Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb es.caib.seycon.ng.comu -
-
Uses of AccountHistory in com.soffid.iam.api
Methods in com.soffid.iam.api that return AccountHistory Modifier and Type Method Description static AccountHistory
AccountHistory. toAccountHistory(AccountHistory vo)
Creates a AccountHistory value object based on a AccountHistory object.static AccountHistory[]
AccountHistory. toAccountHistoryArray(AccountHistory[] source)
Creates a AccountHistory array on a AccountHistory array.Methods in com.soffid.iam.api that return types with arguments of type AccountHistory Modifier and Type Method Description static AsyncList<AccountHistory>
AccountHistory. toAccountHistoryAsyncList(AsyncList<AccountHistory> source)
Creates a AccountHistory asynclist on a AccountHistory collection.static PagedResult<AccountHistory>
AccountHistory. toAccountHistoryList(PagedResult<AccountHistory> source)
Creates a AccountHistory pagedResult on a AccountHistory collection.static List<AccountHistory>
AccountHistory. toAccountHistoryList(Collection<AccountHistory> source)
Creates a AccountHistory list on a AccountHistory collection.Methods in com.soffid.iam.api with parameters of type AccountHistory Modifier and Type Method Description static void
AccountHistory. toAccountHistory(AccountHistory source, AccountHistory target)
Updates a AccountHistory value object based on a AccountHistory object.Constructors in com.soffid.iam.api with parameters of type AccountHistory Constructor Description AccountHistory(AccountHistory otherBean)
-
Uses of AccountHistory in com.soffid.iam.service
Methods in com.soffid.iam.service that return types with arguments of type AccountHistory Modifier and Type Method Description List<AccountHistory>
AccountService. findSharedAccountsHistoryByUser(String userName)
Operation findSharedAccountsHistoryByUser Gets the non single-user accounts history for a user -
Uses of AccountHistory in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return types with arguments of type AccountHistory Modifier and Type Method Description List<AccountHistory>
AccountService. findSharedAccountsHistoryByUser(String userName)
-
Uses of AccountHistory in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type AccountHistory Modifier and Type Method Description static AccountHistory
AccountHistory. toAccountHistory(AccountHistory vo)
Creates a AccountHistory value object based on a AccountHistory object.static void
AccountHistory. toAccountHistory(AccountHistory source, AccountHistory target)
Updates a AccountHistory value object based on a AccountHistory object.static AccountHistory[]
AccountHistory. toAccountHistoryArray(AccountHistory[] source)
Creates a AccountHistory array on a AccountHistory array.Method parameters in es.caib.seycon.ng.comu with type arguments of type AccountHistory Modifier and Type Method Description static AsyncList<AccountHistory>
AccountHistory. toAccountHistoryAsyncList(AsyncList<AccountHistory> source)
Creates a AccountHistory asynclist on a AccountHistory collection.static PagedResult<AccountHistory>
AccountHistory. toAccountHistoryList(PagedResult<AccountHistory> source)
Creates a AccountHistory pagedResult on a AccountHistory collection.static List<AccountHistory>
AccountHistory. toAccountHistoryList(Collection<AccountHistory> source)
Creates a AccountHistory list on a AccountHistory collection.
-