|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.svc.repository.beans._PanelStackDefinition_Impl
atg.svc.repository.beans._PanelStackDefinition_ReposImpl
public class _PanelStackDefinition_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.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 |
getErrorPanelId()
Getter for property errorPanelId |
java.lang.String |
getHeader()
Getter for property header |
java.lang.String |
getId()
Getter for property id |
java.lang.String |
getImageUrl()
Getter for property imageUrl |
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 |
getPanelBackgroundTabStyle()
Getter for property panelBackgroundTabStyle |
java.util.List |
getPanelIds()
Getter for property panelIds |
java.lang.String |
getPanelSelectedTabStyle()
Getter for property panelSelectedTabStyle |
java.lang.String |
getPanelStackId()
Getter for property panelStackId |
java.lang.String |
getPanelTitlebarTabbedStyle()
Getter for property panelTitlebarTabbedStyle |
java.lang.String |
getPanelTitlebarUntabbedStyle()
Getter for property panelTitlebarUntabbedStyle |
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 |
getTitleKey()
Getter for property titleKey |
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 |
isTabAffinityYn()
Getter for property tabAffinityYn |
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 |
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 |
setErrorPanelId(java.lang.String value)
Setter for property errorPanelId . |
void |
setHeader(java.lang.String value)
Setter for property header . |
void |
setId(java.lang.String value)
Setter for property id . |
void |
setImageUrl(java.lang.String value)
Setter for property imageUrl . |
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 |
setPanelBackgroundTabStyle(java.lang.String value)
Setter for property panelBackgroundTabStyle . |
void |
setPanelIds(java.util.List value)
Setter for property panelIds . |
void |
setPanelSelectedTabStyle(java.lang.String value)
Setter for property panelSelectedTabStyle . |
void |
setPanelStackId(java.lang.String value)
Setter for property panelStackId . |
void |
setPanelTitlebarTabbedStyle(java.lang.String value)
Setter for property panelTitlebarTabbedStyle . |
void |
setPanelTitlebarUntabbedStyle(java.lang.String value)
Setter for property panelTitlebarUntabbedStyle . |
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 |
setTabAffinityYn(boolean value)
Setter for property tabAffinityYn . |
void |
setTemplateIds(java.util.Map value)
Setter for property templateIds . |
void |
setTitleKey(java.lang.String value)
Setter for property titleKey . |
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._PanelStackDefinition_Impl |
---|
_getItemDescriptorName, _getObjectInterfaceClass, copyTo, copyTo, getContents, getOptions, getPanels, 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.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 java.lang.String getAppId() throws javax.ejb.EJBException
FrameworkObject
getAppId
in interface FrameworkObject
getAppId
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
String
javax.ejb.EJBException
public void setAppId(java.lang.String value) throws javax.ejb.EJBException
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
javax.ejb.EJBException
public java.util.Map getContentIds() throws javax.ejb.EJBException
FrameworkObject
getContentIds
in interface FrameworkObject
getContentIds
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
Map
javax.ejb.EJBException
public void setContentIds(java.util.Map value) throws javax.ejb.EJBException
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
javax.ejb.EJBException
public FrameworkObject getDefault() throws javax.ejb.EJBException
FrameworkObject
getDefault
in interface FrameworkObject
getDefault
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
FrameworkObject
javax.ejb.EJBException
public void setDefault(FrameworkObject value) throws javax.ejb.EJBException
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
javax.ejb.EJBException
public java.lang.String getDescriptionKey() throws javax.ejb.EJBException
FrameworkObject
getDescriptionKey
in interface FrameworkObject
getDescriptionKey
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
String
javax.ejb.EJBException
public void setDescriptionKey(java.lang.String value) throws javax.ejb.EJBException
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
javax.ejb.EJBException
public boolean isEnabledYn() throws javax.ejb.EJBException
FrameworkObject
isEnabledYn
in interface FrameworkObject
isEnabledYn
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
javax.ejb.EJBException
public void setEnabledYn(boolean value) throws javax.ejb.EJBException
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
- boolean
javax.ejb.EJBException
public java.lang.String getErrorPanelId() throws javax.ejb.EJBException
PanelStackDefinition
getErrorPanelId
in interface PanelStackDefinition
getErrorPanelId
in interface atg.svc.repository.beans.pv.PanelStackDefinition_PV
String
javax.ejb.EJBException
public void setErrorPanelId(java.lang.String value) throws javax.ejb.EJBException
PanelStackDefinition
PanelStackDefinition.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The PanelStackDefinition.prepareInstanceForWrite()
method may need to be called before making any changes.
setErrorPanelId
in interface PanelStackDefinition
setErrorPanelId
in interface atg.svc.repository.beans.pv.PanelStackDefinition_PV
value
- String
javax.ejb.EJBException
public java.lang.String getHeader() throws javax.ejb.EJBException
PanelStackDefinition
getHeader
in interface PanelStackDefinition
getHeader
in interface atg.svc.repository.beans.pv.PanelStackDefinition_PV
String
javax.ejb.EJBException
public void setHeader(java.lang.String value) throws javax.ejb.EJBException
PanelStackDefinition
PanelStackDefinition.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The PanelStackDefinition.prepareInstanceForWrite()
method may need to be called before making any changes.
setHeader
in interface PanelStackDefinition
setHeader
in interface atg.svc.repository.beans.pv.PanelStackDefinition_PV
value
- String
javax.ejb.EJBException
public java.lang.String getId() throws javax.ejb.EJBException
FrameworkObject
getId
in interface FrameworkObject
getId
in interface PanelStackDefinition
getId
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
getId
in interface atg.svc.repository.beans.pv.PanelStackDefinition_PV
String
javax.ejb.EJBException
public void setId(java.lang.String value) throws javax.ejb.EJBException
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.
setId
in interface FrameworkObject
setId
in interface PanelStackDefinition
setId
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
setId
in interface atg.svc.repository.beans.pv.PanelStackDefinition_PV
value
- String
javax.ejb.EJBException
public java.lang.String getImageUrl() throws javax.ejb.EJBException
FrameworkObject
getImageUrl
in interface FrameworkObject
getImageUrl
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
String
javax.ejb.EJBException
public void setImageUrl(java.lang.String value) throws javax.ejb.EJBException
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
javax.ejb.EJBException
public java.lang.String getNameKey() throws javax.ejb.EJBException
FrameworkObject
getNameKey
in interface FrameworkObject
getNameKey
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
String
javax.ejb.EJBException
public void setNameKey(java.lang.String value) throws javax.ejb.EJBException
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
javax.ejb.EJBException
public FrameworkObjectObjectType getObjectType() throws javax.ejb.EJBException
FrameworkObject
getObjectType
in interface FrameworkObject
getObjectType
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
FrameworkObjectObjectType
javax.ejb.EJBException
public void setObjectType(FrameworkObjectObjectType value) throws javax.ejb.EJBException
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
javax.ejb.EJBException
public java.util.Map getOptionNames() throws javax.ejb.EJBException
FrameworkObject
getOptionNames
in interface FrameworkObject
getOptionNames
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
Map
javax.ejb.EJBException
public void setOptionNames(java.util.Map value) throws javax.ejb.EJBException
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
javax.ejb.EJBException
public java.lang.String getPanelBackgroundTabStyle() throws javax.ejb.EJBException
PanelStackDefinition
getPanelBackgroundTabStyle
in interface PanelStackDefinition
getPanelBackgroundTabStyle
in interface atg.svc.repository.beans.pv.PanelStackDefinition_PV
String
javax.ejb.EJBException
public void setPanelBackgroundTabStyle(java.lang.String value) throws javax.ejb.EJBException
PanelStackDefinition
PanelStackDefinition.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The PanelStackDefinition.prepareInstanceForWrite()
method may need to be called before making any changes.
setPanelBackgroundTabStyle
in interface PanelStackDefinition
setPanelBackgroundTabStyle
in interface atg.svc.repository.beans.pv.PanelStackDefinition_PV
value
- String
javax.ejb.EJBException
public java.util.List getPanelIds() throws javax.ejb.EJBException
PanelStackDefinition
getPanelIds
in interface PanelStackDefinition
getPanelIds
in interface atg.svc.repository.beans.pv.PanelStackDefinition_PV
List
javax.ejb.EJBException
public void setPanelIds(java.util.List value) throws javax.ejb.EJBException
PanelStackDefinition
PanelStackDefinition.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The PanelStackDefinition.prepareInstanceForWrite()
method may need to be called before making any changes.
setPanelIds
in interface PanelStackDefinition
setPanelIds
in interface atg.svc.repository.beans.pv.PanelStackDefinition_PV
value
- List
javax.ejb.EJBException
public java.lang.String getPanelSelectedTabStyle() throws javax.ejb.EJBException
PanelStackDefinition
getPanelSelectedTabStyle
in interface PanelStackDefinition
getPanelSelectedTabStyle
in interface atg.svc.repository.beans.pv.PanelStackDefinition_PV
String
javax.ejb.EJBException
public void setPanelSelectedTabStyle(java.lang.String value) throws javax.ejb.EJBException
PanelStackDefinition
PanelStackDefinition.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The PanelStackDefinition.prepareInstanceForWrite()
method may need to be called before making any changes.
setPanelSelectedTabStyle
in interface PanelStackDefinition
setPanelSelectedTabStyle
in interface atg.svc.repository.beans.pv.PanelStackDefinition_PV
value
- String
javax.ejb.EJBException
public java.lang.String getPanelStackId() throws javax.ejb.EJBException
PanelStackDefinition
getPanelStackId
in interface PanelStackDefinition
getPanelStackId
in interface atg.svc.repository.beans.pv.PanelStackDefinition_PV
String
javax.ejb.EJBException
public void setPanelStackId(java.lang.String value) throws javax.ejb.EJBException
PanelStackDefinition
PanelStackDefinition.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The PanelStackDefinition.prepareInstanceForWrite()
method may need to be called before making any changes.
setPanelStackId
in interface PanelStackDefinition
setPanelStackId
in interface atg.svc.repository.beans.pv.PanelStackDefinition_PV
value
- String
javax.ejb.EJBException
public java.lang.String getPanelTitlebarTabbedStyle() throws javax.ejb.EJBException
PanelStackDefinition
getPanelTitlebarTabbedStyle
in interface PanelStackDefinition
getPanelTitlebarTabbedStyle
in interface atg.svc.repository.beans.pv.PanelStackDefinition_PV
String
javax.ejb.EJBException
public void setPanelTitlebarTabbedStyle(java.lang.String value) throws javax.ejb.EJBException
PanelStackDefinition
PanelStackDefinition.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The PanelStackDefinition.prepareInstanceForWrite()
method may need to be called before making any changes.
setPanelTitlebarTabbedStyle
in interface PanelStackDefinition
setPanelTitlebarTabbedStyle
in interface atg.svc.repository.beans.pv.PanelStackDefinition_PV
value
- String
javax.ejb.EJBException
public java.lang.String getPanelTitlebarUntabbedStyle() throws javax.ejb.EJBException
PanelStackDefinition
getPanelTitlebarUntabbedStyle
in interface PanelStackDefinition
getPanelTitlebarUntabbedStyle
in interface atg.svc.repository.beans.pv.PanelStackDefinition_PV
String
javax.ejb.EJBException
public void setPanelTitlebarUntabbedStyle(java.lang.String value) throws javax.ejb.EJBException
PanelStackDefinition
PanelStackDefinition.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The PanelStackDefinition.prepareInstanceForWrite()
method may need to be called before making any changes.
setPanelTitlebarUntabbedStyle
in interface PanelStackDefinition
setPanelTitlebarUntabbedStyle
in interface atg.svc.repository.beans.pv.PanelStackDefinition_PV
value
- String
javax.ejb.EJBException
public java.lang.String getResourceBundle() throws javax.ejb.EJBException
FrameworkObject
getResourceBundle
in interface FrameworkObject
getResourceBundle
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
String
javax.ejb.EJBException
public void setResourceBundle(java.lang.String value) throws javax.ejb.EJBException
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
javax.ejb.EJBException
public java.lang.String getSegmentName() throws javax.ejb.EJBException
FrameworkObject
getSegmentName
in interface FrameworkObject
getSegmentName
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
String
javax.ejb.EJBException
public void setSegmentName(java.lang.String value) throws javax.ejb.EJBException
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
javax.ejb.EJBException
public boolean isTabAffinityYn() throws javax.ejb.EJBException
PanelStackDefinition
isTabAffinityYn
in interface PanelStackDefinition
isTabAffinityYn
in interface atg.svc.repository.beans.pv.PanelStackDefinition_PV
javax.ejb.EJBException
public void setTabAffinityYn(boolean value) throws javax.ejb.EJBException
PanelStackDefinition
PanelStackDefinition.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The PanelStackDefinition.prepareInstanceForWrite()
method may need to be called before making any changes.
setTabAffinityYn
in interface PanelStackDefinition
setTabAffinityYn
in interface atg.svc.repository.beans.pv.PanelStackDefinition_PV
value
- boolean
javax.ejb.EJBException
public java.util.Map getTemplateIds() throws javax.ejb.EJBException
FrameworkObject
getTemplateIds
in interface FrameworkObject
getTemplateIds
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
Map
javax.ejb.EJBException
public void setTemplateIds(java.util.Map value) throws javax.ejb.EJBException
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
javax.ejb.EJBException
public java.lang.String getTitleKey() throws javax.ejb.EJBException
PanelStackDefinition
getTitleKey
in interface PanelStackDefinition
getTitleKey
in interface atg.svc.repository.beans.pv.PanelStackDefinition_PV
String
javax.ejb.EJBException
public void setTitleKey(java.lang.String value) throws javax.ejb.EJBException
PanelStackDefinition
PanelStackDefinition.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The PanelStackDefinition.prepareInstanceForWrite()
method may need to be called before making any changes.
setTitleKey
in interface PanelStackDefinition
setTitleKey
in interface atg.svc.repository.beans.pv.PanelStackDefinition_PV
value
- String
javax.ejb.EJBException
public boolean isRemoved() throws javax.ejb.EJBException
FrameworkObject
isRemoved
in interface atg.repository.tojava.runtime.RJRepositoryObject
isRemoved
in interface FrameworkObject
isRemoved
in interface PanelStackDefinition
isRemoved
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
isRemoved
in interface atg.svc.repository.beans.pv.PanelStackDefinition_PV
isRemoved
in class _PanelStackDefinition_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 FrameworkObject
writeInstance
in interface PanelStackDefinition
writeInstance
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
writeInstance
in interface atg.svc.repository.beans.pv.PanelStackDefinition_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 FrameworkObject
prepareInstanceForWrite
in interface PanelStackDefinition
prepareInstanceForWrite
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
prepareInstanceForWrite
in interface atg.svc.repository.beans.pv.PanelStackDefinition_PV
javax.ejb.EJBException
- If the operation fails.public boolean _isMutable()
_isMutable
in interface FrameworkObject
_isMutable
in interface PanelStackDefinition
_isMutable
in interface atg.svc.repository.beans.pv.FrameworkObject_PV
_isMutable
in interface atg.svc.repository.beans.pv.PanelStackDefinition_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 |