|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SolutionFieldValue
SolutionFieldValueHome
Attribute Name | Attribute Value |
---|---|
atg.repository.query.SupportedQueries | and, comparison, constant, inFolders, includesAny, includes, includesItem, isNull, matchId, not, or, patternMatch, property, propertyOf, unconstrained, patternMatch, textSearch |
references | [:SolutionField.values] |
Property Name | Property Type | Property Description | Flags |
---|---|---|---|
bigString | String |
R, W, Cch, Qry | |
boolean | boolean | R, W, Cch, Qry | |
date | Date |
R, W, Cch, Qry | |
externalAudience | String [] |
R, W, Cch, Mv, Qry | |
externalAudienceSorted | Object [] |
R, Cch, Drv, Mv, Qry | |
fragment | TransactionalFragmentFieldValue |
R, W, Cch, Qry | |
id | String |
R, W, Cch, Id, Qry, Req | |
internalAudience | String [] |
R, W, Cch, Mv, Qry | |
internalAudienceSorted | Object [] |
R, Cch, Drv, Mv, Qry | |
internalModify | String [] |
R, W, Cch, Mv, Qry | |
internalModifySorted | Object [] |
R, Cch, Drv, Mv, Qry | |
number | float | R, W, Cch, Qry | |
string | String |
R, W, Cch, Qry | |
type | String |
R, W, Cch, Qry, Req |
Property bigString: String
getBigString()
setBigString(java.lang.String)
Property boolean: boolean
isBoolean()
setBoolean(boolean)
Property date: Date
getDate()
setDate(java.util.Date)
Property externalAudience: String
[]
getExternalAudience()
setExternalAudience(java.lang.String[])
Attribute Name | Attribute Value |
---|---|
removeNullValues | true |
Property externalAudienceSorted: Object
[]
getExternalAudienceSorted()
Property fragment: TransactionalFragmentFieldValue
getFragment()
setFragment(atg.svc.repository.beans.TransactionalFragmentFieldValue)
Property id: String
getId()
setId(java.lang.String)
Property internalAudience: String
[]
getInternalAudience()
setInternalAudience(java.lang.String[])
Attribute Name | Attribute Value |
---|---|
removeNullValues | true |
Property internalAudienceSorted: Object
[]
getInternalAudienceSorted()
Property internalModify: String
[]
getInternalModify()
setInternalModify(java.lang.String[])
Attribute Name | Attribute Value |
---|---|
removeNullValues | true |
Property internalModifySorted: Object
[]
getInternalModifySorted()
Property number: float
getNumber()
setNumber(float)
Property string: String
getString()
setString(java.lang.String)
Property type: String
getType()
setType(java.lang.String)
Field Summary |
---|
Fields inherited from interface atg.svc.repository.beans.SecuredItem |
---|
CLASS_VERSION |
Method Summary | |
---|---|
boolean |
_isMutable()
Returns true if the item is mutable. |
void |
copyTo(SolutionFieldValue destination)
Copies the property values of this instance to another instance of the same data type. |
java.lang.String |
getBigString()
Getter for property bigString |
java.util.Date |
getDate()
Getter for property date |
java.lang.String[] |
getExternalAudience()
Getter for property externalAudience |
java.lang.Object[] |
getExternalAudienceSorted()
Getter for property externalAudienceSorted |
atg.svc.repository.beans.FieldDefinitionType |
getFieldDefinitionType()
|
TransactionalFragmentFieldValue |
getFragment()
Getter for property fragment |
boolean |
getHasBoolean()
Returns true if the value of property boolean is null. |
boolean |
getHasNumber()
Returns true if the value of property number is null. |
boolean |
getHasPersonalization()
|
java.lang.String |
getId()
Getter for property id |
java.lang.String[] |
getInternalAudience()
Getter for property internalAudience |
java.lang.Object[] |
getInternalAudienceSorted()
Getter for property internalAudienceSorted |
java.lang.String[] |
getInternalModify()
Getter for property internalModify |
java.lang.Object[] |
getInternalModifySorted()
Getter for property internalModifySorted |
boolean |
getIsEditable()
|
boolean |
getIsExternallyVisibleToEveryone()
|
boolean |
getIsExternallyVisibleToSegment(java.lang.String segmentName)
|
boolean |
getIsVisible()
Returns true if the object is visible for the current user. |
float |
getNumber()
Getter for property number |
SolutionField |
getSolutionField()
Gets the SolutionField parent of this SolutionFieldValue. |
java.lang.String |
getString()
Getter for property string |
java.lang.String |
getType()
Getter for property type |
java.lang.Object |
getValue()
|
boolean |
isBoolean()
Getter for property boolean |
boolean |
isRemoved()
Returns true if the underlying object has been removed. |
void |
prepareInstanceForWrite()
This must be called if the application intends to both read and write the instance in the same transaction, and it intends to do a read before doing a write. |
void |
setBigString(java.lang.String value)
Setter for property bigString . |
void |
setBoolean(boolean value)
Setter for property boolean . |
void |
setDate(java.util.Date value)
Setter for property date . |
void |
setExternalAudience(java.lang.String[] value)
Setter for property externalAudience . |
void |
setFieldDefinitionType(atg.svc.repository.beans.FieldDefinitionType type)
|
void |
setFragment(TransactionalFragmentFieldValue value)
Setter for property fragment . |
void |
setHasBoolean(boolean value)
If this is set to false, then the underlying value of property boolean is set to null. |
void |
setHasNumber(boolean value)
If this is set to false, then the underlying value of property number is set to null. |
void |
setId(java.lang.String value)
Setter for property id . |
void |
setInternalAudience(java.lang.String[] value)
Setter for property internalAudience . |
void |
setInternalModify(java.lang.String[] value)
Setter for property internalModify . |
void |
setNumber(float value)
Setter for property number . |
void |
setString(java.lang.String value)
Setter for property string . |
void |
setType(java.lang.String value)
Setter for property type . |
void |
setValue(java.lang.Object value)
|
void |
writeInstance()
This must be called after modifying an instance with a persistent implementation to guarantee that all changes are made persistent and visible to queries. |
Methods inherited from interface javax.ejb.EJBLocalObject |
---|
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
Method Detail |
---|
java.lang.String getBigString() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void setBigString(java.lang.String value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- String
javax.ejb.EJBException
boolean isBoolean() throws javax.ejb.EJBException
javax.ejb.EJBException
boolean getHasBoolean() throws javax.ejb.EJBException
javax.ejb.EJBException
void setBoolean(boolean value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- boolean
javax.ejb.EJBException
void setHasBoolean(boolean value) throws javax.ejb.EJBException
javax.ejb.EJBException
java.util.Date getDate() throws javax.ejb.EJBException
Date
javax.ejb.EJBException
void setDate(java.util.Date value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- Date
javax.ejb.EJBException
java.lang.String[] getExternalAudience() throws javax.ejb.EJBException
getExternalAudience
in interface atg.svc.repository.beans.SecuredItem
String
[]
javax.ejb.EJBException
void setExternalAudience(java.lang.String[] value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
setExternalAudience
in interface atg.svc.repository.beans.SecuredItem
value
- String
[]
javax.ejb.EJBException
java.lang.Object[] getExternalAudienceSorted() throws javax.ejb.EJBException
Object
[]
javax.ejb.EJBException
TransactionalFragmentFieldValue getFragment() throws javax.ejb.EJBException
TransactionalFragmentFieldValue
javax.ejb.EJBException
void setFragment(TransactionalFragmentFieldValue value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- TransactionalFragmentFieldValue
javax.ejb.EJBException
java.lang.String getId() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void setId(java.lang.String value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- String
javax.ejb.EJBException
java.lang.String[] getInternalAudience() throws javax.ejb.EJBException
getInternalAudience
in interface atg.svc.repository.beans.SecuredItem
String
[]
javax.ejb.EJBException
void setInternalAudience(java.lang.String[] value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
setInternalAudience
in interface atg.svc.repository.beans.SecuredItem
value
- String
[]
javax.ejb.EJBException
java.lang.Object[] getInternalAudienceSorted() throws javax.ejb.EJBException
Object
[]
javax.ejb.EJBException
java.lang.String[] getInternalModify() throws javax.ejb.EJBException
getInternalModify
in interface atg.svc.repository.beans.SecuredItem
String
[]
javax.ejb.EJBException
void setInternalModify(java.lang.String[] value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
setInternalModify
in interface atg.svc.repository.beans.SecuredItem
value
- String
[]
javax.ejb.EJBException
java.lang.Object[] getInternalModifySorted() throws javax.ejb.EJBException
Object
[]
javax.ejb.EJBException
float getNumber() throws javax.ejb.EJBException
javax.ejb.EJBException
boolean getHasNumber() throws javax.ejb.EJBException
javax.ejb.EJBException
void setNumber(float value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- float
javax.ejb.EJBException
void setHasNumber(boolean value) throws javax.ejb.EJBException
javax.ejb.EJBException
java.lang.String getString() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void setString(java.lang.String value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- String
javax.ejb.EJBException
java.lang.String getType() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void setType(java.lang.String value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- String
javax.ejb.EJBException
boolean isRemoved() throws javax.ejb.EJBException
javax.ejb.EJBException
void copyTo(SolutionFieldValue destination) throws javax.ejb.EJBException
javax.ejb.EJBException
void writeInstance() throws javax.ejb.EJBException
javax.ejb.EJBException
void prepareInstanceForWrite() throws javax.ejb.EJBException
javax.ejb.EJBException
boolean _isMutable()
java.lang.Object getValue() throws javax.ejb.EJBException
javax.ejb.EJBException
- A system-level error occurredvoid setValue(java.lang.Object value) throws javax.ejb.EJBException
value
- Sets the value
javax.ejb.EJBException
- A system-level error occurredatg.svc.repository.beans.FieldDefinitionType getFieldDefinitionType() throws javax.ejb.EJBException
javax.ejb.EJBException
- A system-level error occurredvoid setFieldDefinitionType(atg.svc.repository.beans.FieldDefinitionType type) throws javax.ejb.EJBException
type
- Sets the value data type
javax.ejb.EJBException
- A system-level error occurredboolean getIsVisible() throws javax.ejb.EJBException
atg.svc.repository.beans.SecuredItem
getIsVisible
in interface atg.svc.repository.beans.SecuredItem
javax.ejb.EJBException
- A system-level error occurredboolean getIsEditable() throws javax.ejb.EJBException
javax.ejb.EJBException
- A system-level error occurredboolean getIsExternallyVisibleToEveryone() throws javax.ejb.EJBException
javax.ejb.EJBException
- A system-level error occurredSolutionField getSolutionField() throws ObjectNotFoundException, javax.ejb.EJBException
ObjectNotFoundException
javax.ejb.EJBException
- A system-level error occurredboolean getHasPersonalization() throws javax.ejb.EJBException
javax.ejb.EJBException
- A system-level error occurredboolean getIsExternallyVisibleToSegment(java.lang.String segmentName) throws javax.ejb.EJBException
segmentName
-
javax.ejb.EJBException
- A system-level error occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |