Class InstallmentOverviewQuery
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.QueryParameters
-
- org.cyclos.model.banking.transactions.AbstractTransQuery
-
- org.cyclos.model.banking.transactions.AbstractTransactionQuery
-
- org.cyclos.model.banking.transactions.BaseInstallmentQuery
-
- org.cyclos.model.banking.transactions.InstallmentOverviewQuery
-
- All Implemented Interfaces:
Serializable,TransOverviewQuery
public class InstallmentOverviewQuery extends BaseInstallmentQuery implements TransOverviewQuery
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic SetProperty<CurrencyVO,InstallmentOverviewQuery>CURRENCIESstatic SetProperty<AccountTypeVO,InstallmentOverviewQuery>FROM_ACCOUNTSstatic SetProperty<AccountTypeVO,InstallmentOverviewQuery>TO_ACCOUNTS-
Fields inherited from class org.cyclos.model.banking.transactions.BaseInstallmentQuery
STATUSES
-
Fields inherited from class org.cyclos.model.banking.transactions.AbstractTransactionQuery
AUTHORIZATION_PERFORMED_BY, AUTHORIZATION_ROLES, AUTHORIZATION_STATUSES, AUTHORIZED, CREATION_TYPES, NATURES
-
Fields inherited from class org.cyclos.model.banking.transactions.AbstractTransQuery
ACCESS_CLIENTS, AMOUNT, BROKERS, BY, CHANNELS, DESCRIPTION, EXCLUDED_IDS, FROM_CURRENT_ACCESS_CLIENT, GROUPS, INCLUDE_GENERATED_BY_ACCESS_CLIENT, ORDER_BY, PERIOD, TRANSACTION_NUMBER, TRANSFER_FILTERS, TRANSFER_TYPES, USER
-
Fields inherited from class org.cyclos.model.QueryParameters
CURRENT_PAGE, PAGE_SIZE, SKIP_TOTAL_COUNT
-
-
Constructor Summary
Constructors Constructor Description InstallmentOverviewQuery()InstallmentOverviewQuery(Property<T,? super InstallmentOverviewQuery> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()Set<CurrencyVO>getCurrencies()Set<AccountTypeVO>getFromAccounts()Set<AccountTypeVO>getToAccounts()voidsetCurrencies(Set<CurrencyVO> currencies)voidsetFromAccounts(Set<AccountTypeVO> fromAccounts)voidsetToAccounts(Set<AccountTypeVO> toAccounts)-
Methods inherited from class org.cyclos.model.banking.transactions.BaseInstallmentQuery
getStatuses, setStatuses
-
Methods inherited from class org.cyclos.model.banking.transactions.AbstractTransactionQuery
getAuthorizationPerformedBy, getAuthorizationRoles, getAuthorizationStatuses, getAuthorized, getCreationTypes, getNatures, setAuthorizationPerformedBy, setAuthorizationRoles, setAuthorizationStatuses, setAuthorized, setCreationTypes, setNatures
-
Methods inherited from class org.cyclos.model.banking.transactions.AbstractTransQuery
getAccessClients, getAmount, getBrokers, getBy, getChannels, getDescription, getExcludedIds, getGroups, getOrderBy, getPeriod, getTransactionNumber, getTransferFilters, getTransferTypes, getUser, isFromCurrentAccessClient, isIncludeGeneratedByAccessClient, setAccessClients, setAmount, setBrokers, setBy, setChannels, setDescription, setExcludedIds, setFromCurrentAccessClient, setGroups, setIncludeGeneratedByAccessClient, setOrderBy, setPeriod, setTransactionNumber, setTransferFilters, setTransferTypes, setUser
-
Methods inherited from class org.cyclos.model.QueryParameters
getCurrentPage, getPageSize, isSkipTotalCount, setCountOnly, setCurrentPage, setPageSize, setSkipTotalCount, setUnlimited
-
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.banking.transactions.TransOverviewQuery
getBrokers
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
CURRENCIES
public static final SetProperty<CurrencyVO,InstallmentOverviewQuery> CURRENCIES
-
FROM_ACCOUNTS
public static final SetProperty<AccountTypeVO,InstallmentOverviewQuery> FROM_ACCOUNTS
-
TO_ACCOUNTS
public static final SetProperty<AccountTypeVO,InstallmentOverviewQuery> TO_ACCOUNTS
-
-
Constructor Detail
-
InstallmentOverviewQuery
public InstallmentOverviewQuery()
-
InstallmentOverviewQuery
public InstallmentOverviewQuery(Property<T,? super InstallmentOverviewQuery> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBaseInstallmentQuery
-
getCurrencies
public Set<CurrencyVO> getCurrencies()
- Specified by:
getCurrenciesin interfaceTransOverviewQuery
-
setCurrencies
public void setCurrencies(Set<CurrencyVO> currencies)
-
getFromAccounts
public Set<AccountTypeVO> getFromAccounts()
- Specified by:
getFromAccountsin interfaceTransOverviewQuery
-
setFromAccounts
public void setFromAccounts(Set<AccountTypeVO> fromAccounts)
-
getToAccounts
public Set<AccountTypeVO> getToAccounts()
- Specified by:
getToAccountsin interfaceTransOverviewQuery
-
setToAccounts
public void setToAccounts(Set<AccountTypeVO> toAccounts)
-
className
public String className()
- Overrides:
classNamein classAbstractTransactionQuery
-
-