Package org.cyclos.model.system.fields
Interface ModelWithCustomValues<V extends ICustomFieldValueWithSet<CustomFieldPossibleValueVO,CustomFieldPossibleValueCategoryVO,RawFileVO,ImageVO>>
-
- All Known Implementing Classes:
AbstractSimpleUserRegistrationDTO,AbstractUserRegistrationDTO,AddressContactInfoDTO,AdvertisementDTO,AdWebShopDTO,BaseContactInfoDTO,BasicAdDTO,ContactDTO,ContactInfoDTO,CreateTicketDTO,CustomWizardTransitionParams,ImportTransferDTO,PerformBasePaymentDTO,PerformExternalPaymentDTO,PerformExternalTransactionDTO,PerformInternalTransactionDTO,PerformPaymentDTO,PerformRecurringPaymentDTO,PerformScheduledPaymentDTO,PerformTransactionDTO,PublicRegistrationDTO,RecordDTO,SendPaymentRequestDTO,SystemRecordDTO,UserDTO,UserRecordDTO,UserRegistrationByMemberDTO,UserRegistrationDTO
public interface ModelWithCustomValues<V extends ICustomFieldValueWithSet<CustomFieldPossibleValueVO,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)
-