|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FieldDefinition
FieldDefinitionHome
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 | [:SolutionClassFieldDefinition.fieldDefinition, :DefaultFieldValue.fieldDefinition] |
Property default: boolean
isDefault()
setDefault(boolean)
Property displayName: String
getDisplayName()
setDisplayName(java.lang.String)
Property editor: FieldDefinitionEditor
getEditor()
setEditor(atg.svc.repository.beans.FieldDefinitionEditor)
Attribute Name | Attribute Value |
---|---|
useCodeForValue | false |
Property externalAudience: String
[]
getExternalAudience()
setExternalAudience(java.lang.String[])
Attribute Name | Attribute Value |
---|---|
removeNullValues | true |
Property externalAudienceSorted: Object
[]
getExternalAudienceSorted()
Property id: String
getId()
setId(java.lang.String)
Property indexing: FieldDefinitionIndexing
getIndexing()
setIndexing(atg.svc.repository.beans.FieldDefinitionIndexing)
Attribute Name | Attribute Value |
---|---|
useCodeForValue | false |
Property internalAudience: String
[]
getInternalAudience()
setInternalAudience(java.lang.String[])
Attribute Name | Attribute Value |
---|---|
deployable | false |
removeNullValues | true |
Property internalAudienceSorted: Object
[]
getInternalAudienceSorted()
Property internalModify: String
[]
getInternalModify()
setInternalModify(java.lang.String[])
Attribute Name | Attribute Value |
---|---|
deployable | false |
removeNullValues | true |
Property internalModifySorted: Object
[]
getInternalModifySorted()
Property multiValued: boolean
isMultiValued()
setMultiValued(boolean)
Property name: String
getName()
setName(java.lang.String)
Property purpose: FieldDefinitionPurpose
getPurpose()
setPurpose(atg.svc.repository.beans.FieldDefinitionPurpose)
Attribute Name | Attribute Value |
---|---|
useCodeForValue | false |
Property required: boolean
isRequired()
setRequired(boolean)
Property type: FieldDefinitionType
getType()
setType(atg.svc.repository.beans.FieldDefinitionType)
Attribute Name | Attribute Value |
---|---|
useCodeForValue | false |
Property usage: FieldDefinitionUsage
getUsage()
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(FieldDefinition destination)
Copies the property values of this instance to another instance of the same data type. |
SolutionFieldValue |
createSolutionFieldValue()
|
java.util.List |
getDefaultValues()
|
java.lang.String |
getDisplayName()
Getter for property displayName |
FieldDefinitionEditor |
getEditor()
Getter for property editor |
java.lang.String[] |
getExternalAudience()
Getter for property externalAudience |
java.lang.Object[] |
getExternalAudienceSorted()
Getter for property externalAudienceSorted |
boolean |
getHasDefault()
Returns true if the value of property default is null. |
java.lang.String |
getId()
Getter for property id |
FieldDefinitionIndexing |
getIndexing()
Getter for property indexing |
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 |
getIsExternallyVisible()
|
boolean |
getIsExternallyVisible(java.lang.String segmentName)
|
boolean |
getIsInternalOnly()
|
boolean |
getIsMultiValued()
|
boolean |
getIsVisible()
Returns true if the object is visible for the current user. |
java.lang.String |
getName()
Getter for property name |
FieldDefinitionPurpose |
getPurpose()
Getter for property purpose |
FieldDefinitionType |
getType()
Getter for property type |
FieldDefinitionUsage |
getUsage()
Getter for property usage |
boolean |
isDefault()
Getter for property default |
boolean |
isMultiValued()
Getter for property multiValued |
boolean |
isRemoved()
Returns true if the underlying object has been removed. |
boolean |
isRequired()
Getter for property required |
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 |
setDefault(boolean value)
Setter for property default . |
void |
setDefaultValues(java.util.List value)
|
void |
setDisplayName(java.lang.String value)
Setter for property displayName . |
void |
setEditor(FieldDefinitionEditor value)
Setter for property editor . |
void |
setExternalAudience(java.lang.String[] value)
Setter for property externalAudience . |
void |
setHasDefault(boolean value)
If this is set to false, then the underlying value of property default is set to null. |
void |
setId(java.lang.String value)
Setter for property id . |
void |
setIndexing(FieldDefinitionIndexing value)
Setter for property indexing . |
void |
setInternalAudience(java.lang.String[] value)
Setter for property internalAudience . |
void |
setInternalModify(java.lang.String[] value)
Setter for property internalModify . |
void |
setMultiValued(boolean value)
Setter for property multiValued . |
void |
setName(java.lang.String value)
Setter for property name . |
void |
setPurpose(FieldDefinitionPurpose value)
Setter for property purpose . |
void |
setRequired(boolean value)
Setter for property required . |
void |
setType(FieldDefinitionType value)
Setter for property type . |
void |
setUsage(FieldDefinitionUsage value)
Setter for property usage . |
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 |
---|
boolean isDefault() throws javax.ejb.EJBException
javax.ejb.EJBException
boolean getHasDefault() throws javax.ejb.EJBException
javax.ejb.EJBException
void setDefault(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 setHasDefault(boolean value) throws javax.ejb.EJBException
javax.ejb.EJBException
java.lang.String getDisplayName() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void setDisplayName(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
FieldDefinitionEditor getEditor() throws javax.ejb.EJBException
FieldDefinitionEditor
javax.ejb.EJBException
void setEditor(FieldDefinitionEditor 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
- FieldDefinitionEditor
javax.ejb.EJBException
java.lang.String[] getExternalAudience() throws javax.ejb.EJBException
getExternalAudience
in interface 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 SecuredItem
value
- String
[]
javax.ejb.EJBException
java.lang.Object[] getExternalAudienceSorted() throws javax.ejb.EJBException
Object
[]
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
FieldDefinitionIndexing getIndexing() throws javax.ejb.EJBException
FieldDefinitionIndexing
javax.ejb.EJBException
void setIndexing(FieldDefinitionIndexing 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
- FieldDefinitionIndexing
javax.ejb.EJBException
java.lang.String[] getInternalAudience() throws javax.ejb.EJBException
getInternalAudience
in interface 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 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 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 SecuredItem
value
- String
[]
javax.ejb.EJBException
java.lang.Object[] getInternalModifySorted() throws javax.ejb.EJBException
Object
[]
javax.ejb.EJBException
boolean isMultiValued() throws javax.ejb.EJBException
javax.ejb.EJBException
void setMultiValued(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
java.lang.String getName() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void setName(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
FieldDefinitionPurpose getPurpose() throws javax.ejb.EJBException
FieldDefinitionPurpose
javax.ejb.EJBException
void setPurpose(FieldDefinitionPurpose 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
- FieldDefinitionPurpose
javax.ejb.EJBException
boolean isRequired() throws javax.ejb.EJBException
javax.ejb.EJBException
void setRequired(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
FieldDefinitionType getType() throws javax.ejb.EJBException
FieldDefinitionType
javax.ejb.EJBException
void setType(FieldDefinitionType 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
- FieldDefinitionType
javax.ejb.EJBException
FieldDefinitionUsage getUsage() throws javax.ejb.EJBException
FieldDefinitionUsage
javax.ejb.EJBException
void setUsage(FieldDefinitionUsage 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
- FieldDefinitionUsage
javax.ejb.EJBException
boolean isRemoved() throws javax.ejb.EJBException
javax.ejb.EJBException
void copyTo(FieldDefinition 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()
boolean getIsMultiValued() throws javax.ejb.EJBException
javax.ejb.EJBException
- A system-level error occurredboolean getIsVisible() throws javax.ejb.EJBException
SecuredItem
getIsVisible
in interface SecuredItem
javax.ejb.EJBException
- A system-level error occurredboolean getIsExternallyVisible() throws javax.ejb.EJBException
javax.ejb.EJBException
- A system-level error occurredboolean getIsExternallyVisible(java.lang.String segmentName) throws javax.ejb.EJBException
segmentName
-
javax.ejb.EJBException
- A system-level error occurredboolean getIsEditable() throws javax.ejb.EJBException
javax.ejb.EJBException
- A system-level error occurredboolean getIsInternalOnly() throws javax.ejb.EJBException
javax.ejb.EJBException
- A system-level error occurredSolutionFieldValue createSolutionFieldValue() throws javax.ejb.CreateException, javax.ejb.EJBException
javax.ejb.CreateException
javax.ejb.EJBException
- A system-level error occurredvoid setDefaultValues(java.util.List value) throws javax.ejb.CreateException, javax.ejb.FinderException, PersistenceException, javax.ejb.RemoveException, javax.ejb.EJBException
value
-
javax.ejb.CreateException
javax.ejb.FinderException
PersistenceException
javax.ejb.RemoveException
javax.ejb.EJBException
- A system-level error occurredjava.util.List getDefaultValues() throws javax.ejb.FinderException, javax.ejb.EJBException
javax.ejb.FinderException
javax.ejb.EJBException
- A system-level error occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |