public interface TransactionCustomFieldServiceLocal extends TransactionCustomFieldService, CRUDServiceLocal<TransactionCustomField,TransactionCustomFieldDTO,TransactionCustomFieldData,java.lang.Void>
TransactionCustomFieldService| Modifier and Type | Method and Description |
|---|---|
java.util.List<TransactionCustomField> |
listAll()
Returns all custom fields
|
java.util.List<TransactionCustomField> |
listRelated(TransferType transferType)
Returns the custom fields which are related to the given transfer type and visible by the logged user.
|
java.util.List<TransactionCustomField> |
listVisible(AccountOwner owner)
Returns the custom fields which are related to the current user over the given account owner
|
addRelation, list, listAllRelated, listRelated, removeRelationsaveOrdergetData, getDataForNew, load, remove, removeAll, savefind, findAll, getEntityClass, newEntity, remove, removeAll, toDTO, toEntity, validatejava.util.List<TransactionCustomField> listAll()
java.util.List<TransactionCustomField> listRelated(TransferType transferType)
java.util.List<TransactionCustomField> listVisible(AccountOwner owner)