Interface ITransactionSearchData
-
- All Superinterfaces:
HasAccountTypes,ITransSearchData
- All Known Implementing Classes:
TransactionOverviewSearchData,TransactionSearchData
public interface ITransactionSearchData extends ITransSearchData
Interface for search data of transactions, both owner and overview
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<AuthorizationRoleVO>getAuthorizationRoles()Set<TransactionNature>getVisibleNatures()booleanisCanViewAuthorized()voidsetCanViewAuthorized(boolean flag)voidsetVisibleNatures(Set<TransactionNature> set)-
Methods inherited from interface org.cyclos.model.banking.accounts.HasAccountTypes
getAccountTypes, getTransactionNumberPattern, hasTransactionNumber, setAccountTypes
-
Methods inherited from interface org.cyclos.model.banking.accounts.ITransSearchData
getAccessClients, getArchivingDate, getChannels, getExportFormats, getFieldsForList, getFieldsForSearch, getManagedGroups, getOperators, getPreselectedPeriods, getTransferFilters, setAccessClients, setArchivingDate, setChannels, setExportFormats, setFieldsForList, setFieldsForSearch, setManagedGroups, setOperators, setPreselectedPeriods, setTransferFilters
-
-
-
-
Method Detail
-
getAuthorizationRoles
List<AuthorizationRoleVO> getAuthorizationRoles()
-
getVisibleNatures
Set<TransactionNature> getVisibleNatures()
-
isCanViewAuthorized
boolean isCanViewAuthorized()
-
setCanViewAuthorized
void setCanViewAuthorized(boolean flag)
-
setVisibleNatures
void setVisibleNatures(Set<TransactionNature> set)
-
-