Uses of Class
nl.surfnet.coin.csa.domain.Field.Source

Packages that use Field.Source
nl.surfnet.coin.csa.control.shopadmin   
nl.surfnet.coin.csa.domain   
 

Uses of Field.Source in nl.surfnet.coin.csa.control.shopadmin
 

Methods in nl.surfnet.coin.csa.control.shopadmin with parameters of type Field.Source
 String SpLmngDataBindingController.updateImageField(Long fieldId, String value, Field.Source source)
           
 String SpLmngDataBindingController.updateStringField(Long fieldId, String value, Field.Source source, String useThis)
           
 String SpLmngDataBindingController.upload(org.springframework.web.multipart.MultipartFile file, Field.Source source, Long fieldId, String useThis)
           
 

Uses of Field.Source in nl.surfnet.coin.csa.domain
 

Methods in nl.surfnet.coin.csa.domain that return Field.Source
 Field.Source Field.getSource()
           
static Field.Source Field.Source.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Field.Source[] Field.Source.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in nl.surfnet.coin.csa.domain with parameters of type Field.Source
static boolean CompoundServiceProvider.isAllowedCombination(Field.Key key, Field.Source source)
           
 void Field.setSource(Field.Source source)
           
 

Constructors in nl.surfnet.coin.csa.domain with parameters of type Field.Source
Field(Field.Source source, Field.Key key, CompoundServiceProvider compoundServiceProvider)
           
FieldImage(Field.Source source, Field.Key key, byte[] image)
           
FieldImage(Field.Source source, Field.Key key, byte[] image, CompoundServiceProvider compoundServiceProvider)
           
FieldImage(Field.Source source, Field.Key key, CompoundServiceProvider compoundServiceProvider)
           
FieldString(Field.Source source, Field.Key key, String value)
           
FieldString(Field.Source source, Field.Key key, String value, CompoundServiceProvider compoundServiceProvider)
           
 



Copyright © 2013 SURFnet bv, The Netherlands. All Rights Reserved.