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