atg.svc.repository.beans
Class _FrameworkDefinition_Impl
java.lang.Object
atg.svc.repository.beans._FrameworkDefinition_Impl
- All Implemented Interfaces:
- FrameworkDefinition, FrameworkObject, atg.svc.repository.beans.pv.FrameworkDefinition_PV, atg.svc.repository.beans.pv.FrameworkObject_PV, java.io.Serializable, javax.ejb.EJBLocalObject
- Direct Known Subclasses:
- _FrameworkDefinition_BeanImpl, _FrameworkDefinition_ReposImpl
public abstract class _FrameworkDefinition_Impl
- extends java.lang.Object
- implements atg.svc.repository.beans.pv.FrameworkDefinition_PV, java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface atg.svc.repository.beans.pv.FrameworkDefinition_PV |
_isMutable, getCurrentTabId, getFrameworkId, getId, getSkinIds, getTabIds, prepareInstanceForWrite, setCurrentTabId, setFrameworkId, setId, setSkinIds, setTabIds, writeInstance |
| Methods inherited from interface javax.ejb.EJBLocalObject |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
| Methods inherited from interface javax.ejb.EJBLocalObject |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
| Methods inherited from interface atg.svc.repository.beans.pv.FrameworkObject_PV |
getAppId, getContentIds, getDefault, getDescriptionKey, getImageUrl, getNameKey, getObjectType, getOptionNames, getResourceBundle, getSegmentName, getTemplateIds, isEnabledYn, setAppId, setContentIds, setDefault, setDescriptionKey, setEnabledYn, setImageUrl, setNameKey, setObjectType, setOptionNames, setResourceBundle, setSegmentName, setTemplateIds |
| Methods inherited from interface javax.ejb.EJBLocalObject |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
_FrameworkDefinition_Impl
public _FrameworkDefinition_Impl()
isRemoved
public boolean isRemoved()
throws javax.ejb.EJBException
- Description copied from interface:
FrameworkDefinition
- Returns true if the underlying object has been removed. False otherwise.
- Specified by:
isRemoved in interface FrameworkDefinition- Specified by:
isRemoved in interface FrameworkObject- Specified by:
isRemoved in interface atg.svc.repository.beans.pv.FrameworkDefinition_PV- Specified by:
isRemoved in interface atg.svc.repository.beans.pv.FrameworkObject_PV
- Throws:
javax.ejb.EJBException
_getItemDescriptorName
public java.lang.String _getItemDescriptorName()
_getObjectInterfaceClass
public java.lang.Class _getObjectInterfaceClass()
copyTo
public void copyTo(FrameworkDefinition destination)
throws javax.ejb.EJBException
- Description copied from interface:
FrameworkDefinition
- Copies the property values of this instance to another instance of the same data type. Only properties that are both readable and writable are copied. Each property is copied by calling the getter method on the source instance and setting the result in the destination instance using the setter method.
- Specified by:
copyTo in interface FrameworkDefinition- Specified by:
copyTo in interface atg.svc.repository.beans.pv.FrameworkDefinition_PV
- Throws:
javax.ejb.EJBException
copyTo
public void copyTo(FrameworkObject destination)
throws javax.ejb.EJBException
- Description copied from interface:
FrameworkObject
- Copies the property values of this instance to another instance of the same data type. Only properties that are both readable and writable are copied. Each property is copied by calling the getter method on the source instance and setting the result in the destination instance using the setter method.
- Specified by:
copyTo in interface FrameworkObject- Specified by:
copyTo in interface atg.svc.repository.beans.pv.FrameworkObject_PV
- Throws:
javax.ejb.EJBException
getSkins
public java.util.List getSkins()
throws ObjectNotFoundException,
javax.ejb.EJBException
- Specified by:
getSkins in interface FrameworkDefinition- Specified by:
getSkins in interface atg.svc.repository.beans.pv.FrameworkDefinition_PV
- Returns:
- Returns the list of skins.
- Throws:
ObjectNotFoundException
javax.ejb.EJBException - A system-level error occurred
getTabs
public java.util.List getTabs()
throws ObjectNotFoundException,
javax.ejb.EJBException
- Specified by:
getTabs in interface FrameworkDefinition- Specified by:
getTabs in interface atg.svc.repository.beans.pv.FrameworkDefinition_PV
- Returns:
- Returns the list of tabs.
- Throws:
ObjectNotFoundException
javax.ejb.EJBException - A system-level error occurred
getContents
public java.util.Map getContents()
throws ObjectNotFoundException,
javax.ejb.EJBException
- Specified by:
getContents in interface FrameworkObject- Specified by:
getContents in interface atg.svc.repository.beans.pv.FrameworkObject_PV
- Returns:
- Returns the map of contents.
- Throws:
ObjectNotFoundException
javax.ejb.EJBException - A system-level error occurred
getOptions
public java.util.Map getOptions()
throws ObjectNotFoundException,
javax.ejb.EJBException
- Specified by:
getOptions in interface FrameworkObject- Specified by:
getOptions in interface atg.svc.repository.beans.pv.FrameworkObject_PV
- Returns:
- Returns the map of options.
- Throws:
ObjectNotFoundException
javax.ejb.EJBException - A system-level error occurred
getTemplates
public java.util.Map getTemplates()
throws ObjectNotFoundException,
javax.ejb.EJBException
- Specified by:
getTemplates in interface FrameworkObject- Specified by:
getTemplates in interface atg.svc.repository.beans.pv.FrameworkObject_PV
- Returns:
- Returns the map of templates.
- Throws:
ObjectNotFoundException
javax.ejb.EJBException - A system-level error occurred