|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextFieldDefinition
TextFieldDefinitionHome
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 |
Property Name | Property Type | Property Description | Flags |
---|---|---|---|
default | boolean | Set to true if the field instance should set default values from the definition on create. | R, W, Cch, Qry |
displayName | String |
Name displayed in UI to users | R, W, Cch, Qry, Req |
editor | FieldDefinitionEditor |
R, W, Cch, Qry, Req | |
externalAudience | String [] |
R, W, Cch, Mv, Qry | |
externalAudienceSorted | Object [] |
R, Cch, Drv, Mv, Qry | |
id | String |
R, W, Cch, Id, Qry, Req | |
indexing | FieldDefinitionIndexing |
R, W, Cch, 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 | |
multiValued | boolean | Set to true if the field instance can hold multiple values | R, W, Cch, Qry, Req |
name | String |
Immutable logical name of the field definition | R, W, Cch, Qry, Req |
purpose | FieldDefinitionPurpose |
R, W, Cch, Qry, Req | |
required | boolean | Set to true if the field instance should not allow null values | R, W, Cch, Qry, Req |
type | FieldDefinitionType |
R, W, Cch, Qry, Req | |
usage | FieldDefinitionUsage |
R, W, Cch, Qry, Req |
Property default: boolean
FieldDefinition.isDefault()
FieldDefinition.setDefault(boolean)
Property displayName: String
FieldDefinition.getDisplayName()
FieldDefinition.setDisplayName(java.lang.String)
Property editor: FieldDefinitionEditor
FieldDefinition.getEditor()
FieldDefinition.setEditor(atg.svc.repository.beans.FieldDefinitionEditor)
Attribute Name | Attribute Value |
---|---|
useCodeForValue | false |
Property externalAudience: String
[]
FieldDefinition.getExternalAudience()
FieldDefinition.setExternalAudience(java.lang.String[])
Attribute Name | Attribute Value |
---|---|
removeNullValues | true |
Property externalAudienceSorted: Object
[]
FieldDefinition.getExternalAudienceSorted()
Property id: String
getId()
setId(java.lang.String)
Property indexing: FieldDefinitionIndexing
FieldDefinition.getIndexing()
FieldDefinition.setIndexing(atg.svc.repository.beans.FieldDefinitionIndexing)
Attribute Name | Attribute Value |
---|---|
useCodeForValue | false |
Property internalAudience: String
[]
FieldDefinition.getInternalAudience()
FieldDefinition.setInternalAudience(java.lang.String[])
Attribute Name | Attribute Value |
---|---|
removeNullValues | true |
Property internalAudienceSorted: Object
[]
FieldDefinition.getInternalAudienceSorted()
Property internalModify: String
[]
FieldDefinition.getInternalModify()
FieldDefinition.setInternalModify(java.lang.String[])
Attribute Name | Attribute Value |
---|---|
removeNullValues | true |
Property internalModifySorted: Object
[]
FieldDefinition.getInternalModifySorted()
Property multiValued: boolean
FieldDefinition.isMultiValued()
FieldDefinition.setMultiValued(boolean)
Property name: String
FieldDefinition.getName()
FieldDefinition.setName(java.lang.String)
Property purpose: FieldDefinitionPurpose
FieldDefinition.getPurpose()
FieldDefinition.setPurpose(atg.svc.repository.beans.FieldDefinitionPurpose)
Attribute Name | Attribute Value |
---|---|
useCodeForValue | false |
Property required: boolean
FieldDefinition.isRequired()
FieldDefinition.setRequired(boolean)
Property type: FieldDefinitionType
FieldDefinition.getType()
FieldDefinition.setType(atg.svc.repository.beans.FieldDefinitionType)
Attribute Name | Attribute Value |
---|---|
useCodeForValue | false |
Property usage: FieldDefinitionUsage
FieldDefinition.getUsage()
FieldDefinition.setUsage(atg.svc.repository.beans.FieldDefinitionUsage)
Attribute Name | Attribute Value |
---|---|
useCodeForValue | false |
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(TextFieldDefinition destination)
Copies the property values of this instance to another instance of the same data type. |
java.lang.String |
getId()
Getter for property id |
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 |
setId(java.lang.String value)
Setter for property id . |
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 atg.svc.repository.beans.FieldDefinition |
---|
copyTo, createSolutionFieldValue, getDefaultValues, getDisplayName, getEditor, getExternalAudience, getExternalAudienceSorted, getHasDefault, getIndexing, getInternalAudience, getInternalAudienceSorted, getInternalModify, getInternalModifySorted, getIsEditable, getIsExternallyVisibleToEveryone, getIsExternallyVisibleToSegment, getIsInternalOnly, getIsMultiValued, getIsVisible, getName, getPurpose, getType, getUsage, isDefault, isMultiValued, isRequired, setDefault, setDefaultValues, setDisplayName, setEditor, setExternalAudience, setHasDefault, setIndexing, setInternalAudience, setInternalModify, setMultiValued, setName, setPurpose, setRequired, setType, setUsage |
Method Detail |
---|
java.lang.String getId() throws javax.ejb.EJBException
getId
in interface atg.svc.repository.beans.FieldDefinition
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.
setId
in interface atg.svc.repository.beans.FieldDefinition
value
- String
javax.ejb.EJBException
boolean isRemoved() throws javax.ejb.EJBException
isRemoved
in interface atg.svc.repository.beans.FieldDefinition
javax.ejb.EJBException
void copyTo(TextFieldDefinition destination) throws javax.ejb.EJBException
javax.ejb.EJBException
void writeInstance() throws javax.ejb.EJBException
writeInstance
in interface atg.svc.repository.beans.FieldDefinition
javax.ejb.EJBException
void prepareInstanceForWrite() throws javax.ejb.EJBException
prepareInstanceForWrite
in interface atg.svc.repository.beans.FieldDefinition
javax.ejb.EJBException
boolean _isMutable()
_isMutable
in interface atg.svc.repository.beans.FieldDefinition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |