Class UserWithBalanceSearchData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.SearchData<AbstractUserQuery>
-
- org.cyclos.model.users.users.AbstractUserSearchData
-
- org.cyclos.model.banking.accounts.UserWithBalanceSearchData
-
- All Implemented Interfaces:
Serializable,DataWithBasicProfileFields
public class UserWithBalanceSearchData extends AbstractUserSearchData
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ListProperty<AccountTypeWithDefaultYellowBalanceRangeVO,UserWithBalanceSearchData>ACCOUNT_TYPESstatic StringCLASS_NAMEstatic BasicProperty<Boolean,UserWithBalanceSearchData>IMMEDIATELY_FETCH_OVERVIEW-
Fields inherited from class org.cyclos.model.users.users.AbstractUserSearchData
ACCOUNT_NUMBER_MASK, ADDRESS_FIELDS, ADVANCED_PROFILE_FIELDS, AGREEMENTS, ALLOW_KEYWORDS, BROKERS_EXIST, CAN_VIEW_IMAGES, EXPORT_FORMATS, GROUPS, MOBILE_PHONE_EXAMPLE, PRODUCTS, SEARCH_BY_DISTANCE_DATA, SIMPLE_PROFILE_FIELDS, STATUSES
-
Fields inherited from class org.cyclos.model.SearchData
QUERY
-
-
Constructor Summary
Constructors Constructor Description UserWithBalanceSearchData()UserWithBalanceSearchData(Property<T,? super UserWithBalanceSearchData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()List<AccountTypeWithDefaultYellowBalanceRangeVO>getAccountTypes()booleanisImmediatelyFetchOverview()voidsetAccountTypes(List<AccountTypeWithDefaultYellowBalanceRangeVO> accountTypes)voidsetImmediatelyFetchOverview(boolean immediatelyFetchOverview)-
Methods inherited from class org.cyclos.model.users.users.AbstractUserSearchData
getAccountNumberMask, getAddressFields, getAdvancedProfileFields, getAgreements, getExportFormats, getGroups, getMobilePhoneExample, getProducts, getSearchByDistanceData, getSimpleProfileFields, getStatuses, isAllowKeywords, isBrokersExist, isCanViewImages, setAccountNumberMask, setAddressFields, setAdvancedProfileFields, setAgreements, setAllowKeywords, setBrokersExist, setCanViewImages, setExportFormats, setGroups, setMobilePhoneExample, setProducts, setSearchByDistanceData, setSimpleProfileFields, setStatuses
-
Methods inherited from class org.cyclos.model.SearchData
getQuery, setQuery
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
ACCOUNT_TYPES
public static final ListProperty<AccountTypeWithDefaultYellowBalanceRangeVO,UserWithBalanceSearchData> ACCOUNT_TYPES
-
IMMEDIATELY_FETCH_OVERVIEW
public static final BasicProperty<Boolean,UserWithBalanceSearchData> IMMEDIATELY_FETCH_OVERVIEW
-
-
Constructor Detail
-
UserWithBalanceSearchData
public UserWithBalanceSearchData()
-
UserWithBalanceSearchData
public UserWithBalanceSearchData(Property<T,? super UserWithBalanceSearchData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classAbstractUserSearchData
-
getAccountTypes
public List<AccountTypeWithDefaultYellowBalanceRangeVO> getAccountTypes()
-
setAccountTypes
public void setAccountTypes(List<AccountTypeWithDefaultYellowBalanceRangeVO> accountTypes)
-
isImmediatelyFetchOverview
public boolean isImmediatelyFetchOverview()
-
setImmediatelyFetchOverview
public void setImmediatelyFetchOverview(boolean immediatelyFetchOverview)
-
-