| Package | Description |
|---|---|
| selfservice.control.shopadmin | |
| selfservice.domain.csa |
| Modifier and Type | Method and Description |
|---|---|
String |
SpLmngDataBindingController.updateImageField(Long fieldId,
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) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CompoundServiceProvider.isAllowedCombination(Field.Key key,
Field.Source source) |
void |
Field.setSource(Field.Source source) |
| Constructor and Description |
|---|
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 © 2012–2016 Pivotal Software, Inc.. All rights reserved.