|
||||||||||
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_PV
getAudience
in interface Solution
String
[]public void setAudience(java.lang.String[] value)
atg.svc.repository.beans.pv.Solution_PV
Solution_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_PV
setAudience
in interface Solution
value
- String
[]public java.lang.Object[] getAudienceSorted()
atg.svc.repository.beans.pv.Solution_PV
getAudienceSorted
in interface atg.svc.repository.beans.pv.Solution_PV
getAudienceSorted
in interface Solution
Object
[]public java.lang.String getAuthor()
atg.svc.repository.beans.pv.Solution_PV
getAuthor
in interface atg.svc.repository.beans.pv.Solution_PV
getAuthor
in interface Solution
String
public void setAuthor(java.lang.String value)
atg.svc.repository.beans.pv.Solution_PV
Solution_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_PV
setAuthor
in interface Solution
value
- String
public boolean isBestBet()
atg.svc.repository.beans.pv.Solution_PV
isBestBet
in interface atg.svc.repository.beans.pv.Solution_PV
isBestBet
in interface Solution
public void setBestBet(boolean value)
atg.svc.repository.beans.pv.Solution_PV
Solution_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_PV
setBestBet
in interface Solution
value
- booleanpublic java.util.Date getDateCreated()
atg.svc.repository.beans.pv.Solution_PV
getDateCreated
in interface atg.svc.repository.beans.pv.Solution_PV
getDateCreated
in interface Solution
Date
public void setDateCreated(java.util.Date value)
atg.svc.repository.beans.pv.Solution_PV
Solution_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_PV
setDateCreated
in interface Solution
value
- Date
public java.util.Date getDateModified()
atg.svc.repository.beans.pv.Solution_PV
getDateModified
in interface atg.svc.repository.beans.pv.Solution_PV
getDateModified
in interface Solution
Date
public void setDateModified(java.util.Date value)
atg.svc.repository.beans.pv.Solution_PV
Solution_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_PV
setDateModified
in interface Solution
value
- Date
public java.util.Map getFields()
atg.svc.repository.beans.pv.Solution_PV
getFields
in interface atg.svc.repository.beans.pv.Solution_PV
getFields
in interface Solution
Map
with SolutionField
valuespublic void setFields(java.util.Map value)
atg.svc.repository.beans.pv.Solution_PV
Solution_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_PV
setFields
in interface Solution
value
- Map
with SolutionField
valuespublic java.lang.String getId()
atg.svc.repository.beans.pv.Solution_PV
getId
in interface atg.svc.repository.beans.pv.Solution_PV
getId
in interface Solution
String
public void setId(java.lang.String value)
atg.svc.repository.beans.pv.Solution_PV
Solution_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_PV
setId
in interface Solution
value
- String
public java.util.List getInternalAudience()
atg.svc.repository.beans.pv.Solution_PV
getInternalAudience
in interface atg.svc.repository.beans.pv.Solution_PV
getInternalAudience
in interface Solution
List
of OrganizationValue
public void setInternalAudience(java.util.List value)
atg.svc.repository.beans.pv.Solution_PV
Solution_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_PV
setInternalAudience
in interface Solution
value
- List
of OrganizationValue
public java.util.List getInternalAudienceSorted()
atg.svc.repository.beans.pv.Solution_PV
getInternalAudienceSorted
in interface atg.svc.repository.beans.pv.Solution_PV
getInternalAudienceSorted
in interface Solution
List
of OrganizationValue
public java.lang.String getLanguage()
atg.svc.repository.beans.pv.Solution_PV
getLanguage
in interface atg.svc.repository.beans.pv.Solution_PV
getLanguage
in interface Solution
String
public void setLanguage(java.lang.String value)
atg.svc.repository.beans.pv.Solution_PV
Solution_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_PV
setLanguage
in interface Solution
value
- String
public java.lang.String getLegacyId()
atg.svc.repository.beans.pv.Solution_PV
getLegacyId
in interface atg.svc.repository.beans.pv.Solution_PV
getLegacyId
in interface Solution
String
public void setLegacyId(java.lang.String value)
atg.svc.repository.beans.pv.Solution_PV
Solution_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_PV
setLegacyId
in interface Solution
value
- String
public java.lang.String getModifiedBy()
atg.svc.repository.beans.pv.Solution_PV
getModifiedBy
in interface atg.svc.repository.beans.pv.Solution_PV
getModifiedBy
in interface Solution
String
public void setModifiedBy(java.lang.String value)
atg.svc.repository.beans.pv.Solution_PV
Solution_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_PV
setModifiedBy
in interface Solution
value
- String
public OrganizationValue getOwningGroup()
atg.svc.repository.beans.pv.Solution_PV
getOwningGroup
in interface atg.svc.repository.beans.pv.Solution_PV
getOwningGroup
in interface Solution
OrganizationValue
public void setOwningGroup(OrganizationValue value)
atg.svc.repository.beans.pv.Solution_PV
Solution_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_PV
setOwningGroup
in interface Solution
value
- OrganizationValue
public java.lang.String getRawTitle()
atg.svc.repository.beans.pv.Solution_PV
getRawTitle
in interface atg.svc.repository.beans.pv.Solution_PV
getRawTitle
in interface Solution
String
public void setRawTitle(java.lang.String value)
atg.svc.repository.beans.pv.Solution_PV
Solution_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_PV
setRawTitle
in interface Solution
value
- String
public java.lang.String getRecognition()
atg.svc.repository.beans.pv.Solution_PV
getRecognition
in interface atg.svc.repository.beans.pv.Solution_PV
getRecognition
in interface Solution
String
public void setRecognition(java.lang.String value)
atg.svc.repository.beans.pv.Solution_PV
Solution_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_PV
setRecognition
in interface Solution
value
- String
public java.util.List getRecommendedAnswers()
atg.svc.repository.beans.pv.Solution_PV
getRecommendedAnswers
in interface atg.svc.repository.beans.pv.Solution_PV
getRecommendedAnswers
in interface Solution
List
of RecommendedAnswer
public SolutionClass getSolutionClass()
atg.svc.repository.beans.pv.Solution_PV
getSolutionClass
in interface atg.svc.repository.beans.pv.Solution_PV
getSolutionClass
in interface Solution
SolutionClass
public void setSolutionClass(SolutionClass value)
atg.svc.repository.beans.pv.Solution_PV
Solution_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_PV
setSolutionClass
in interface Solution
value
- SolutionClass
public SolutionRelevance getSolutionRelevance()
atg.svc.repository.beans.pv.Solution_PV
getSolutionRelevance
in interface atg.svc.repository.beans.pv.Solution_PV
getSolutionRelevance
in interface Solution
SolutionRelevance
public SolutionStatus getStatus()
atg.svc.repository.beans.pv.Solution_PV
getStatus
in interface atg.svc.repository.beans.pv.Solution_PV
getStatus
in interface Solution
SolutionStatus
public void setStatus(SolutionStatus value)
atg.svc.repository.beans.pv.Solution_PV
Solution_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_PV
setStatus
in interface Solution
value
- SolutionStatus
public java.util.Set getTopicIds()
atg.svc.repository.beans.pv.Solution_PV
getTopicIds
in interface atg.svc.repository.beans.pv.Solution_PV
getTopicIds
in interface Solution
Set
public void setTopicIds(java.util.Set value)
atg.svc.repository.beans.pv.Solution_PV
Solution_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_PV
setTopicIds
in interface Solution
value
- Set
public java.util.Set getTopicPaths()
atg.svc.repository.beans.pv.Solution_PV
getTopicPaths
in interface atg.svc.repository.beans.pv.Solution_PV
getTopicPaths
in interface Solution
Set
public void writeInstance() throws javax.ejb.EJBException
atg.repository.tojava.runtime.RJObject
writeInstance
in interface atg.repository.tojava.runtime.RJObject
writeInstance
in interface atg.svc.repository.beans.pv.Solution_PV
writeInstance
in interface Solution
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 atg.svc.repository.beans.pv.Solution_PV
prepareInstanceForWrite
in interface Solution
javax.ejb.EJBException
- If the operation fails.public boolean _isMutable()
_isMutable
in interface atg.svc.repository.beans.pv.Solution_PV
_isMutable
in interface Solution
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 _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.EJBLocalObject
javax.ejb.EJBException
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 void remove() throws javax.ejb.RemoveException
atg.repository.tojava.runtime.RJObject
remove
in interface atg.repository.tojava.runtime.RJObject
remove
in interface javax.ejb.EJBLocalObject
javax.ejb.RemoveException
- If the remove fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |