|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.svc.repository.beans._NumberFieldDefinition_Impl
atg.svc.repository.beans._NumberFieldDefinition_ReposImpl
public class _NumberFieldDefinition_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._NumberFieldDefinition_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.Object
public atg.repository.RepositoryItem _getRepositoryItem()
_getRepositoryItem
in interface atg.repository.tojava.runtime.RepositoryItemWrapper
public 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.RepositoryItemWrapper
javax.ejb.EJBException
public boolean isDefault() throws javax.ejb.EJBException
FieldDefinition
isDefault
in interface FieldDefinition
isDefault
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
javax.ejb.EJBException
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) throws javax.ejb.EJBException
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
- boolean
javax.ejb.EJBException
public 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() throws javax.ejb.EJBException
FieldDefinition
getDisplayName
in interface FieldDefinition
getDisplayName
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
String
javax.ejb.EJBException
public void setDisplayName(java.lang.String value) throws javax.ejb.EJBException
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
javax.ejb.EJBException
public FieldDefinitionEditor getEditor() throws javax.ejb.EJBException
FieldDefinition
getEditor
in interface FieldDefinition
getEditor
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
FieldDefinitionEditor
javax.ejb.EJBException
public void setEditor(FieldDefinitionEditor value) throws javax.ejb.EJBException
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
javax.ejb.EJBException
public java.lang.String[] getExternalAudience() throws javax.ejb.EJBException
FieldDefinition
getExternalAudience
in interface FieldDefinition
getExternalAudience
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
getExternalAudience
in interface SecuredItem
String
[]
javax.ejb.EJBException
public void setExternalAudience(java.lang.String[] value) throws javax.ejb.EJBException
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
[]
javax.ejb.EJBException
public java.lang.Object[] getExternalAudienceSorted() throws javax.ejb.EJBException
FieldDefinition
getExternalAudienceSorted
in interface FieldDefinition
getExternalAudienceSorted
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
Object
[]
javax.ejb.EJBException
public java.lang.String getId() throws javax.ejb.EJBException
FieldDefinition
getId
in interface FieldDefinition
getId
in interface NumberFieldDefinition
getId
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
getId
in interface atg.svc.repository.beans.pv.NumberFieldDefinition_PV
String
javax.ejb.EJBException
public void setId(java.lang.String value) throws javax.ejb.EJBException
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.
setId
in interface FieldDefinition
setId
in interface NumberFieldDefinition
setId
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
setId
in interface atg.svc.repository.beans.pv.NumberFieldDefinition_PV
value
- String
javax.ejb.EJBException
public FieldDefinitionIndexing getIndexing() throws javax.ejb.EJBException
FieldDefinition
getIndexing
in interface FieldDefinition
getIndexing
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
FieldDefinitionIndexing
javax.ejb.EJBException
public void setIndexing(FieldDefinitionIndexing value) throws javax.ejb.EJBException
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
javax.ejb.EJBException
public java.lang.String[] getInternalAudience() throws javax.ejb.EJBException
FieldDefinition
getInternalAudience
in interface FieldDefinition
getInternalAudience
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
getInternalAudience
in interface SecuredItem
String
[]
javax.ejb.EJBException
public void setInternalAudience(java.lang.String[] value) throws javax.ejb.EJBException
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
[]
javax.ejb.EJBException
public java.lang.Object[] getInternalAudienceSorted() throws javax.ejb.EJBException
FieldDefinition
getInternalAudienceSorted
in interface FieldDefinition
getInternalAudienceSorted
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
Object
[]
javax.ejb.EJBException
public java.lang.String[] getInternalModify() throws javax.ejb.EJBException
FieldDefinition
getInternalModify
in interface FieldDefinition
getInternalModify
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
getInternalModify
in interface SecuredItem
String
[]
javax.ejb.EJBException
public void setInternalModify(java.lang.String[] value) throws javax.ejb.EJBException
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
[]
javax.ejb.EJBException
public java.lang.Object[] getInternalModifySorted() throws javax.ejb.EJBException
FieldDefinition
getInternalModifySorted
in interface FieldDefinition
getInternalModifySorted
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
Object
[]
javax.ejb.EJBException
public boolean isMultiValued() throws javax.ejb.EJBException
FieldDefinition
isMultiValued
in interface FieldDefinition
isMultiValued
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
javax.ejb.EJBException
public void setMultiValued(boolean value) throws javax.ejb.EJBException
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
- boolean
javax.ejb.EJBException
public java.lang.String getName() throws javax.ejb.EJBException
FieldDefinition
getName
in interface FieldDefinition
getName
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
String
javax.ejb.EJBException
public void setName(java.lang.String value) throws javax.ejb.EJBException
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
javax.ejb.EJBException
public FieldDefinitionPurpose getPurpose() throws javax.ejb.EJBException
FieldDefinition
getPurpose
in interface FieldDefinition
getPurpose
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
FieldDefinitionPurpose
javax.ejb.EJBException
public void setPurpose(FieldDefinitionPurpose value) throws javax.ejb.EJBException
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
javax.ejb.EJBException
public boolean isRequired() throws javax.ejb.EJBException
FieldDefinition
isRequired
in interface FieldDefinition
isRequired
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
javax.ejb.EJBException
public void setRequired(boolean value) throws javax.ejb.EJBException
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
- boolean
javax.ejb.EJBException
public FieldDefinitionType getType() throws javax.ejb.EJBException
FieldDefinition
getType
in interface FieldDefinition
getType
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
FieldDefinitionType
javax.ejb.EJBException
public void setType(FieldDefinitionType value) throws javax.ejb.EJBException
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
javax.ejb.EJBException
public FieldDefinitionUsage getUsage() throws javax.ejb.EJBException
FieldDefinition
getUsage
in interface FieldDefinition
getUsage
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
FieldDefinitionUsage
javax.ejb.EJBException
public void setUsage(FieldDefinitionUsage value) throws javax.ejb.EJBException
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
javax.ejb.EJBException
public boolean isRemoved() throws javax.ejb.EJBException
FieldDefinition
isRemoved
in interface atg.repository.tojava.runtime.RJRepositoryObject
isRemoved
in interface FieldDefinition
isRemoved
in interface NumberFieldDefinition
isRemoved
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
isRemoved
in interface atg.svc.repository.beans.pv.NumberFieldDefinition_PV
isRemoved
in class _NumberFieldDefinition_Impl
javax.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.RJObject
writeInstance
in interface FieldDefinition
writeInstance
in interface NumberFieldDefinition
writeInstance
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
writeInstance
in interface atg.svc.repository.beans.pv.NumberFieldDefinition_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 FieldDefinition
prepareInstanceForWrite
in interface NumberFieldDefinition
prepareInstanceForWrite
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
prepareInstanceForWrite
in interface atg.svc.repository.beans.pv.NumberFieldDefinition_PV
javax.ejb.EJBException
- If the operation fails.public boolean _isMutable()
_isMutable
in interface FieldDefinition
_isMutable
in interface NumberFieldDefinition
_isMutable
in interface atg.svc.repository.beans.pv.FieldDefinition_PV
_isMutable
in interface atg.svc.repository.beans.pv.NumberFieldDefinition_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 _getBeanHome()
atg.repository.tojava.runtime.RJRepositoryObject
_getBeanHome
in interface atg.repository.tojava.runtime.RJRepositoryObject
public java.lang.Object getPrimaryKey()
atg.repository.tojava.runtime.RJRepositoryObject
getPrimaryKey
in interface atg.repository.tojava.runtime.RJRepositoryObject
getPrimaryKey
in interface javax.ejb.EJBLocalObject
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 boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public 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.RJObject
remove
in interface javax.ejb.EJBLocalObject
javax.ejb.EJBException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |