|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SolutionFieldValue | |
---|---|
atg.svc.repository.beans | |
atg.svc.repository.beans.methods | |
atg.svc.repository.service |
Uses of SolutionFieldValue in atg.svc.repository.beans |
---|
Methods in atg.svc.repository.beans that return SolutionFieldValue | |
---|---|
SolutionFieldValue |
SolutionFieldValueHome.create()
Returns a new instance. |
SolutionFieldValue |
SolutionFieldValueHome.create(java.lang.String pId)
Returns a new instance with the repository id set to the given id. |
SolutionFieldValue |
SolutionField.createSolutionFieldValue()
|
SolutionFieldValue |
SolutionFieldValueHome.findByPrimaryKey(java.lang.String primaryKey)
Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found. |
SolutionFieldValue |
SolutionFieldValueHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
Methods in atg.svc.repository.beans with parameters of type SolutionFieldValue | |
---|---|
void |
SolutionFieldValue.copyTo(SolutionFieldValue destination)
Copies the property values of this instance to another instance of the same data type. |
Uses of SolutionFieldValue in atg.svc.repository.beans.methods |
---|
Fields in atg.svc.repository.beans.methods declared as SolutionFieldValue | |
---|---|
static SolutionFieldValue[] |
SolutionFieldMethods.EMPTY_FIELDVALUE_ARRAY
|
Methods in atg.svc.repository.beans.methods that return SolutionFieldValue | |
---|---|
SolutionFieldValue |
FieldDefinitionMethods.createSolutionFieldValue(atg.svc.repository.beans.FieldDefinition pFieldDefinition)
Creates a SolutionFieldValue object that is associated with this field. |
SolutionFieldValue |
SolutionFieldMethods.createSolutionFieldValue(SolutionField pField)
Creates a SolutionFieldValue for the given SolutionField. |
Methods in atg.svc.repository.beans.methods with parameters of type SolutionFieldValue | |
---|---|
atg.svc.repository.beans.FieldDefinitionType |
SolutionFieldValueMethods.getFieldDefinitionType(SolutionFieldValue pSolutionFieldValue)
Gets the field definition type metadata for the SolutionFieldValue. |
boolean |
SolutionFieldValueMethods.getHasPersonalization(SolutionFieldValue pSolutionFieldValue)
Returns true if personalization has been specified on the given field value. |
boolean |
SolutionFieldValueMethods.getIsEditable(SolutionFieldValue pSolutionFieldValue)
Returns true if the SolutionFieldValue is editable by the current user. |
boolean |
SolutionFieldValueMethods.getIsExternallyVisibleToEveryone(SolutionFieldValue pSolutionFieldValue)
Returns true if the given SolutionFieldValue is visible to everyone external. |
boolean |
SolutionFieldValueMethods.getIsExternallyVisibleToSegment(java.lang.String pSegment,
SolutionFieldValue pSolutionFieldValue)
Returns true if the given segment is found on the externalAudience property of the SolutionFieldValue. |
boolean |
SolutionFieldValueMethods.getIsVisible(SolutionFieldValue pSolutionFieldValue)
Returns true if the SolutionFieldValue is visible to the current user. |
java.lang.Object |
SolutionFieldValueMethods.getValue(SolutionFieldValue pSolutionFieldValue)
Gets the primitive value of the SolutionFieldValue object. |
void |
SolutionFieldValueMethods.setFieldDefinitionType(atg.svc.repository.beans.FieldDefinitionType pFieldDefinitionType,
SolutionFieldValue pSolutionFieldValue)
Sets the FieldDefinition type on the SolutionFieldValue. |
void |
SolutionFieldValueMethods.setValue(java.lang.Object pValue,
SolutionFieldValue pSolutionFieldValue)
Sets the primitive value of the SolutionFieldValue object. |
Uses of SolutionFieldValue in atg.svc.repository.service |
---|
Methods in atg.svc.repository.service that return SolutionFieldValue | |
---|---|
SolutionFieldValue |
SolutionService.createSolutionFieldValue(atg.svc.repository.beans.FieldDefinition pFieldDefinition)
Creates a new SolutionFieldValue repository impl. |
SolutionFieldValue |
SolutionService.createSolutionFieldValue(atg.svc.repository.beans.FieldDefinitionType pType)
Creates a new SolutionFieldValue repository impl with the given field type.. |
SolutionFieldValue |
SolutionService.createSolutionFieldValue(atg.svc.repository.beans.FieldDefinitionType pType,
SolutionHomes pHomes)
Creates a new SolutionFieldValue impl from the given SolutionHomes (bean or repository). |
SolutionFieldValue |
SolutionService.createSolutionFieldValue(SolutionField pField)
Creates a SolutionFieldValue for the given SolutionField. |
SolutionFieldValue |
TransactionalFragmentService.createSolutionFieldValue(java.lang.String pFragmentPath,
java.util.Map pParamValues,
SolutionHomes pHomes)
Creates a new SolutionFieldValue object specifically for Transactional Fragment fields. |
SolutionFieldValue |
SolutionService.getSolutionFieldValueBean(SolutionField pField,
SolutionFieldValue pSolutionFieldValue)
Gets an editable SolutionFieldValue object given the SolutionField and SolutionFieldValue object. |
SolutionFieldValue |
SolutionService.getSolutionFieldValueById(java.lang.String pId)
Finds a SolutionFieldValue given its repository id. |
Methods in atg.svc.repository.service with parameters of type SolutionFieldValue | |
---|---|
SolutionFieldValue |
SolutionService.getSolutionFieldValueBean(SolutionField pField,
SolutionFieldValue pSolutionFieldValue)
Gets an editable SolutionFieldValue object given the SolutionField and SolutionFieldValue object. |
boolean |
SolutionService.isFieldValueEditableForCurrentUser(SolutionFieldValue pFieldValue)
Returns true if the given property is editable by the current user. |
boolean |
SolutionService.isFieldValueInternallyVisible(SolutionFieldValue pFieldValue,
java.lang.String pSegment)
Returns true if the given segment is found on the internalAudience field of the field value. |
boolean |
SolutionService.isFieldValueVisibleForCurrentUser(SolutionFieldValue pFieldValue)
Returns true if the given property is visible to the current user. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |