|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ImportField
Represents an import field.
| Method Summary | |
|---|---|
void |
checkStringValue(Persistence persistenceObject,
java.lang.String value,
ImportGuidHelper service)
Checks the given string value of the field. |
java.lang.String |
getName()
Return the import field name. |
java.lang.String |
getStringValue(Persistence persistenceObject)
Return the value of the field as a string with the given Persistence instance. |
java.lang.String |
getType()
Return the import field type. |
boolean |
isRequired()
Return true if it is a rquired field. |
void |
setStringValue(Persistence persistenceObject,
java.lang.String value,
ImportGuidHelper service)
Sets the string value to the field of the given Persistence instance. |
| Methods inherited from interface com.elasticpath.domain.EpDomain |
|---|
getElasticPath, setElasticPath |
| Method Detail |
|---|
void checkStringValue(Persistence persistenceObject,
java.lang.String value,
ImportGuidHelper service)
persistenceObject - the Persistence instance on which to set valuevalue - the value to setservice - the service used to load an associated entity if the given value is a guid.java.lang.String getName()
java.lang.String getStringValue(Persistence persistenceObject)
Persistence instance.
persistenceObject - the Persistence instance on which to retrieve value
String value of the fieldjava.lang.String getType()
boolean isRequired()
true if it is a rquired field.
true if it is rquired
void setStringValue(Persistence persistenceObject,
java.lang.String value,
ImportGuidHelper service)
Persistence instance.
persistenceObject - the Persistence instance on which to set valuevalue - the value to setservice - the service used to load an associated entity if the given value is a guid.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||