|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.svc.repository.beans._DateFieldDefinition_Impl
atg.svc.repository.beans._DateFieldDefinition_BeanImpl
public class _DateFieldDefinition_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 | |
---|---|
_DateFieldDefinition_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._DateFieldDefinition_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 _DateFieldDefinition_BeanImpl()
Method Detail |
---|
public boolean isDefault()
FieldDefinition
isDefault
in interface FieldDefinition
isDefault
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
public boolean getHasDefault() throws javax.ejb.EJBException
FieldDefinition
getHasDefault
in interface FieldDefinition
getHasDefault
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
javax.ejb.EJBException
public void setDefault(boolean value)
FieldDefinition
FieldDefinition.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 FieldDefinition
setDefault
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
value
- booleanpublic void setHasDefault(boolean value) throws javax.ejb.EJBException
FieldDefinition
setHasDefault
in interface FieldDefinition
setHasDefault
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
javax.ejb.EJBException
public java.lang.String getDisplayName()
FieldDefinition
getDisplayName
in interface FieldDefinition
getDisplayName
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
String
public void setDisplayName(java.lang.String value)
FieldDefinition
FieldDefinition.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 FieldDefinition
setDisplayName
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
value
- String
public FieldDefinitionEditor getEditor()
FieldDefinition
getEditor
in interface FieldDefinition
getEditor
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
FieldDefinitionEditor
public void setEditor(FieldDefinitionEditor value)
FieldDefinition
FieldDefinition.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 FieldDefinition
setEditor
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
value
- FieldDefinitionEditor
public java.lang.String[] getExternalAudience()
FieldDefinition
getExternalAudience
in interface FieldDefinition
getExternalAudience
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
getExternalAudience
in interface SecuredItem
String
[]public void setExternalAudience(java.lang.String[] value)
FieldDefinition
FieldDefinition.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 FieldDefinition
setExternalAudience
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
setExternalAudience
in interface SecuredItem
value
- String
[]public java.lang.Object[] getExternalAudienceSorted()
FieldDefinition
getExternalAudienceSorted
in interface FieldDefinition
getExternalAudienceSorted
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
Object
[]public java.lang.String getId()
DateFieldDefinition
getId
in interface DateFieldDefinition
getId
in interface FieldDefinition
getId
in interface atg.svc.repository.beans.pv.DateFieldDefinition_PV
getId
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
String
public void setId(java.lang.String value)
DateFieldDefinition
DateFieldDefinition.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The DateFieldDefinition.prepareInstanceForWrite()
method may need to be called before making any changes.
setId
in interface DateFieldDefinition
setId
in interface FieldDefinition
setId
in interface atg.svc.repository.beans.pv.DateFieldDefinition_PV
setId
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
value
- String
public FieldDefinitionIndexing getIndexing()
FieldDefinition
getIndexing
in interface FieldDefinition
getIndexing
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
FieldDefinitionIndexing
public void setIndexing(FieldDefinitionIndexing value)
FieldDefinition
FieldDefinition.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 FieldDefinition
setIndexing
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
value
- FieldDefinitionIndexing
public java.lang.String[] getInternalAudience()
FieldDefinition
getInternalAudience
in interface FieldDefinition
getInternalAudience
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
getInternalAudience
in interface SecuredItem
String
[]public void setInternalAudience(java.lang.String[] value)
FieldDefinition
FieldDefinition.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 FieldDefinition
setInternalAudience
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
setInternalAudience
in interface SecuredItem
value
- String
[]public java.lang.Object[] getInternalAudienceSorted()
FieldDefinition
getInternalAudienceSorted
in interface FieldDefinition
getInternalAudienceSorted
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
Object
[]public java.lang.String[] getInternalModify()
FieldDefinition
getInternalModify
in interface FieldDefinition
getInternalModify
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
getInternalModify
in interface SecuredItem
String
[]public void setInternalModify(java.lang.String[] value)
FieldDefinition
FieldDefinition.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 FieldDefinition
setInternalModify
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
setInternalModify
in interface SecuredItem
value
- String
[]public java.lang.Object[] getInternalModifySorted()
FieldDefinition
getInternalModifySorted
in interface FieldDefinition
getInternalModifySorted
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
Object
[]public boolean isMultiValued()
FieldDefinition
isMultiValued
in interface FieldDefinition
isMultiValued
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
public void setMultiValued(boolean value)
FieldDefinition
FieldDefinition.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 FieldDefinition
setMultiValued
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
value
- booleanpublic java.lang.String getName()
FieldDefinition
getName
in interface FieldDefinition
getName
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
String
public void setName(java.lang.String value)
FieldDefinition
FieldDefinition.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 FieldDefinition
setName
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
value
- String
public FieldDefinitionPurpose getPurpose()
FieldDefinition
getPurpose
in interface FieldDefinition
getPurpose
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
FieldDefinitionPurpose
public void setPurpose(FieldDefinitionPurpose value)
FieldDefinition
FieldDefinition.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 FieldDefinition
setPurpose
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
value
- FieldDefinitionPurpose
public boolean isRequired()
FieldDefinition
isRequired
in interface FieldDefinition
isRequired
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
public void setRequired(boolean value)
FieldDefinition
FieldDefinition.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 FieldDefinition
setRequired
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
value
- booleanpublic FieldDefinitionType getType()
FieldDefinition
getType
in interface FieldDefinition
getType
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
FieldDefinitionType
public void setType(FieldDefinitionType value)
FieldDefinition
FieldDefinition.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 FieldDefinition
setType
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
value
- FieldDefinitionType
public FieldDefinitionUsage getUsage()
FieldDefinition
getUsage
in interface FieldDefinition
getUsage
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
FieldDefinitionUsage
public void setUsage(FieldDefinitionUsage value)
FieldDefinition
FieldDefinition.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 FieldDefinition
setUsage
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
value
- FieldDefinitionUsage
public void writeInstance() throws javax.ejb.EJBException
atg.repository.tojava.runtime.RJObject
writeInstance
in interface atg.repository.tojava.runtime.RJObject
writeInstance
in interface DateFieldDefinition
writeInstance
in interface FieldDefinition
writeInstance
in interface atg.svc.repository.beans.pv.DateFieldDefinition_PV
writeInstance
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
javax.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.RJObject
prepareInstanceForWrite
in interface DateFieldDefinition
prepareInstanceForWrite
in interface FieldDefinition
prepareInstanceForWrite
in interface atg.svc.repository.beans.pv.DateFieldDefinition_PV
prepareInstanceForWrite
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
javax.ejb.EJBException
- If the operation fails.public boolean _isMutable()
_isMutable
in interface DateFieldDefinition
_isMutable
in interface FieldDefinition
_isMutable
in interface atg.svc.repository.beans.pv.DateFieldDefinition_PV
_isMutable
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
public javax.ejb.EJBLocalHome getEJBLocalHome()
atg.repository.tojava.runtime.RJObject
getEJBLocalHome
in interface atg.repository.tojava.runtime.RJObject
getEJBLocalHome
in interface javax.ejb.EJBLocalObject
public 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.EJBLocalObject
javax.ejb.EJBException
public boolean isIdentical(javax.ejb.EJBLocalObject obj)
atg.repository.tojava.runtime.RJObject
isIdentical
in interface atg.repository.tojava.runtime.RJObject
isIdentical
in interface javax.ejb.EJBLocalObject
obj
- The object to compare.
public void remove() throws javax.ejb.RemoveException
atg.repository.tojava.runtime.RJObject
remove
in interface atg.repository.tojava.runtime.RJObject
remove
in interface javax.ejb.EJBLocalObject
javax.ejb.RemoveException
- If the remove fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |