|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectatg.svc.repository.beans._TextFieldDefinition_Impl
atg.svc.repository.beans._TextFieldDefinition_ReposImpl
public class _TextFieldDefinition_ReposImpl
| Field Summary |
|---|
| Fields inherited from interface atg.repository.tojava.runtime.RepositoryItemWrapper |
|---|
CLASS_VERSION |
| Fields inherited from interface atg.repository.tojava.runtime.RJRepositoryObject |
|---|
CLASS_VERSION |
| Fields inherited from interface atg.svc.repository.beans.SecuredItem |
|---|
CLASS_VERSION |
| Fields inherited from interface atg.svc.repository.beans.SecuredItem |
|---|
CLASS_VERSION |
| Method Summary | |
|---|---|
javax.ejb.EJBLocalHome |
_getBeanHome()
Gets the bean home for this repository impl. |
atg.repository.RepositoryItem |
_getRepositoryItem()
|
boolean |
_isMutable()
Returns true if the item is mutable. |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDisplayName()
Getter for property displayName |
FieldDefinitionEditor |
getEditor()
Getter for property editor |
javax.ejb.EJBLocalHome |
getEJBLocalHome()
Gets the home associated with this repository object. |
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 |
java.lang.String |
getName()
Getter for property name |
java.lang.Object |
getPrimaryKey()
Gets the primary key for the repository impl. |
java.lang.Object |
getPropertyValue(java.lang.String propertyName)
|
FieldDefinitionPurpose |
getPurpose()
Getter for property purpose |
FieldDefinitionType |
getType()
Getter for property type |
FieldDefinitionUsage |
getUsage()
Getter for property usage |
int |
hashCode()
|
boolean |
isDefault()
Getter for property default |
boolean |
isIdentical(javax.ejb.EJBLocalObject obj)
Returns true if the given object is identical to this one. |
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 |
remove()
Removes this object from the repository. |
void |
setDefault(boolean value)
Setter for property default . |
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 |
setPropertyValue(java.lang.String propertyName,
java.lang.Object value)
|
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 . |
java.lang.String |
toString()
|
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 class atg.svc.repository.beans._TextFieldDefinition_Impl |
|---|
_getItemDescriptorName, _getObjectInterfaceClass, copyTo, copyTo, createSolutionFieldValue, getDefaultValues, getIsEditable, getIsExternallyVisible, getIsExternallyVisible, getIsInternalOnly, getIsMultiValued, getIsVisible, setDefaultValues |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface atg.repository.tojava.runtime.RJObject |
|---|
_getItemDescriptorName, _getObjectInterfaceClass |
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic atg.repository.RepositoryItem _getRepositoryItem()
_getRepositoryItem in interface atg.repository.tojava.runtime.RepositoryItemWrapperpublic java.lang.Object getPropertyValue(java.lang.String propertyName)
getPropertyValue in interface atg.repository.tojava.runtime.RepositoryItemWrapper
public void setPropertyValue(java.lang.String propertyName,
java.lang.Object value)
throws javax.ejb.EJBException
setPropertyValue in interface atg.repository.tojava.runtime.RepositoryItemWrapperjavax.ejb.EJBException
public boolean isDefault()
throws javax.ejb.EJBException
FieldDefinition
isDefault in interface FieldDefinitionisDefault in interface atg.svc.repository.beans.pv.FieldDefinition_PVjavax.ejb.EJBException
public boolean getHasDefault()
throws javax.ejb.EJBException
FieldDefinition
getHasDefault in interface FieldDefinitiongetHasDefault in interface atg.svc.repository.beans.pv.FieldDefinition_PVjavax.ejb.EJBException
public void setDefault(boolean value)
throws javax.ejb.EJBException
FieldDefinitionFieldDefinition.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The FieldDefinition.prepareInstanceForWrite() method may need to be called before making any changes.
setDefault in interface FieldDefinitionsetDefault in interface atg.svc.repository.beans.pv.FieldDefinition_PVvalue - boolean
javax.ejb.EJBException
public void setHasDefault(boolean value)
throws javax.ejb.EJBException
FieldDefinition
setHasDefault in interface FieldDefinitionsetHasDefault in interface atg.svc.repository.beans.pv.FieldDefinition_PVjavax.ejb.EJBException
public java.lang.String getDisplayName()
throws javax.ejb.EJBException
FieldDefinition
getDisplayName in interface FieldDefinitiongetDisplayName in interface atg.svc.repository.beans.pv.FieldDefinition_PVString
javax.ejb.EJBException
public void setDisplayName(java.lang.String value)
throws javax.ejb.EJBException
FieldDefinitionFieldDefinition.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The FieldDefinition.prepareInstanceForWrite() method may need to be called before making any changes.
setDisplayName in interface FieldDefinitionsetDisplayName in interface atg.svc.repository.beans.pv.FieldDefinition_PVvalue - String
javax.ejb.EJBException
public FieldDefinitionEditor getEditor()
throws javax.ejb.EJBException
FieldDefinition
getEditor in interface FieldDefinitiongetEditor in interface atg.svc.repository.beans.pv.FieldDefinition_PVFieldDefinitionEditor
javax.ejb.EJBException
public void setEditor(FieldDefinitionEditor value)
throws javax.ejb.EJBException
FieldDefinitionFieldDefinition.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The FieldDefinition.prepareInstanceForWrite() method may need to be called before making any changes.
setEditor in interface FieldDefinitionsetEditor in interface atg.svc.repository.beans.pv.FieldDefinition_PVvalue - FieldDefinitionEditor
javax.ejb.EJBException
public java.lang.String[] getExternalAudience()
throws javax.ejb.EJBException
FieldDefinition
getExternalAudience in interface FieldDefinitiongetExternalAudience in interface atg.svc.repository.beans.pv.FieldDefinition_PVgetExternalAudience in interface SecuredItemString[]
javax.ejb.EJBException
public void setExternalAudience(java.lang.String[] value)
throws javax.ejb.EJBException
FieldDefinitionFieldDefinition.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The FieldDefinition.prepareInstanceForWrite() method may need to be called before making any changes.
setExternalAudience in interface FieldDefinitionsetExternalAudience in interface atg.svc.repository.beans.pv.FieldDefinition_PVsetExternalAudience in interface SecuredItemvalue - String[]
javax.ejb.EJBException
public java.lang.Object[] getExternalAudienceSorted()
throws javax.ejb.EJBException
FieldDefinition
getExternalAudienceSorted in interface FieldDefinitiongetExternalAudienceSorted in interface atg.svc.repository.beans.pv.FieldDefinition_PVObject[]
javax.ejb.EJBException
public java.lang.String getId()
throws javax.ejb.EJBException
FieldDefinition
getId in interface FieldDefinitiongetId in interface atg.svc.repository.beans.pv.FieldDefinition_PVgetId in interface atg.svc.repository.beans.pv.TextFieldDefinition_PVgetId in interface TextFieldDefinitionString
javax.ejb.EJBException
public void setId(java.lang.String value)
throws javax.ejb.EJBException
FieldDefinitionFieldDefinition.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The FieldDefinition.prepareInstanceForWrite() method may need to be called before making any changes.
setId in interface FieldDefinitionsetId in interface atg.svc.repository.beans.pv.FieldDefinition_PVsetId in interface atg.svc.repository.beans.pv.TextFieldDefinition_PVsetId in interface TextFieldDefinitionvalue - String
javax.ejb.EJBException
public FieldDefinitionIndexing getIndexing()
throws javax.ejb.EJBException
FieldDefinition
getIndexing in interface FieldDefinitiongetIndexing in interface atg.svc.repository.beans.pv.FieldDefinition_PVFieldDefinitionIndexing
javax.ejb.EJBException
public void setIndexing(FieldDefinitionIndexing value)
throws javax.ejb.EJBException
FieldDefinitionFieldDefinition.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The FieldDefinition.prepareInstanceForWrite() method may need to be called before making any changes.
setIndexing in interface FieldDefinitionsetIndexing in interface atg.svc.repository.beans.pv.FieldDefinition_PVvalue - FieldDefinitionIndexing
javax.ejb.EJBException
public java.lang.String[] getInternalAudience()
throws javax.ejb.EJBException
FieldDefinition
getInternalAudience in interface FieldDefinitiongetInternalAudience in interface atg.svc.repository.beans.pv.FieldDefinition_PVgetInternalAudience in interface SecuredItemString[]
javax.ejb.EJBException
public void setInternalAudience(java.lang.String[] value)
throws javax.ejb.EJBException
FieldDefinitionFieldDefinition.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The FieldDefinition.prepareInstanceForWrite() method may need to be called before making any changes.
setInternalAudience in interface FieldDefinitionsetInternalAudience in interface atg.svc.repository.beans.pv.FieldDefinition_PVsetInternalAudience in interface SecuredItemvalue - String[]
javax.ejb.EJBException
public java.lang.Object[] getInternalAudienceSorted()
throws javax.ejb.EJBException
FieldDefinition
getInternalAudienceSorted in interface FieldDefinitiongetInternalAudienceSorted in interface atg.svc.repository.beans.pv.FieldDefinition_PVObject[]
javax.ejb.EJBException
public java.lang.String[] getInternalModify()
throws javax.ejb.EJBException
FieldDefinition
getInternalModify in interface FieldDefinitiongetInternalModify in interface atg.svc.repository.beans.pv.FieldDefinition_PVgetInternalModify in interface SecuredItemString[]
javax.ejb.EJBException
public void setInternalModify(java.lang.String[] value)
throws javax.ejb.EJBException
FieldDefinitionFieldDefinition.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The FieldDefinition.prepareInstanceForWrite() method may need to be called before making any changes.
setInternalModify in interface FieldDefinitionsetInternalModify in interface atg.svc.repository.beans.pv.FieldDefinition_PVsetInternalModify in interface SecuredItemvalue - String[]
javax.ejb.EJBException
public java.lang.Object[] getInternalModifySorted()
throws javax.ejb.EJBException
FieldDefinition
getInternalModifySorted in interface FieldDefinitiongetInternalModifySorted in interface atg.svc.repository.beans.pv.FieldDefinition_PVObject[]
javax.ejb.EJBException
public boolean isMultiValued()
throws javax.ejb.EJBException
FieldDefinition
isMultiValued in interface FieldDefinitionisMultiValued in interface atg.svc.repository.beans.pv.FieldDefinition_PVjavax.ejb.EJBException
public void setMultiValued(boolean value)
throws javax.ejb.EJBException
FieldDefinitionFieldDefinition.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The FieldDefinition.prepareInstanceForWrite() method may need to be called before making any changes.
setMultiValued in interface FieldDefinitionsetMultiValued in interface atg.svc.repository.beans.pv.FieldDefinition_PVvalue - boolean
javax.ejb.EJBException
public java.lang.String getName()
throws javax.ejb.EJBException
FieldDefinition
getName in interface FieldDefinitiongetName in interface atg.svc.repository.beans.pv.FieldDefinition_PVString
javax.ejb.EJBException
public void setName(java.lang.String value)
throws javax.ejb.EJBException
FieldDefinitionFieldDefinition.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The FieldDefinition.prepareInstanceForWrite() method may need to be called before making any changes.
setName in interface FieldDefinitionsetName in interface atg.svc.repository.beans.pv.FieldDefinition_PVvalue - String
javax.ejb.EJBException
public FieldDefinitionPurpose getPurpose()
throws javax.ejb.EJBException
FieldDefinition
getPurpose in interface FieldDefinitiongetPurpose in interface atg.svc.repository.beans.pv.FieldDefinition_PVFieldDefinitionPurpose
javax.ejb.EJBException
public void setPurpose(FieldDefinitionPurpose value)
throws javax.ejb.EJBException
FieldDefinitionFieldDefinition.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The FieldDefinition.prepareInstanceForWrite() method may need to be called before making any changes.
setPurpose in interface FieldDefinitionsetPurpose in interface atg.svc.repository.beans.pv.FieldDefinition_PVvalue - FieldDefinitionPurpose
javax.ejb.EJBException
public boolean isRequired()
throws javax.ejb.EJBException
FieldDefinition
isRequired in interface FieldDefinitionisRequired in interface atg.svc.repository.beans.pv.FieldDefinition_PVjavax.ejb.EJBException
public void setRequired(boolean value)
throws javax.ejb.EJBException
FieldDefinitionFieldDefinition.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The FieldDefinition.prepareInstanceForWrite() method may need to be called before making any changes.
setRequired in interface FieldDefinitionsetRequired in interface atg.svc.repository.beans.pv.FieldDefinition_PVvalue - boolean
javax.ejb.EJBException
public FieldDefinitionType getType()
throws javax.ejb.EJBException
FieldDefinition
getType in interface FieldDefinitiongetType in interface atg.svc.repository.beans.pv.FieldDefinition_PVFieldDefinitionType
javax.ejb.EJBException
public void setType(FieldDefinitionType value)
throws javax.ejb.EJBException
FieldDefinitionFieldDefinition.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The FieldDefinition.prepareInstanceForWrite() method may need to be called before making any changes.
setType in interface FieldDefinitionsetType in interface atg.svc.repository.beans.pv.FieldDefinition_PVvalue - FieldDefinitionType
javax.ejb.EJBException
public FieldDefinitionUsage getUsage()
throws javax.ejb.EJBException
FieldDefinition
getUsage in interface FieldDefinitiongetUsage in interface atg.svc.repository.beans.pv.FieldDefinition_PVFieldDefinitionUsage
javax.ejb.EJBException
public void setUsage(FieldDefinitionUsage value)
throws javax.ejb.EJBException
FieldDefinitionFieldDefinition.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The FieldDefinition.prepareInstanceForWrite() method may need to be called before making any changes.
setUsage in interface FieldDefinitionsetUsage in interface atg.svc.repository.beans.pv.FieldDefinition_PVvalue - FieldDefinitionUsage
javax.ejb.EJBException
public boolean isRemoved()
throws javax.ejb.EJBException
FieldDefinition
isRemoved in interface atg.repository.tojava.runtime.RJRepositoryObjectisRemoved in interface FieldDefinitionisRemoved in interface atg.svc.repository.beans.pv.FieldDefinition_PVisRemoved in interface atg.svc.repository.beans.pv.TextFieldDefinition_PVisRemoved in interface TextFieldDefinitionisRemoved in class _TextFieldDefinition_Impljavax.ejb.EJBException - If the operation fails.
public void writeInstance()
throws javax.ejb.EJBException
atg.repository.tojava.runtime.RJObject
writeInstance in interface atg.repository.tojava.runtime.RJObjectwriteInstance in interface FieldDefinitionwriteInstance in interface atg.svc.repository.beans.pv.FieldDefinition_PVwriteInstance in interface atg.svc.repository.beans.pv.TextFieldDefinition_PVwriteInstance in interface TextFieldDefinitionjavax.ejb.EJBException - If the operation fails.
public void prepareInstanceForWrite()
throws javax.ejb.EJBException
atg.repository.tojava.runtime.RJObject
prepareInstanceForWrite in interface atg.repository.tojava.runtime.RJObjectprepareInstanceForWrite in interface FieldDefinitionprepareInstanceForWrite in interface atg.svc.repository.beans.pv.FieldDefinition_PVprepareInstanceForWrite in interface atg.svc.repository.beans.pv.TextFieldDefinition_PVprepareInstanceForWrite in interface TextFieldDefinitionjavax.ejb.EJBException - If the operation fails.public boolean _isMutable()
_isMutable in interface FieldDefinition_isMutable in interface atg.svc.repository.beans.pv.FieldDefinition_PV_isMutable in interface atg.svc.repository.beans.pv.TextFieldDefinition_PV_isMutable in interface TextFieldDefinitionpublic javax.ejb.EJBLocalHome getEJBLocalHome()
atg.repository.tojava.runtime.RJObject
getEJBLocalHome in interface atg.repository.tojava.runtime.RJObjectgetEJBLocalHome in interface javax.ejb.EJBLocalObjectpublic javax.ejb.EJBLocalHome _getBeanHome()
atg.repository.tojava.runtime.RJRepositoryObject
_getBeanHome in interface atg.repository.tojava.runtime.RJRepositoryObjectpublic java.lang.Object getPrimaryKey()
atg.repository.tojava.runtime.RJRepositoryObject
getPrimaryKey in interface atg.repository.tojava.runtime.RJRepositoryObjectgetPrimaryKey in interface javax.ejb.EJBLocalObjectpublic boolean isIdentical(javax.ejb.EJBLocalObject obj)
atg.repository.tojava.runtime.RJObject
isIdentical in interface atg.repository.tojava.runtime.RJObjectisIdentical in interface javax.ejb.EJBLocalObjectobj - The object to compare.
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
public void remove()
throws javax.ejb.EJBException
atg.repository.tojava.runtime.RJObject
remove in interface atg.repository.tojava.runtime.RJObjectremove in interface javax.ejb.EJBLocalObjectjavax.ejb.EJBException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||