Package org.cyclos.model.system.fields
Interface ModelWithCustomValues<V extends ICustomFieldValueWithList<CustomFieldPossibleValueVO,DynamicFieldValueVO,CustomFieldPossibleValueCategoryVO,RawFileVO,ImageVO>>
-
- All Known Implementing Classes:
AbstractSimpleUserRegistrationDTO,AbstractUserRegistrationDTO,AddressContactInfoDTO,AdvertisementDTO,AdWebShopDTO,BaseBuyVouchersDTO,BaseContactInfoDTO,BasicAdDTO,BuyVouchersDTO,ContactDTO,ContactInfoDTO,CreateTicketDTO,CreateVouchersDTO,CustomWizardTransitionParams,GenerateVouchersDTO,ImportTransferDTO,PerformBasePaymentDTO,PerformExternalPaymentDTO,PerformExternalTransactionDTO,PerformInternalTransactionDTO,PerformPaymentDTO,PerformRecurringPaymentDTO,PerformScheduledPaymentDTO,PerformTransactionDTO,PublicRegistrationDTO,RecordDTO,SendPaymentRequestDTO,SendVoucherDTO,SystemRecordDTO,TopUpVoucherDTO,UserDTO,UserRecordDTO,UserRegistrationByMemberDTO,UserRegistrationDTO
public interface ModelWithCustomValues<V extends ICustomFieldValueWithList<CustomFieldPossibleValueVO,DynamicFieldValueVO,CustomFieldPossibleValueCategoryVO,RawFileVO,ImageVO>>Common interface for retrieving custom field values
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<V>getCustomValues()voidsetCustomValues(List<V> customValues)
-