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