|
||||||||||
| 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_BeanImpl
public class _Solution_BeanImpl
| Field Summary |
|---|
| Fields inherited from interface atg.repository.tojava.runtime.RJBeanObject |
|---|
CLASS_VERSION |
| Constructor Summary | |
|---|---|
_Solution_BeanImpl()
|
|
| Method Summary | |
|---|---|
javax.ejb.EJBLocalHome |
_getRepositoryHome()
Gets the repository home that corresponds to this bean. |
boolean |
_isMutable()
Returns true if the item is mutable. |
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()
|
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 |
boolean |
isBestBet()
Getter for property bestBet |
boolean |
isIdentical(javax.ejb.EJBLocalObject obj)
Returns true if the given object is identical to this one. |
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 |
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 . |
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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface atg.repository.tojava.runtime.RJObject |
|---|
_getItemDescriptorName, _getObjectInterfaceClass |
| Constructor Detail |
|---|
public _Solution_BeanImpl()
| Method Detail |
|---|
public java.lang.String[] getAudience()
atg.svc.repository.beans.pv.Solution_PV
getAudience in interface atg.svc.repository.beans.pv.Solution_PVgetAudience in interface SolutionString[]public void setAudience(java.lang.String[] value)
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[]public java.lang.Object[] getAudienceSorted()
atg.svc.repository.beans.pv.Solution_PV
getAudienceSorted in interface atg.svc.repository.beans.pv.Solution_PVgetAudienceSorted in interface SolutionObject[]public java.lang.String getAuthor()
atg.svc.repository.beans.pv.Solution_PV
getAuthor in interface atg.svc.repository.beans.pv.Solution_PVgetAuthor in interface SolutionStringpublic void setAuthor(java.lang.String value)
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 - Stringpublic boolean isBestBet()
atg.svc.repository.beans.pv.Solution_PV
isBestBet in interface atg.svc.repository.beans.pv.Solution_PVisBestBet in interface Solutionpublic void setBestBet(boolean value)
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 - booleanpublic java.util.Date getDateCreated()
atg.svc.repository.beans.pv.Solution_PV
getDateCreated in interface atg.svc.repository.beans.pv.Solution_PVgetDateCreated in interface SolutionDatepublic void setDateCreated(java.util.Date value)
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 - Datepublic java.util.Date getDateModified()
atg.svc.repository.beans.pv.Solution_PV
getDateModified in interface atg.svc.repository.beans.pv.Solution_PVgetDateModified in interface SolutionDatepublic void setDateModified(java.util.Date value)
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 - Datepublic java.util.Map getFields()
atg.svc.repository.beans.pv.Solution_PV
getFields in interface atg.svc.repository.beans.pv.Solution_PVgetFields in interface SolutionMap with SolutionField valuespublic void setFields(java.util.Map value)
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 valuespublic java.lang.String getId()
atg.svc.repository.beans.pv.Solution_PV
getId in interface atg.svc.repository.beans.pv.Solution_PVgetId in interface SolutionStringpublic void setId(java.lang.String value)
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 - Stringpublic java.util.List getInternalAudience()
atg.svc.repository.beans.pv.Solution_PV
getInternalAudience in interface atg.svc.repository.beans.pv.Solution_PVgetInternalAudience in interface SolutionList of OrganizationValuepublic void setInternalAudience(java.util.List value)
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 OrganizationValuepublic java.util.List getInternalAudienceSorted()
atg.svc.repository.beans.pv.Solution_PV
getInternalAudienceSorted in interface atg.svc.repository.beans.pv.Solution_PVgetInternalAudienceSorted in interface SolutionList of OrganizationValuepublic java.lang.String getLanguage()
atg.svc.repository.beans.pv.Solution_PV
getLanguage in interface atg.svc.repository.beans.pv.Solution_PVgetLanguage in interface SolutionStringpublic void setLanguage(java.lang.String value)
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 - Stringpublic java.lang.String getLegacyId()
atg.svc.repository.beans.pv.Solution_PV
getLegacyId in interface atg.svc.repository.beans.pv.Solution_PVgetLegacyId in interface SolutionStringpublic void setLegacyId(java.lang.String value)
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 - Stringpublic java.lang.String getModifiedBy()
atg.svc.repository.beans.pv.Solution_PV
getModifiedBy in interface atg.svc.repository.beans.pv.Solution_PVgetModifiedBy in interface SolutionStringpublic void setModifiedBy(java.lang.String value)
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 - Stringpublic OrganizationValue getOwningGroup()
atg.svc.repository.beans.pv.Solution_PV
getOwningGroup in interface atg.svc.repository.beans.pv.Solution_PVgetOwningGroup in interface SolutionOrganizationValuepublic void setOwningGroup(OrganizationValue value)
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 - OrganizationValuepublic java.lang.String getRawTitle()
atg.svc.repository.beans.pv.Solution_PV
getRawTitle in interface atg.svc.repository.beans.pv.Solution_PVgetRawTitle in interface SolutionStringpublic void setRawTitle(java.lang.String value)
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 - Stringpublic java.lang.String getRecognition()
atg.svc.repository.beans.pv.Solution_PV
getRecognition in interface atg.svc.repository.beans.pv.Solution_PVgetRecognition in interface SolutionStringpublic void setRecognition(java.lang.String value)
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 - Stringpublic java.util.List getRecommendedAnswers()
atg.svc.repository.beans.pv.Solution_PV
getRecommendedAnswers in interface atg.svc.repository.beans.pv.Solution_PVgetRecommendedAnswers in interface SolutionList of RecommendedAnswerpublic SolutionClass getSolutionClass()
atg.svc.repository.beans.pv.Solution_PV
getSolutionClass in interface atg.svc.repository.beans.pv.Solution_PVgetSolutionClass in interface SolutionSolutionClasspublic void setSolutionClass(SolutionClass value)
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 - SolutionClasspublic SolutionRelevance getSolutionRelevance()
atg.svc.repository.beans.pv.Solution_PV
getSolutionRelevance in interface atg.svc.repository.beans.pv.Solution_PVgetSolutionRelevance in interface SolutionSolutionRelevancepublic SolutionStatus getStatus()
atg.svc.repository.beans.pv.Solution_PV
getStatus in interface atg.svc.repository.beans.pv.Solution_PVgetStatus in interface SolutionSolutionStatuspublic void setStatus(SolutionStatus value)
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 - SolutionStatuspublic java.util.Set getTopicIds()
atg.svc.repository.beans.pv.Solution_PV
getTopicIds in interface atg.svc.repository.beans.pv.Solution_PVgetTopicIds in interface SolutionSetpublic void setTopicIds(java.util.Set value)
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 - Setpublic java.util.Set getTopicPaths()
atg.svc.repository.beans.pv.Solution_PV
getTopicPaths in interface atg.svc.repository.beans.pv.Solution_PVgetTopicPaths in interface SolutionSet
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 _getRepositoryHome()
atg.repository.tojava.runtime.RJBeanObject
_getRepositoryHome in interface atg.repository.tojava.runtime.RJBeanObject
public java.lang.Object getPrimaryKey()
throws javax.ejb.EJBException
getPrimaryKey in interface javax.ejb.EJBLocalObjectjavax.ejb.EJBExceptionpublic 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 void remove()
throws javax.ejb.RemoveException
atg.repository.tojava.runtime.RJObject
remove in interface atg.repository.tojava.runtime.RJObjectremove in interface javax.ejb.EJBLocalObjectjavax.ejb.RemoveException - If the remove fails.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||