|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.svc.repository.beans._ContentDefinition_Impl
atg.svc.repository.beans._ContentDefinition_BeanImpl
public class _ContentDefinition_BeanImpl
Field Summary |
---|
Fields inherited from interface atg.repository.tojava.runtime.RJBeanObject |
---|
CLASS_VERSION |
Constructor Summary | |
---|---|
_ContentDefinition_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 |
getAppId()
Getter for property appId |
java.lang.String |
getBody()
Getter for property body |
java.lang.String |
getContentId()
Getter for property contentId |
java.util.Map |
getContentIds()
Getter for property contentIds |
FrameworkObject |
getDefault()
Getter for property default |
java.lang.String |
getDescriptionKey()
Getter for property descriptionKey |
javax.ejb.EJBLocalHome |
getEJBLocalHome()
Gets the home associated with this repository object. |
java.lang.String |
getId()
Getter for property id |
java.lang.String |
getImageUrl()
Getter for property imageUrl |
java.lang.String |
getMimeType()
Getter for property mimeType |
java.lang.String |
getNameKey()
Getter for property nameKey |
FrameworkObjectObjectType |
getObjectType()
Getter for property objectType |
java.util.Map |
getOptionNames()
Getter for property optionNames |
java.lang.String |
getOtherContext()
Getter for property otherContext |
java.lang.Object |
getPrimaryKey()
|
java.lang.String |
getResourceBundle()
Getter for property resourceBundle |
java.lang.String |
getSegmentName()
Getter for property segmentName |
java.util.Map |
getTemplateIds()
Getter for property templateIds |
java.lang.String |
getUrl()
Getter for property url |
boolean |
isEnabledYn()
Getter for property enabledYn |
boolean |
isIdentical(javax.ejb.EJBLocalObject obj)
Returns true if the given object is identical to this one. |
boolean |
isUrlYn()
Getter for property urlYn |
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 |
setAppId(java.lang.String value)
Setter for property appId . |
void |
setBody(java.lang.String value)
Setter for property body . |
void |
setContentId(java.lang.String value)
Setter for property contentId . |
void |
setContentIds(java.util.Map value)
Setter for property contentIds . |
void |
setDefault(FrameworkObject value)
Setter for property default . |
void |
setDescriptionKey(java.lang.String value)
Setter for property descriptionKey . |
void |
setEnabledYn(boolean value)
Setter for property enabledYn . |
void |
setId(java.lang.String value)
Setter for property id . |
void |
setImageUrl(java.lang.String value)
Setter for property imageUrl . |
void |
setMimeType(java.lang.String value)
Setter for property mimeType . |
void |
setNameKey(java.lang.String value)
Setter for property nameKey . |
void |
setObjectType(FrameworkObjectObjectType value)
Setter for property objectType . |
void |
setOptionNames(java.util.Map value)
Setter for property optionNames . |
void |
setOtherContext(java.lang.String value)
Setter for property otherContext . |
void |
setResourceBundle(java.lang.String value)
Setter for property resourceBundle . |
void |
setSegmentName(java.lang.String value)
Setter for property segmentName . |
void |
setTemplateIds(java.util.Map value)
Setter for property templateIds . |
void |
setUrl(java.lang.String value)
Setter for property url . |
void |
setUrlYn(boolean value)
Setter for property urlYn . |
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._ContentDefinition_Impl |
---|
_getItemDescriptorName, _getObjectInterfaceClass, copyTo, copyTo, getContents, getOptions, getTemplates, isRemoved |
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 _ContentDefinition_BeanImpl()
Method Detail |
---|
public java.lang.String getAppId()
FrameworkObject
getAppId
in interface FrameworkObject
getAppId
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
String
public void setAppId(java.lang.String value)
FrameworkObject
FrameworkObject.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The FrameworkObject.prepareInstanceForWrite()
method may need to be called before making any changes.
setAppId
in interface FrameworkObject
setAppId
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
value
- String
public java.lang.String getBody()
ContentDefinition
getBody
in interface ContentDefinition
getBody
in interface atg.svc.repository.beans.pv.ContentDefinition_PV
String
public void setBody(java.lang.String value)
ContentDefinition
ContentDefinition.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The ContentDefinition.prepareInstanceForWrite()
method may need to be called before making any changes.
setBody
in interface ContentDefinition
setBody
in interface atg.svc.repository.beans.pv.ContentDefinition_PV
value
- String
public java.lang.String getContentId()
ContentDefinition
getContentId
in interface ContentDefinition
getContentId
in interface atg.svc.repository.beans.pv.ContentDefinition_PV
String
public void setContentId(java.lang.String value)
ContentDefinition
ContentDefinition.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The ContentDefinition.prepareInstanceForWrite()
method may need to be called before making any changes.
setContentId
in interface ContentDefinition
setContentId
in interface atg.svc.repository.beans.pv.ContentDefinition_PV
value
- String
public java.util.Map getContentIds()
FrameworkObject
getContentIds
in interface FrameworkObject
getContentIds
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
Map
public void setContentIds(java.util.Map value)
FrameworkObject
FrameworkObject.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The FrameworkObject.prepareInstanceForWrite()
method may need to be called before making any changes.
setContentIds
in interface FrameworkObject
setContentIds
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
value
- Map
public FrameworkObject getDefault()
FrameworkObject
getDefault
in interface FrameworkObject
getDefault
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
FrameworkObject
public void setDefault(FrameworkObject value)
FrameworkObject
FrameworkObject.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The FrameworkObject.prepareInstanceForWrite()
method may need to be called before making any changes.
setDefault
in interface FrameworkObject
setDefault
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
value
- FrameworkObject
public java.lang.String getDescriptionKey()
FrameworkObject
getDescriptionKey
in interface FrameworkObject
getDescriptionKey
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
String
public void setDescriptionKey(java.lang.String value)
FrameworkObject
FrameworkObject.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The FrameworkObject.prepareInstanceForWrite()
method may need to be called before making any changes.
setDescriptionKey
in interface FrameworkObject
setDescriptionKey
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
value
- String
public boolean isEnabledYn()
FrameworkObject
isEnabledYn
in interface FrameworkObject
isEnabledYn
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
public void setEnabledYn(boolean value)
FrameworkObject
FrameworkObject.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The FrameworkObject.prepareInstanceForWrite()
method may need to be called before making any changes.
setEnabledYn
in interface FrameworkObject
setEnabledYn
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
value
- booleanpublic java.lang.String getId()
ContentDefinition
getId
in interface ContentDefinition
getId
in interface FrameworkObject
getId
in interface atg.svc.repository.beans.pv.ContentDefinition_PV
getId
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
String
public void setId(java.lang.String value)
ContentDefinition
ContentDefinition.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The ContentDefinition.prepareInstanceForWrite()
method may need to be called before making any changes.
setId
in interface ContentDefinition
setId
in interface FrameworkObject
setId
in interface atg.svc.repository.beans.pv.ContentDefinition_PV
setId
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
value
- String
public java.lang.String getImageUrl()
FrameworkObject
getImageUrl
in interface FrameworkObject
getImageUrl
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
String
public void setImageUrl(java.lang.String value)
FrameworkObject
FrameworkObject.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The FrameworkObject.prepareInstanceForWrite()
method may need to be called before making any changes.
setImageUrl
in interface FrameworkObject
setImageUrl
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
value
- String
public java.lang.String getMimeType()
ContentDefinition
getMimeType
in interface ContentDefinition
getMimeType
in interface atg.svc.repository.beans.pv.ContentDefinition_PV
String
public void setMimeType(java.lang.String value)
ContentDefinition
ContentDefinition.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The ContentDefinition.prepareInstanceForWrite()
method may need to be called before making any changes.
setMimeType
in interface ContentDefinition
setMimeType
in interface atg.svc.repository.beans.pv.ContentDefinition_PV
value
- String
public java.lang.String getNameKey()
FrameworkObject
getNameKey
in interface FrameworkObject
getNameKey
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
String
public void setNameKey(java.lang.String value)
FrameworkObject
FrameworkObject.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The FrameworkObject.prepareInstanceForWrite()
method may need to be called before making any changes.
setNameKey
in interface FrameworkObject
setNameKey
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
value
- String
public FrameworkObjectObjectType getObjectType()
FrameworkObject
getObjectType
in interface FrameworkObject
getObjectType
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
FrameworkObjectObjectType
public void setObjectType(FrameworkObjectObjectType value)
FrameworkObject
FrameworkObject.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The FrameworkObject.prepareInstanceForWrite()
method may need to be called before making any changes.
setObjectType
in interface FrameworkObject
setObjectType
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
value
- FrameworkObjectObjectType
public java.util.Map getOptionNames()
FrameworkObject
getOptionNames
in interface FrameworkObject
getOptionNames
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
Map
public void setOptionNames(java.util.Map value)
FrameworkObject
FrameworkObject.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The FrameworkObject.prepareInstanceForWrite()
method may need to be called before making any changes.
setOptionNames
in interface FrameworkObject
setOptionNames
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
value
- Map
public java.lang.String getOtherContext()
ContentDefinition
getOtherContext
in interface ContentDefinition
getOtherContext
in interface atg.svc.repository.beans.pv.ContentDefinition_PV
String
public void setOtherContext(java.lang.String value)
ContentDefinition
ContentDefinition.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The ContentDefinition.prepareInstanceForWrite()
method may need to be called before making any changes.
setOtherContext
in interface ContentDefinition
setOtherContext
in interface atg.svc.repository.beans.pv.ContentDefinition_PV
value
- String
public java.lang.String getResourceBundle()
FrameworkObject
getResourceBundle
in interface FrameworkObject
getResourceBundle
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
String
public void setResourceBundle(java.lang.String value)
FrameworkObject
FrameworkObject.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The FrameworkObject.prepareInstanceForWrite()
method may need to be called before making any changes.
setResourceBundle
in interface FrameworkObject
setResourceBundle
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
value
- String
public java.lang.String getSegmentName()
FrameworkObject
getSegmentName
in interface FrameworkObject
getSegmentName
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
String
public void setSegmentName(java.lang.String value)
FrameworkObject
FrameworkObject.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The FrameworkObject.prepareInstanceForWrite()
method may need to be called before making any changes.
setSegmentName
in interface FrameworkObject
setSegmentName
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
value
- String
public java.util.Map getTemplateIds()
FrameworkObject
getTemplateIds
in interface FrameworkObject
getTemplateIds
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
Map
public void setTemplateIds(java.util.Map value)
FrameworkObject
FrameworkObject.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The FrameworkObject.prepareInstanceForWrite()
method may need to be called before making any changes.
setTemplateIds
in interface FrameworkObject
setTemplateIds
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
value
- Map
public java.lang.String getUrl()
ContentDefinition
getUrl
in interface ContentDefinition
getUrl
in interface atg.svc.repository.beans.pv.ContentDefinition_PV
String
public void setUrl(java.lang.String value)
ContentDefinition
ContentDefinition.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The ContentDefinition.prepareInstanceForWrite()
method may need to be called before making any changes.
setUrl
in interface ContentDefinition
setUrl
in interface atg.svc.repository.beans.pv.ContentDefinition_PV
value
- String
public boolean isUrlYn()
ContentDefinition
isUrlYn
in interface ContentDefinition
isUrlYn
in interface atg.svc.repository.beans.pv.ContentDefinition_PV
public void setUrlYn(boolean value)
ContentDefinition
ContentDefinition.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The ContentDefinition.prepareInstanceForWrite()
method may need to be called before making any changes.
setUrlYn
in interface ContentDefinition
setUrlYn
in interface atg.svc.repository.beans.pv.ContentDefinition_PV
value
- booleanpublic void writeInstance() throws javax.ejb.EJBException
atg.repository.tojava.runtime.RJObject
writeInstance
in interface atg.repository.tojava.runtime.RJObject
writeInstance
in interface ContentDefinition
writeInstance
in interface FrameworkObject
writeInstance
in interface atg.svc.repository.beans.pv.ContentDefinition_PV
writeInstance
in interface atg.svc.repository.beans.pv.FrameworkObject_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 ContentDefinition
prepareInstanceForWrite
in interface FrameworkObject
prepareInstanceForWrite
in interface atg.svc.repository.beans.pv.ContentDefinition_PV
prepareInstanceForWrite
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
javax.ejb.EJBException
- If the operation fails.public boolean _isMutable()
_isMutable
in interface ContentDefinition
_isMutable
in interface FrameworkObject
_isMutable
in interface atg.svc.repository.beans.pv.ContentDefinition_PV
_isMutable
in interface atg.svc.repository.beans.pv.FrameworkObject_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 |