|
||||||||||
| 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_ReposImpl
public class _ContentDefinition_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 |
| 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 |
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()
Gets the primary key for the repository impl. |
java.lang.Object |
getPropertyValue(java.lang.String propertyName)
|
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 |
int |
hashCode()
|
boolean |
isEnabledYn()
Getter for property enabledYn |
boolean |
isIdentical(javax.ejb.EJBLocalObject obj)
Returns true if the given object is identical to this one. |
boolean |
isRemoved()
Returns true if the underlying object has been removed. |
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 |
setPropertyValue(java.lang.String propertyName,
java.lang.Object value)
|
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 . |
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._ContentDefinition_Impl |
|---|
_getItemDescriptorName, _getObjectInterfaceClass, copyTo, copyTo, getContents, getOptions, getTemplates |
| 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 java.lang.String getAppId()
throws javax.ejb.EJBException
FrameworkObject
getAppId in interface FrameworkObjectgetAppId in interface atg.svc.repository.beans.pv.FrameworkObject_PVString
javax.ejb.EJBException
public void setAppId(java.lang.String value)
throws javax.ejb.EJBException
FrameworkObjectFrameworkObject.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 FrameworkObjectsetAppId in interface atg.svc.repository.beans.pv.FrameworkObject_PVvalue - String
javax.ejb.EJBException
public java.lang.String getBody()
throws javax.ejb.EJBException
ContentDefinition
getBody in interface ContentDefinitiongetBody in interface atg.svc.repository.beans.pv.ContentDefinition_PVString
javax.ejb.EJBException
public void setBody(java.lang.String value)
throws javax.ejb.EJBException
ContentDefinitionContentDefinition.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 ContentDefinitionsetBody in interface atg.svc.repository.beans.pv.ContentDefinition_PVvalue - String
javax.ejb.EJBException
public java.lang.String getContentId()
throws javax.ejb.EJBException
ContentDefinition
getContentId in interface ContentDefinitiongetContentId in interface atg.svc.repository.beans.pv.ContentDefinition_PVString
javax.ejb.EJBException
public void setContentId(java.lang.String value)
throws javax.ejb.EJBException
ContentDefinitionContentDefinition.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 ContentDefinitionsetContentId in interface atg.svc.repository.beans.pv.ContentDefinition_PVvalue - String
javax.ejb.EJBException
public java.util.Map getContentIds()
throws javax.ejb.EJBException
FrameworkObject
getContentIds in interface FrameworkObjectgetContentIds in interface atg.svc.repository.beans.pv.FrameworkObject_PVMap
javax.ejb.EJBException
public void setContentIds(java.util.Map value)
throws javax.ejb.EJBException
FrameworkObjectFrameworkObject.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 FrameworkObjectsetContentIds in interface atg.svc.repository.beans.pv.FrameworkObject_PVvalue - Map
javax.ejb.EJBException
public FrameworkObject getDefault()
throws javax.ejb.EJBException
FrameworkObject
getDefault in interface FrameworkObjectgetDefault in interface atg.svc.repository.beans.pv.FrameworkObject_PVFrameworkObject
javax.ejb.EJBException
public void setDefault(FrameworkObject value)
throws javax.ejb.EJBException
FrameworkObjectFrameworkObject.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 FrameworkObjectsetDefault in interface atg.svc.repository.beans.pv.FrameworkObject_PVvalue - FrameworkObject
javax.ejb.EJBException
public java.lang.String getDescriptionKey()
throws javax.ejb.EJBException
FrameworkObject
getDescriptionKey in interface FrameworkObjectgetDescriptionKey in interface atg.svc.repository.beans.pv.FrameworkObject_PVString
javax.ejb.EJBException
public void setDescriptionKey(java.lang.String value)
throws javax.ejb.EJBException
FrameworkObjectFrameworkObject.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 FrameworkObjectsetDescriptionKey in interface atg.svc.repository.beans.pv.FrameworkObject_PVvalue - String
javax.ejb.EJBException
public boolean isEnabledYn()
throws javax.ejb.EJBException
FrameworkObject
isEnabledYn in interface FrameworkObjectisEnabledYn in interface atg.svc.repository.beans.pv.FrameworkObject_PVjavax.ejb.EJBException
public void setEnabledYn(boolean value)
throws javax.ejb.EJBException
FrameworkObjectFrameworkObject.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 FrameworkObjectsetEnabledYn in interface atg.svc.repository.beans.pv.FrameworkObject_PVvalue - boolean
javax.ejb.EJBException
public java.lang.String getId()
throws javax.ejb.EJBException
ContentDefinition
getId in interface ContentDefinitiongetId in interface FrameworkObjectgetId in interface atg.svc.repository.beans.pv.ContentDefinition_PVgetId in interface atg.svc.repository.beans.pv.FrameworkObject_PVString
javax.ejb.EJBException
public void setId(java.lang.String value)
throws javax.ejb.EJBException
ContentDefinitionContentDefinition.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 ContentDefinitionsetId in interface FrameworkObjectsetId in interface atg.svc.repository.beans.pv.ContentDefinition_PVsetId in interface atg.svc.repository.beans.pv.FrameworkObject_PVvalue - String
javax.ejb.EJBException
public java.lang.String getImageUrl()
throws javax.ejb.EJBException
FrameworkObject
getImageUrl in interface FrameworkObjectgetImageUrl in interface atg.svc.repository.beans.pv.FrameworkObject_PVString
javax.ejb.EJBException
public void setImageUrl(java.lang.String value)
throws javax.ejb.EJBException
FrameworkObjectFrameworkObject.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 FrameworkObjectsetImageUrl in interface atg.svc.repository.beans.pv.FrameworkObject_PVvalue - String
javax.ejb.EJBException
public java.lang.String getMimeType()
throws javax.ejb.EJBException
ContentDefinition
getMimeType in interface ContentDefinitiongetMimeType in interface atg.svc.repository.beans.pv.ContentDefinition_PVString
javax.ejb.EJBException
public void setMimeType(java.lang.String value)
throws javax.ejb.EJBException
ContentDefinitionContentDefinition.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 ContentDefinitionsetMimeType in interface atg.svc.repository.beans.pv.ContentDefinition_PVvalue - String
javax.ejb.EJBException
public java.lang.String getNameKey()
throws javax.ejb.EJBException
FrameworkObject
getNameKey in interface FrameworkObjectgetNameKey in interface atg.svc.repository.beans.pv.FrameworkObject_PVString
javax.ejb.EJBException
public void setNameKey(java.lang.String value)
throws javax.ejb.EJBException
FrameworkObjectFrameworkObject.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 FrameworkObjectsetNameKey in interface atg.svc.repository.beans.pv.FrameworkObject_PVvalue - String
javax.ejb.EJBException
public FrameworkObjectObjectType getObjectType()
throws javax.ejb.EJBException
FrameworkObject
getObjectType in interface FrameworkObjectgetObjectType in interface atg.svc.repository.beans.pv.FrameworkObject_PVFrameworkObjectObjectType
javax.ejb.EJBException
public void setObjectType(FrameworkObjectObjectType value)
throws javax.ejb.EJBException
FrameworkObjectFrameworkObject.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 FrameworkObjectsetObjectType in interface atg.svc.repository.beans.pv.FrameworkObject_PVvalue - FrameworkObjectObjectType
javax.ejb.EJBException
public java.util.Map getOptionNames()
throws javax.ejb.EJBException
FrameworkObject
getOptionNames in interface FrameworkObjectgetOptionNames in interface atg.svc.repository.beans.pv.FrameworkObject_PVMap
javax.ejb.EJBException
public void setOptionNames(java.util.Map value)
throws javax.ejb.EJBException
FrameworkObjectFrameworkObject.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 FrameworkObjectsetOptionNames in interface atg.svc.repository.beans.pv.FrameworkObject_PVvalue - Map
javax.ejb.EJBException
public java.lang.String getOtherContext()
throws javax.ejb.EJBException
ContentDefinition
getOtherContext in interface ContentDefinitiongetOtherContext in interface atg.svc.repository.beans.pv.ContentDefinition_PVString
javax.ejb.EJBException
public void setOtherContext(java.lang.String value)
throws javax.ejb.EJBException
ContentDefinitionContentDefinition.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 ContentDefinitionsetOtherContext in interface atg.svc.repository.beans.pv.ContentDefinition_PVvalue - String
javax.ejb.EJBException
public java.lang.String getResourceBundle()
throws javax.ejb.EJBException
FrameworkObject
getResourceBundle in interface FrameworkObjectgetResourceBundle in interface atg.svc.repository.beans.pv.FrameworkObject_PVString
javax.ejb.EJBException
public void setResourceBundle(java.lang.String value)
throws javax.ejb.EJBException
FrameworkObjectFrameworkObject.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 FrameworkObjectsetResourceBundle in interface atg.svc.repository.beans.pv.FrameworkObject_PVvalue - String
javax.ejb.EJBException
public java.lang.String getSegmentName()
throws javax.ejb.EJBException
FrameworkObject
getSegmentName in interface FrameworkObjectgetSegmentName in interface atg.svc.repository.beans.pv.FrameworkObject_PVString
javax.ejb.EJBException
public void setSegmentName(java.lang.String value)
throws javax.ejb.EJBException
FrameworkObjectFrameworkObject.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 FrameworkObjectsetSegmentName in interface atg.svc.repository.beans.pv.FrameworkObject_PVvalue - String
javax.ejb.EJBException
public java.util.Map getTemplateIds()
throws javax.ejb.EJBException
FrameworkObject
getTemplateIds in interface FrameworkObjectgetTemplateIds in interface atg.svc.repository.beans.pv.FrameworkObject_PVMap
javax.ejb.EJBException
public void setTemplateIds(java.util.Map value)
throws javax.ejb.EJBException
FrameworkObjectFrameworkObject.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 FrameworkObjectsetTemplateIds in interface atg.svc.repository.beans.pv.FrameworkObject_PVvalue - Map
javax.ejb.EJBException
public java.lang.String getUrl()
throws javax.ejb.EJBException
ContentDefinition
getUrl in interface ContentDefinitiongetUrl in interface atg.svc.repository.beans.pv.ContentDefinition_PVString
javax.ejb.EJBException
public void setUrl(java.lang.String value)
throws javax.ejb.EJBException
ContentDefinitionContentDefinition.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 ContentDefinitionsetUrl in interface atg.svc.repository.beans.pv.ContentDefinition_PVvalue - String
javax.ejb.EJBException
public boolean isUrlYn()
throws javax.ejb.EJBException
ContentDefinition
isUrlYn in interface ContentDefinitionisUrlYn in interface atg.svc.repository.beans.pv.ContentDefinition_PVjavax.ejb.EJBException
public void setUrlYn(boolean value)
throws javax.ejb.EJBException
ContentDefinitionContentDefinition.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 ContentDefinitionsetUrlYn in interface atg.svc.repository.beans.pv.ContentDefinition_PVvalue - boolean
javax.ejb.EJBException
public boolean isRemoved()
throws javax.ejb.EJBException
ContentDefinition
isRemoved in interface atg.repository.tojava.runtime.RJRepositoryObjectisRemoved in interface ContentDefinitionisRemoved in interface FrameworkObjectisRemoved in interface atg.svc.repository.beans.pv.ContentDefinition_PVisRemoved in interface atg.svc.repository.beans.pv.FrameworkObject_PVisRemoved in class _ContentDefinition_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 ContentDefinitionwriteInstance in interface FrameworkObjectwriteInstance in interface atg.svc.repository.beans.pv.ContentDefinition_PVwriteInstance in interface atg.svc.repository.beans.pv.FrameworkObject_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 ContentDefinitionprepareInstanceForWrite in interface FrameworkObjectprepareInstanceForWrite in interface atg.svc.repository.beans.pv.ContentDefinition_PVprepareInstanceForWrite in interface atg.svc.repository.beans.pv.FrameworkObject_PVjavax.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_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 _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 | |||||||||