interface UserAccountRepository extends SalespointRepository<UserAccount,UserAccountIdentifier>
UserAccount
instances.Modifier and Type | Method and Description |
---|---|
Iterable<UserAccount> |
findByEnabledFalse()
Returns all disabled
UserAccount s. |
Iterable<UserAccount> |
findByEnabledTrue()
Returns all enabled
UserAccount s. |
Iterable<UserAccount> findByEnabledTrue()
UserAccount
s.Iterable<UserAccount> findByEnabledFalse()
UserAccount
s.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.