public interface TransactionCustomFieldService extends BaseCustomFieldService<TransactionCustomFieldDTO,TransactionCustomFieldData,java.lang.Void>
| Modifier and Type | Method and Description |
|---|---|
void |
addRelation(TransferTypeVO transferType,
CustomFieldVO customField)
Relates the given transfer type with the given custom field
|
java.util.List<TransactionCustomFieldDetailedVO> |
list()
Lists all transaction custom fields with detailed information
|
java.util.List<CustomFieldVO> |
listAllRelated(TransferTypeVO transferType)
Returns all the custom fields which are related to the given transfer type
|
java.util.List<CustomFieldVO> |
listRelated(TransferTypeVO transferType)
Returns the custom fields which are visible (according to the products) and related to the given transfer type
|
void |
removeRelation(TransferTypeVO transferType,
CustomFieldVO customField)
Removes the given transfer type with the given custom field
|
saveOrdergetData, getDataForNew, load, remove, removeAll, savevoid addRelation(TransferTypeVO transferType, CustomFieldVO customField) throws FrameworkException
FrameworkExceptionjava.util.List<TransactionCustomFieldDetailedVO> list() throws FrameworkException
FrameworkExceptionjava.util.List<CustomFieldVO> listAllRelated(TransferTypeVO transferType) throws FrameworkException
FrameworkExceptionjava.util.List<CustomFieldVO> listRelated(TransferTypeVO transferType) throws FrameworkException
FrameworkExceptionvoid removeRelation(TransferTypeVO transferType, CustomFieldVO customField) throws FrameworkException
FrameworkException