|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectatg.svc.repository.beans.methods.BaseMethods
atg.svc.repository.beans.methods.SolutionFieldValueMethods
public class SolutionFieldValueMethods
Defines extension methods for the SolutionFieldValue object.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
|
| Constructor Summary | |
|---|---|
SolutionFieldValueMethods()
|
|
| Method Summary | |
|---|---|
atg.svc.repository.beans.FieldDefinitionType |
getFieldDefinitionType(SolutionFieldValue pSolutionFieldValue)
Gets the field definition type metadata for the SolutionFieldValue. |
boolean |
getHasPersonalization(SolutionFieldValue pSolutionFieldValue)
Returns true if personalization has been specified on the given field value. |
boolean |
getIsEditable(SolutionFieldValue pSolutionFieldValue)
Returns true if the SolutionFieldValue is editable by the current user. |
boolean |
getIsExternallyVisibleToEveryone(SolutionFieldValue pSolutionFieldValue)
Returns true if the given SolutionFieldValue is visible to everyone external. |
boolean |
getIsExternallyVisibleToSegment(java.lang.String pSegment,
SolutionFieldValue pSolutionFieldValue)
Returns true if the given segment is found on the externalAudience property of the SolutionFieldValue. |
boolean |
getIsVisible(SolutionFieldValue pSolutionFieldValue)
Returns true if the SolutionFieldValue is visible to the current user. |
java.lang.Object |
getValue(SolutionFieldValue pSolutionFieldValue)
Gets the primitive value of the SolutionFieldValue object. |
void |
setFieldDefinitionType(atg.svc.repository.beans.FieldDefinitionType pFieldDefinitionType,
SolutionFieldValue pSolutionFieldValue)
Sets the FieldDefinition type on the SolutionFieldValue. |
void |
setValue(java.lang.Object pValue,
SolutionFieldValue pSolutionFieldValue)
Sets the primitive value of the SolutionFieldValue object. |
| Methods inherited from class atg.svc.repository.beans.methods.BaseMethods |
|---|
getServiceFactory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public SolutionFieldValueMethods()
| Method Detail |
|---|
public java.lang.Object getValue(SolutionFieldValue pSolutionFieldValue)
pSolutionFieldValue - The SolutionFieldValue to get the value from.
public void setValue(java.lang.Object pValue,
SolutionFieldValue pSolutionFieldValue)
pValue - The value to set on the SolutionFieldValue object.pSolutionFieldValue - The SolutionFieldValue to set the value on.public boolean getIsVisible(SolutionFieldValue pSolutionFieldValue)
pSolutionFieldValue - The SolutionFieldValue to check.
public boolean getIsEditable(SolutionFieldValue pSolutionFieldValue)
pSolutionFieldValue - The SolutionFieldValue to check.
public atg.svc.repository.beans.FieldDefinitionType getFieldDefinitionType(SolutionFieldValue pSolutionFieldValue)
pSolutionFieldValue - The SolutionFieldValue to get the type for.
public void setFieldDefinitionType(atg.svc.repository.beans.FieldDefinitionType pFieldDefinitionType,
SolutionFieldValue pSolutionFieldValue)
pFieldDefinitionType - The type of the field value.pSolutionFieldValue - The field value.public boolean getIsExternallyVisibleToEveryone(SolutionFieldValue pSolutionFieldValue)
pSolutionFieldValue - The SolutionFieldValue to check.
public boolean getIsExternallyVisibleToSegment(java.lang.String pSegment,
SolutionFieldValue pSolutionFieldValue)
pSegment - The segment to search on the externalAudience.pSolutionFieldValue - The SolutionFieldValue to check.
public boolean getHasPersonalization(SolutionFieldValue pSolutionFieldValue)
pSolutionFieldValue - The value to check.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||