|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FrameworkObject
FrameworkObjectHome
Attribute Name | Attribute Value |
---|---|
atg.repository.query.SupportedQueries | and, comparison, constant, inFolders, includesAny, includes, includesItem, isNull, matchId, not, or, patternMatch, property, propertyOf, unconstrained, patternMatch, textSearch |
references | [:FrameworkObject.default] |
Property Name | Property Type | Property Description | Flags |
---|---|---|---|
appId | String |
R, W, Cch, Qry, Req | |
contentIds | Map |
R, W, Cch, CoM, Mv, Qry | |
default | FrameworkObject |
R, W, Cch, Qry | |
descriptionKey | String |
R, W, Cch, Qry | |
enabledYn | boolean | R, W, Cch, Qry, Req | |
id | String |
R, W, Cch, Id, Qry, Req | |
imageUrl | String |
R, W, Cch, Qry | |
nameKey | String |
R, W, Cch, Qry | |
objectType | FrameworkObjectObjectType |
R, W, Cch, Qry, Req | |
optionNames | Map |
R, W, Cch, CoM, Mv, Qry | |
resourceBundle | String |
R, W, Cch, Qry | |
segmentName | String |
R, W, Cch, Qry | |
templateIds | Map |
R, W, Cch, CoM, Mv, Qry |
Property appId: String
getAppId()
setAppId(java.lang.String)
Property contentIds: Map
getContentIds()
setContentIds(java.util.Map)
Property default: FrameworkObject
getDefault()
setDefault(atg.svc.repository.beans.FrameworkObject)
Property descriptionKey: String
getDescriptionKey()
setDescriptionKey(java.lang.String)
Property enabledYn: boolean
isEnabledYn()
setEnabledYn(boolean)
Property id: String
getId()
setId(java.lang.String)
Property imageUrl: String
getImageUrl()
setImageUrl(java.lang.String)
Property nameKey: String
getNameKey()
setNameKey(java.lang.String)
Property objectType: FrameworkObjectObjectType
getObjectType()
setObjectType(atg.svc.repository.beans.FrameworkObjectObjectType)
Attribute Name | Attribute Value |
---|---|
useCodeForValue | false |
Property optionNames: Map
getOptionNames()
setOptionNames(java.util.Map)
Property resourceBundle: String
getResourceBundle()
setResourceBundle(java.lang.String)
Property segmentName: String
getSegmentName()
setSegmentName(java.lang.String)
Property templateIds: Map
getTemplateIds()
setTemplateIds(java.util.Map)
Method Summary | |
---|---|
boolean |
_isMutable()
Returns true if the item is mutable. |
void |
copyTo(FrameworkObject destination)
Copies the property values of this instance to another instance of the same data type. |
java.lang.String |
getAppId()
Getter for property appId |
java.util.Map |
getContentIds()
Getter for property contentIds |
java.util.Map |
getContents()
|
FrameworkObject |
getDefault()
Getter for property default |
java.lang.String |
getDescriptionKey()
Getter for property descriptionKey |
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.util.Map |
getOptions()
|
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.util.Map |
getTemplates()
|
boolean |
isEnabledYn()
Getter for property enabledYn |
boolean |
isRemoved()
Returns true if the underlying object has been removed. |
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 |
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 |
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 |
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 |
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 interface javax.ejb.EJBLocalObject |
---|
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
Method Detail |
---|
java.lang.String getAppId() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void setAppId(java.lang.String value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- String
javax.ejb.EJBException
java.util.Map getContentIds() throws javax.ejb.EJBException
Map
javax.ejb.EJBException
void setContentIds(java.util.Map value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- Map
javax.ejb.EJBException
FrameworkObject getDefault() throws javax.ejb.EJBException
FrameworkObject
javax.ejb.EJBException
void setDefault(FrameworkObject value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- FrameworkObject
javax.ejb.EJBException
java.lang.String getDescriptionKey() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void setDescriptionKey(java.lang.String value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- String
javax.ejb.EJBException
boolean isEnabledYn() throws javax.ejb.EJBException
javax.ejb.EJBException
void setEnabledYn(boolean value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- boolean
javax.ejb.EJBException
java.lang.String getId() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void setId(java.lang.String value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- String
javax.ejb.EJBException
java.lang.String getImageUrl() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void setImageUrl(java.lang.String value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- String
javax.ejb.EJBException
java.lang.String getNameKey() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void setNameKey(java.lang.String value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- String
javax.ejb.EJBException
FrameworkObjectObjectType getObjectType() throws javax.ejb.EJBException
FrameworkObjectObjectType
javax.ejb.EJBException
void setObjectType(FrameworkObjectObjectType value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- FrameworkObjectObjectType
javax.ejb.EJBException
java.util.Map getOptionNames() throws javax.ejb.EJBException
Map
javax.ejb.EJBException
void setOptionNames(java.util.Map value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- Map
javax.ejb.EJBException
java.lang.String getResourceBundle() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void setResourceBundle(java.lang.String value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- String
javax.ejb.EJBException
java.lang.String getSegmentName() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void setSegmentName(java.lang.String value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- String
javax.ejb.EJBException
java.util.Map getTemplateIds() throws javax.ejb.EJBException
Map
javax.ejb.EJBException
void setTemplateIds(java.util.Map value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- Map
javax.ejb.EJBException
boolean isRemoved() throws javax.ejb.EJBException
javax.ejb.EJBException
void copyTo(FrameworkObject destination) throws javax.ejb.EJBException
javax.ejb.EJBException
void writeInstance() throws javax.ejb.EJBException
javax.ejb.EJBException
void prepareInstanceForWrite() throws javax.ejb.EJBException
javax.ejb.EJBException
boolean _isMutable()
java.util.Map getContents() throws ObjectNotFoundException, javax.ejb.EJBException
ObjectNotFoundException
javax.ejb.EJBException
- A system-level error occurredjava.util.Map getOptions() throws ObjectNotFoundException, javax.ejb.EJBException
ObjectNotFoundException
javax.ejb.EJBException
- A system-level error occurredjava.util.Map getTemplates() throws ObjectNotFoundException, javax.ejb.EJBException
ObjectNotFoundException
javax.ejb.EJBException
- A system-level error occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |