Package org.cyclos.impl.banking
Interface UserAccountVisibilitySettingsServiceLocal
-
- All Superinterfaces:
Service,UserAccountVisibilitySettingsService
public interface UserAccountVisibilitySettingsServiceLocal extends UserAccountVisibilitySettingsService
Local interface forUserAccountVisibilitySettingsService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasAccountsToShowHide(BasicUser basicUser)Returns true if the given user has any account available to update its visibility-
Methods inherited from interface org.cyclos.services.banking.UserAccountVisibilitySettingsService
getData, save, setAsVisible
-
-
-
-
Method Detail
-
hasAccountsToShowHide
boolean hasAccountsToShowHide(BasicUser basicUser)
Returns true if the given user has any account available to update its visibility
-
-