|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectatg.svc.repository.beans._OrganizationFieldDefinition_Impl
atg.svc.repository.beans._OrganizationFieldDefinition_BeanImpl
public class _OrganizationFieldDefinition_BeanImpl
| Field Summary |
|---|
| Fields inherited from interface atg.repository.tojava.runtime.RJBeanObject |
|---|
CLASS_VERSION |
| Fields inherited from interface atg.svc.repository.beans.SecuredItem |
|---|
CLASS_VERSION |
| Fields inherited from interface atg.svc.repository.beans.SecuredItem |
|---|
CLASS_VERSION |
| Constructor Summary | |
|---|---|
_OrganizationFieldDefinition_BeanImpl()
|
|
| Method Summary | |
|---|---|
javax.ejb.EJBLocalHome |
_getRepositoryHome()
Gets the repository home that corresponds to this bean. |
boolean |
_isMutable()
Returns true if the item is mutable. |
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()
|
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 |
isIdentical(javax.ejb.EJBLocalObject obj)
Returns true if the given object is identical to this one. |
boolean |
isMultiValued()
Getter for property multiValued |
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 |
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 class atg.svc.repository.beans._OrganizationFieldDefinition_Impl |
|---|
_getItemDescriptorName, _getObjectInterfaceClass, copyTo, copyTo, createSolutionFieldValue, getDefaultValues, getIsEditable, getIsExternallyVisible, getIsExternallyVisible, getIsInternalOnly, getIsMultiValued, getIsVisible, isRemoved, setDefaultValues |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface atg.repository.tojava.runtime.RJObject |
|---|
_getItemDescriptorName, _getObjectInterfaceClass |
| Constructor Detail |
|---|
public _OrganizationFieldDefinition_BeanImpl()
| Method Detail |
|---|
public boolean isDefault()
FieldDefinition
isDefault in interface FieldDefinitionisDefault in interface atg.svc.repository.beans.pv.FieldDefinition_PV
public boolean getHasDefault()
throws javax.ejb.EJBException
FieldDefinition
getHasDefault in interface FieldDefinitiongetHasDefault in interface atg.svc.repository.beans.pv.FieldDefinition_PVjavax.ejb.EJBExceptionpublic void setDefault(boolean value)
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
public void setHasDefault(boolean value)
throws javax.ejb.EJBException
FieldDefinition
setHasDefault in interface FieldDefinitionsetHasDefault in interface atg.svc.repository.beans.pv.FieldDefinition_PVjavax.ejb.EJBExceptionpublic java.lang.String getDisplayName()
FieldDefinition
getDisplayName in interface FieldDefinitiongetDisplayName in interface atg.svc.repository.beans.pv.FieldDefinition_PVStringpublic void setDisplayName(java.lang.String value)
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 - Stringpublic FieldDefinitionEditor getEditor()
FieldDefinition
getEditor in interface FieldDefinitiongetEditor in interface atg.svc.repository.beans.pv.FieldDefinition_PVFieldDefinitionEditorpublic void setEditor(FieldDefinitionEditor value)
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 - FieldDefinitionEditorpublic java.lang.String[] getExternalAudience()
FieldDefinition
getExternalAudience in interface FieldDefinitiongetExternalAudience in interface atg.svc.repository.beans.pv.FieldDefinition_PVgetExternalAudience in interface SecuredItemString[]public void setExternalAudience(java.lang.String[] value)
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[]public java.lang.Object[] getExternalAudienceSorted()
FieldDefinition
getExternalAudienceSorted in interface FieldDefinitiongetExternalAudienceSorted in interface atg.svc.repository.beans.pv.FieldDefinition_PVObject[]public java.lang.String getId()
FieldDefinition
getId in interface FieldDefinitiongetId in interface OrganizationFieldDefinitiongetId in interface atg.svc.repository.beans.pv.FieldDefinition_PVgetId in interface atg.svc.repository.beans.pv.OrganizationFieldDefinition_PVStringpublic void setId(java.lang.String value)
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 OrganizationFieldDefinitionsetId in interface atg.svc.repository.beans.pv.FieldDefinition_PVsetId in interface atg.svc.repository.beans.pv.OrganizationFieldDefinition_PVvalue - Stringpublic FieldDefinitionIndexing getIndexing()
FieldDefinition
getIndexing in interface FieldDefinitiongetIndexing in interface atg.svc.repository.beans.pv.FieldDefinition_PVFieldDefinitionIndexingpublic void setIndexing(FieldDefinitionIndexing value)
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 - FieldDefinitionIndexingpublic java.lang.String[] getInternalAudience()
FieldDefinition
getInternalAudience in interface FieldDefinitiongetInternalAudience in interface atg.svc.repository.beans.pv.FieldDefinition_PVgetInternalAudience in interface SecuredItemString[]public void setInternalAudience(java.lang.String[] value)
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[]public java.lang.Object[] getInternalAudienceSorted()
FieldDefinition
getInternalAudienceSorted in interface FieldDefinitiongetInternalAudienceSorted in interface atg.svc.repository.beans.pv.FieldDefinition_PVObject[]public java.lang.String[] getInternalModify()
FieldDefinition
getInternalModify in interface FieldDefinitiongetInternalModify in interface atg.svc.repository.beans.pv.FieldDefinition_PVgetInternalModify in interface SecuredItemString[]public void setInternalModify(java.lang.String[] value)
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[]public java.lang.Object[] getInternalModifySorted()
FieldDefinition
getInternalModifySorted in interface FieldDefinitiongetInternalModifySorted in interface atg.svc.repository.beans.pv.FieldDefinition_PVObject[]public boolean isMultiValued()
FieldDefinition
isMultiValued in interface FieldDefinitionisMultiValued in interface atg.svc.repository.beans.pv.FieldDefinition_PVpublic void setMultiValued(boolean value)
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 - booleanpublic java.lang.String getName()
FieldDefinition
getName in interface FieldDefinitiongetName in interface atg.svc.repository.beans.pv.FieldDefinition_PVStringpublic void setName(java.lang.String value)
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 - Stringpublic FieldDefinitionPurpose getPurpose()
FieldDefinition
getPurpose in interface FieldDefinitiongetPurpose in interface atg.svc.repository.beans.pv.FieldDefinition_PVFieldDefinitionPurposepublic void setPurpose(FieldDefinitionPurpose value)
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 - FieldDefinitionPurposepublic boolean isRequired()
FieldDefinition
isRequired in interface FieldDefinitionisRequired in interface atg.svc.repository.beans.pv.FieldDefinition_PVpublic void setRequired(boolean value)
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 - booleanpublic FieldDefinitionType getType()
FieldDefinition
getType in interface FieldDefinitiongetType in interface atg.svc.repository.beans.pv.FieldDefinition_PVFieldDefinitionTypepublic void setType(FieldDefinitionType value)
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 - FieldDefinitionTypepublic FieldDefinitionUsage getUsage()
FieldDefinition
getUsage in interface FieldDefinitiongetUsage in interface atg.svc.repository.beans.pv.FieldDefinition_PVFieldDefinitionUsagepublic void setUsage(FieldDefinitionUsage value)
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
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 OrganizationFieldDefinitionwriteInstance in interface atg.svc.repository.beans.pv.FieldDefinition_PVwriteInstance in interface atg.svc.repository.beans.pv.OrganizationFieldDefinition_PVjavax.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 OrganizationFieldDefinitionprepareInstanceForWrite in interface atg.svc.repository.beans.pv.FieldDefinition_PVprepareInstanceForWrite in interface atg.svc.repository.beans.pv.OrganizationFieldDefinition_PVjavax.ejb.EJBException - If the operation fails.public boolean _isMutable()
_isMutable in interface FieldDefinition_isMutable in interface OrganizationFieldDefinition_isMutable in interface atg.svc.repository.beans.pv.FieldDefinition_PV_isMutable in interface atg.svc.repository.beans.pv.OrganizationFieldDefinition_PVpublic 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 _getRepositoryHome()
atg.repository.tojava.runtime.RJBeanObject
_getRepositoryHome in interface atg.repository.tojava.runtime.RJBeanObject
public java.lang.Object getPrimaryKey()
throws javax.ejb.EJBException
getPrimaryKey in interface javax.ejb.EJBLocalObjectjavax.ejb.EJBExceptionpublic 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 void remove()
throws javax.ejb.RemoveException
atg.repository.tojava.runtime.RJObject
remove in interface atg.repository.tojava.runtime.RJObjectremove in interface javax.ejb.EJBLocalObjectjavax.ejb.RemoveException - If the remove fails.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||