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