|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectatg.svc.repository.beans._Solution_Impl
atg.svc.repository.beans._Solution_ReposImpl
public class _Solution_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[] |
getAudience()
Getter for property audience |
java.lang.Object[] |
getAudienceSorted()
Getter for property audienceSorted |
java.lang.String |
getAuthor()
Getter for property author |
java.util.Date |
getDateCreated()
Getter for property dateCreated |
java.util.Date |
getDateModified()
Getter for property dateModified |
javax.ejb.EJBLocalHome |
getEJBLocalHome()
Gets the home associated with this repository object. |
java.util.Map |
getFields()
Getter for property fields |
java.lang.String |
getId()
Getter for property id |
java.util.List |
getInternalAudience()
Getter for property internalAudience |
java.util.List |
getInternalAudienceSorted()
Getter for property internalAudienceSorted |
java.lang.String |
getLanguage()
Getter for property language |
java.lang.String |
getLegacyId()
Getter for property legacyId |
java.lang.String |
getModifiedBy()
Getter for property modifiedBy |
OrganizationValue |
getOwningGroup()
Getter for property owningGroup |
java.lang.Object |
getPrimaryKey()
Gets the primary key for the repository impl. |
java.lang.Object |
getPropertyValue(java.lang.String propertyName)
|
java.lang.String |
getRawTitle()
Getter for property rawTitle |
java.lang.String |
getRecognition()
Getter for property recognition |
java.util.List |
getRecommendedAnswers()
Getter for property recommendedAnswers |
SolutionClass |
getSolutionClass()
Getter for property solutionClass |
SolutionRelevance |
getSolutionRelevance()
Getter for property solutionRelevance |
SolutionStatus |
getStatus()
Getter for property status |
java.util.Set |
getTopicIds()
Getter for property topicIds |
java.util.Set |
getTopicPaths()
Getter for property topicPaths |
int |
hashCode()
|
boolean |
isBestBet()
Getter for property bestBet |
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. |
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 |
setAudience(java.lang.String[] value)
Setter for property audience . |
void |
setAuthor(java.lang.String value)
Setter for property author . |
void |
setBestBet(boolean value)
Setter for property bestBet . |
void |
setDateCreated(java.util.Date value)
Setter for property dateCreated . |
void |
setDateModified(java.util.Date value)
Setter for property dateModified . |
void |
setFields(java.util.Map value)
Setter for property fields . |
void |
setId(java.lang.String value)
Setter for property id . |
void |
setInternalAudience(java.util.List value)
Setter for property internalAudience . |
void |
setLanguage(java.lang.String value)
Setter for property language . |
void |
setLegacyId(java.lang.String value)
Setter for property legacyId . |
void |
setModifiedBy(java.lang.String value)
Setter for property modifiedBy . |
void |
setOwningGroup(OrganizationValue value)
Setter for property owningGroup . |
void |
setPropertyValue(java.lang.String propertyName,
java.lang.Object value)
|
void |
setRawTitle(java.lang.String value)
Setter for property rawTitle . |
void |
setRecognition(java.lang.String value)
Setter for property recognition . |
void |
setSolutionClass(SolutionClass value)
Setter for property solutionClass . |
void |
setStatus(SolutionStatus value)
Setter for property status . |
void |
setTopicIds(java.util.Set value)
Setter for property topicIds . |
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 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[] getAudience()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PV
getAudience in interface atg.svc.repository.beans.pv.Solution_PVgetAudience in interface SolutionString[]
javax.ejb.EJBException
public void setAudience(java.lang.String[] value)
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PVSolution_PV.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The Solution_PV.prepareInstanceForWrite() method may need to be called before making any changes.
setAudience in interface atg.svc.repository.beans.pv.Solution_PVsetAudience in interface Solutionvalue - String[]
javax.ejb.EJBException
public java.lang.Object[] getAudienceSorted()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PV
getAudienceSorted in interface atg.svc.repository.beans.pv.Solution_PVgetAudienceSorted in interface SolutionObject[]
javax.ejb.EJBException
public java.lang.String getAuthor()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PV
getAuthor in interface atg.svc.repository.beans.pv.Solution_PVgetAuthor in interface SolutionString
javax.ejb.EJBException
public void setAuthor(java.lang.String value)
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PVSolution_PV.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The Solution_PV.prepareInstanceForWrite() method may need to be called before making any changes.
setAuthor in interface atg.svc.repository.beans.pv.Solution_PVsetAuthor in interface Solutionvalue - String
javax.ejb.EJBException
public boolean isBestBet()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PV
isBestBet in interface atg.svc.repository.beans.pv.Solution_PVisBestBet in interface Solutionjavax.ejb.EJBException
public void setBestBet(boolean value)
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PVSolution_PV.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The Solution_PV.prepareInstanceForWrite() method may need to be called before making any changes.
setBestBet in interface atg.svc.repository.beans.pv.Solution_PVsetBestBet in interface Solutionvalue - boolean
javax.ejb.EJBException
public java.util.Date getDateCreated()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PV
getDateCreated in interface atg.svc.repository.beans.pv.Solution_PVgetDateCreated in interface SolutionDate
javax.ejb.EJBException
public void setDateCreated(java.util.Date value)
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PVSolution_PV.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The Solution_PV.prepareInstanceForWrite() method may need to be called before making any changes.
setDateCreated in interface atg.svc.repository.beans.pv.Solution_PVsetDateCreated in interface Solutionvalue - Date
javax.ejb.EJBException
public java.util.Date getDateModified()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PV
getDateModified in interface atg.svc.repository.beans.pv.Solution_PVgetDateModified in interface SolutionDate
javax.ejb.EJBException
public void setDateModified(java.util.Date value)
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PVSolution_PV.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The Solution_PV.prepareInstanceForWrite() method may need to be called before making any changes.
setDateModified in interface atg.svc.repository.beans.pv.Solution_PVsetDateModified in interface Solutionvalue - Date
javax.ejb.EJBException
public java.util.Map getFields()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PV
getFields in interface atg.svc.repository.beans.pv.Solution_PVgetFields in interface SolutionMap with SolutionField values
javax.ejb.EJBException
public void setFields(java.util.Map value)
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PVSolution_PV.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The Solution_PV.prepareInstanceForWrite() method may need to be called before making any changes.
setFields in interface atg.svc.repository.beans.pv.Solution_PVsetFields in interface Solutionvalue - Map with SolutionField values
javax.ejb.EJBException
public java.lang.String getId()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PV
getId in interface atg.svc.repository.beans.pv.Solution_PVgetId in interface SolutionString
javax.ejb.EJBException
public void setId(java.lang.String value)
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PVSolution_PV.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The Solution_PV.prepareInstanceForWrite() method may need to be called before making any changes.
setId in interface atg.svc.repository.beans.pv.Solution_PVsetId in interface Solutionvalue - String
javax.ejb.EJBException
public java.util.List getInternalAudience()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PV
getInternalAudience in interface atg.svc.repository.beans.pv.Solution_PVgetInternalAudience in interface SolutionList of OrganizationValue
javax.ejb.EJBException
public void setInternalAudience(java.util.List value)
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PVSolution_PV.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The Solution_PV.prepareInstanceForWrite() method may need to be called before making any changes.
setInternalAudience in interface atg.svc.repository.beans.pv.Solution_PVsetInternalAudience in interface Solutionvalue - List of OrganizationValue
javax.ejb.EJBException
public java.util.List getInternalAudienceSorted()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PV
getInternalAudienceSorted in interface atg.svc.repository.beans.pv.Solution_PVgetInternalAudienceSorted in interface SolutionList of OrganizationValue
javax.ejb.EJBException
public java.lang.String getLanguage()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PV
getLanguage in interface atg.svc.repository.beans.pv.Solution_PVgetLanguage in interface SolutionString
javax.ejb.EJBException
public void setLanguage(java.lang.String value)
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PVSolution_PV.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The Solution_PV.prepareInstanceForWrite() method may need to be called before making any changes.
setLanguage in interface atg.svc.repository.beans.pv.Solution_PVsetLanguage in interface Solutionvalue - String
javax.ejb.EJBException
public java.lang.String getLegacyId()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PV
getLegacyId in interface atg.svc.repository.beans.pv.Solution_PVgetLegacyId in interface SolutionString
javax.ejb.EJBException
public void setLegacyId(java.lang.String value)
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PVSolution_PV.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The Solution_PV.prepareInstanceForWrite() method may need to be called before making any changes.
setLegacyId in interface atg.svc.repository.beans.pv.Solution_PVsetLegacyId in interface Solutionvalue - String
javax.ejb.EJBException
public java.lang.String getModifiedBy()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PV
getModifiedBy in interface atg.svc.repository.beans.pv.Solution_PVgetModifiedBy in interface SolutionString
javax.ejb.EJBException
public void setModifiedBy(java.lang.String value)
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PVSolution_PV.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The Solution_PV.prepareInstanceForWrite() method may need to be called before making any changes.
setModifiedBy in interface atg.svc.repository.beans.pv.Solution_PVsetModifiedBy in interface Solutionvalue - String
javax.ejb.EJBException
public OrganizationValue getOwningGroup()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PV
getOwningGroup in interface atg.svc.repository.beans.pv.Solution_PVgetOwningGroup in interface SolutionOrganizationValue
javax.ejb.EJBException
public void setOwningGroup(OrganizationValue value)
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PVSolution_PV.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The Solution_PV.prepareInstanceForWrite() method may need to be called before making any changes.
setOwningGroup in interface atg.svc.repository.beans.pv.Solution_PVsetOwningGroup in interface Solutionvalue - OrganizationValue
javax.ejb.EJBException
public java.lang.String getRawTitle()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PV
getRawTitle in interface atg.svc.repository.beans.pv.Solution_PVgetRawTitle in interface SolutionString
javax.ejb.EJBException
public void setRawTitle(java.lang.String value)
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PVSolution_PV.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The Solution_PV.prepareInstanceForWrite() method may need to be called before making any changes.
setRawTitle in interface atg.svc.repository.beans.pv.Solution_PVsetRawTitle in interface Solutionvalue - String
javax.ejb.EJBException
public java.lang.String getRecognition()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PV
getRecognition in interface atg.svc.repository.beans.pv.Solution_PVgetRecognition in interface SolutionString
javax.ejb.EJBException
public void setRecognition(java.lang.String value)
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PVSolution_PV.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The Solution_PV.prepareInstanceForWrite() method may need to be called before making any changes.
setRecognition in interface atg.svc.repository.beans.pv.Solution_PVsetRecognition in interface Solutionvalue - String
javax.ejb.EJBException
public java.util.List getRecommendedAnswers()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PV
getRecommendedAnswers in interface atg.svc.repository.beans.pv.Solution_PVgetRecommendedAnswers in interface SolutionList of RecommendedAnswer
javax.ejb.EJBException
public SolutionClass getSolutionClass()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PV
getSolutionClass in interface atg.svc.repository.beans.pv.Solution_PVgetSolutionClass in interface SolutionSolutionClass
javax.ejb.EJBException
public void setSolutionClass(SolutionClass value)
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PVSolution_PV.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The Solution_PV.prepareInstanceForWrite() method may need to be called before making any changes.
setSolutionClass in interface atg.svc.repository.beans.pv.Solution_PVsetSolutionClass in interface Solutionvalue - SolutionClass
javax.ejb.EJBException
public SolutionRelevance getSolutionRelevance()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PV
getSolutionRelevance in interface atg.svc.repository.beans.pv.Solution_PVgetSolutionRelevance in interface SolutionSolutionRelevance
javax.ejb.EJBException
public SolutionStatus getStatus()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PV
getStatus in interface atg.svc.repository.beans.pv.Solution_PVgetStatus in interface SolutionSolutionStatus
javax.ejb.EJBException
public void setStatus(SolutionStatus value)
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PVSolution_PV.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The Solution_PV.prepareInstanceForWrite() method may need to be called before making any changes.
setStatus in interface atg.svc.repository.beans.pv.Solution_PVsetStatus in interface Solutionvalue - SolutionStatus
javax.ejb.EJBException
public java.util.Set getTopicIds()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PV
getTopicIds in interface atg.svc.repository.beans.pv.Solution_PVgetTopicIds in interface SolutionSet
javax.ejb.EJBException
public void setTopicIds(java.util.Set value)
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PVSolution_PV.writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The Solution_PV.prepareInstanceForWrite() method may need to be called before making any changes.
setTopicIds in interface atg.svc.repository.beans.pv.Solution_PVsetTopicIds in interface Solutionvalue - Set
javax.ejb.EJBException
public java.util.Set getTopicPaths()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PV
getTopicPaths in interface atg.svc.repository.beans.pv.Solution_PVgetTopicPaths in interface SolutionSet
javax.ejb.EJBException
public boolean isRemoved()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.Solution_PV
isRemoved in interface atg.repository.tojava.runtime.RJRepositoryObjectisRemoved in interface atg.svc.repository.beans.pv.Solution_PVisRemoved in interface SolutionisRemoved in class _Solution_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 atg.svc.repository.beans.pv.Solution_PVwriteInstance in interface Solutionjavax.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 atg.svc.repository.beans.pv.Solution_PVprepareInstanceForWrite in interface Solutionjavax.ejb.EJBException - If the operation fails.public boolean _isMutable()
_isMutable in interface atg.svc.repository.beans.pv.Solution_PV_isMutable in interface Solutionpublic 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 | |||||||||