|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.svc.repository.beans._SolutionRelevance_Impl
atg.svc.repository.beans._SolutionRelevance_ReposImpl
public class _SolutionRelevance_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)
|
int |
getDbHotScore()
Getter for property dbHotScore |
int |
getDbQOAAScore()
Getter for property dbQOAAScore |
int |
getDbTopScore()
Getter for property dbTopScore |
javax.ejb.EJBLocalHome |
getEJBLocalHome()
Gets the home associated with this repository object. |
boolean |
getHasDbHotScore()
Returns true if the value of property dbHotScore is null. |
boolean |
getHasDbQOAAScore()
Returns true if the value of property dbQOAAScore is null. |
boolean |
getHasDbTopScore()
Returns true if the value of property dbTopScore is null. |
int |
getHotUseCount()
Getter for property hotUseCount |
java.lang.String |
getId()
Getter for property id |
java.sql.Timestamp |
getLastUseDate()
Getter for property lastUseDate |
java.sql.Timestamp |
getLastViewDate()
Getter for property lastViewDate |
java.lang.Object |
getPrimaryKey()
Gets the primary key for the repository impl. |
java.lang.Object |
getPropertyValue(java.lang.String propertyName)
|
java.lang.String |
getSolutionClassId()
Getter for property solutionClassId |
java.lang.String |
getSolutionId()
Getter for property solutionId |
int |
getUseCount()
Getter for property useCount |
int |
getViewCount()
Getter for property viewCount |
int |
hashCode()
|
boolean |
isIdentical(javax.ejb.EJBLocalObject obj)
Returns true if the given object is identical to this one. |
boolean |
isIsQOAA()
Getter for property isQOAA |
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 |
setDbHotScore(int value)
Setter for property dbHotScore . |
void |
setDbQOAAScore(int value)
Setter for property dbQOAAScore . |
void |
setDbTopScore(int value)
Setter for property dbTopScore . |
void |
setHasDbHotScore(boolean value)
If this is set to false, then the underlying value of property dbHotScore is set to null. |
void |
setHasDbQOAAScore(boolean value)
If this is set to false, then the underlying value of property dbQOAAScore is set to null. |
void |
setHasDbTopScore(boolean value)
If this is set to false, then the underlying value of property dbTopScore is set to null. |
void |
setHotUseCount(int value)
Setter for property hotUseCount . |
void |
setId(java.lang.String value)
Setter for property id . |
void |
setIsQOAA(boolean value)
Setter for property isQOAA . |
void |
setLastUseDate(java.sql.Timestamp value)
Setter for property lastUseDate . |
void |
setLastViewDate(java.sql.Timestamp value)
Setter for property lastViewDate . |
void |
setPropertyValue(java.lang.String propertyName,
java.lang.Object value)
|
void |
setSolutionClassId(java.lang.String value)
Setter for property solutionClassId . |
void |
setSolutionId(java.lang.String value)
Setter for property solutionId . |
void |
setUseCount(int value)
Setter for property useCount . |
void |
setViewCount(int value)
Setter for property viewCount . |
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 atg.svc.repository.beans._SolutionRelevance_Impl |
---|
_getItemDescriptorName, _getObjectInterfaceClass, copyTo, decrementHotUseCount, decrementUseCount, getHotScore, getQOAAScore, getTopScore, incrementHotUseCount, incrementUseCount, incrementViewCount |
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 int getDbHotScore() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
getDbHotScore
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
getDbHotScore
in interface SolutionRelevance
javax.ejb.EJBException
public boolean getHasDbHotScore() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
getHasDbHotScore
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
getHasDbHotScore
in interface SolutionRelevance
javax.ejb.EJBException
public void setDbHotScore(int value) throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
SolutionRelevance_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 SolutionRelevance_PV.prepareInstanceForWrite()
method may need to be called before making any changes.
setDbHotScore
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
setDbHotScore
in interface SolutionRelevance
value
- int
javax.ejb.EJBException
public void setHasDbHotScore(boolean value) throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
setHasDbHotScore
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
setHasDbHotScore
in interface SolutionRelevance
javax.ejb.EJBException
public int getDbQOAAScore() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
getDbQOAAScore
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
getDbQOAAScore
in interface SolutionRelevance
javax.ejb.EJBException
public boolean getHasDbQOAAScore() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
getHasDbQOAAScore
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
getHasDbQOAAScore
in interface SolutionRelevance
javax.ejb.EJBException
public void setDbQOAAScore(int value) throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
SolutionRelevance_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 SolutionRelevance_PV.prepareInstanceForWrite()
method may need to be called before making any changes.
setDbQOAAScore
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
setDbQOAAScore
in interface SolutionRelevance
value
- int
javax.ejb.EJBException
public void setHasDbQOAAScore(boolean value) throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
setHasDbQOAAScore
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
setHasDbQOAAScore
in interface SolutionRelevance
javax.ejb.EJBException
public int getDbTopScore() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
getDbTopScore
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
getDbTopScore
in interface SolutionRelevance
javax.ejb.EJBException
public boolean getHasDbTopScore() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
getHasDbTopScore
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
getHasDbTopScore
in interface SolutionRelevance
javax.ejb.EJBException
public void setDbTopScore(int value) throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
SolutionRelevance_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 SolutionRelevance_PV.prepareInstanceForWrite()
method may need to be called before making any changes.
setDbTopScore
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
setDbTopScore
in interface SolutionRelevance
value
- int
javax.ejb.EJBException
public void setHasDbTopScore(boolean value) throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
setHasDbTopScore
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
setHasDbTopScore
in interface SolutionRelevance
javax.ejb.EJBException
public int getHotUseCount() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
getHotUseCount
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
getHotUseCount
in interface SolutionRelevance
javax.ejb.EJBException
public void setHotUseCount(int value) throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
SolutionRelevance_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 SolutionRelevance_PV.prepareInstanceForWrite()
method may need to be called before making any changes.
setHotUseCount
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
setHotUseCount
in interface SolutionRelevance
value
- int
javax.ejb.EJBException
public java.lang.String getId() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
getId
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
getId
in interface SolutionRelevance
String
javax.ejb.EJBException
public void setId(java.lang.String value) throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
SolutionRelevance_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 SolutionRelevance_PV.prepareInstanceForWrite()
method may need to be called before making any changes.
setId
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
setId
in interface SolutionRelevance
value
- String
javax.ejb.EJBException
public boolean isIsQOAA() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
isIsQOAA
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
isIsQOAA
in interface SolutionRelevance
javax.ejb.EJBException
public void setIsQOAA(boolean value) throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
SolutionRelevance_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 SolutionRelevance_PV.prepareInstanceForWrite()
method may need to be called before making any changes.
setIsQOAA
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
setIsQOAA
in interface SolutionRelevance
value
- boolean
javax.ejb.EJBException
public java.sql.Timestamp getLastUseDate() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
getLastUseDate
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
getLastUseDate
in interface SolutionRelevance
Timestamp
javax.ejb.EJBException
public void setLastUseDate(java.sql.Timestamp value) throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
SolutionRelevance_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 SolutionRelevance_PV.prepareInstanceForWrite()
method may need to be called before making any changes.
setLastUseDate
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
setLastUseDate
in interface SolutionRelevance
value
- Timestamp
javax.ejb.EJBException
public java.sql.Timestamp getLastViewDate() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
getLastViewDate
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
getLastViewDate
in interface SolutionRelevance
Timestamp
javax.ejb.EJBException
public void setLastViewDate(java.sql.Timestamp value) throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
SolutionRelevance_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 SolutionRelevance_PV.prepareInstanceForWrite()
method may need to be called before making any changes.
setLastViewDate
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
setLastViewDate
in interface SolutionRelevance
value
- Timestamp
javax.ejb.EJBException
public java.lang.String getSolutionClassId() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
getSolutionClassId
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
getSolutionClassId
in interface SolutionRelevance
String
javax.ejb.EJBException
public void setSolutionClassId(java.lang.String value) throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
SolutionRelevance_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 SolutionRelevance_PV.prepareInstanceForWrite()
method may need to be called before making any changes.
setSolutionClassId
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
setSolutionClassId
in interface SolutionRelevance
value
- String
javax.ejb.EJBException
public java.lang.String getSolutionId() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
getSolutionId
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
getSolutionId
in interface SolutionRelevance
String
javax.ejb.EJBException
public void setSolutionId(java.lang.String value) throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
SolutionRelevance_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 SolutionRelevance_PV.prepareInstanceForWrite()
method may need to be called before making any changes.
setSolutionId
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
setSolutionId
in interface SolutionRelevance
value
- String
javax.ejb.EJBException
public int getUseCount() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
getUseCount
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
getUseCount
in interface SolutionRelevance
javax.ejb.EJBException
public void setUseCount(int value) throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
SolutionRelevance_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 SolutionRelevance_PV.prepareInstanceForWrite()
method may need to be called before making any changes.
setUseCount
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
setUseCount
in interface SolutionRelevance
value
- int
javax.ejb.EJBException
public int getViewCount() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
getViewCount
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
getViewCount
in interface SolutionRelevance
javax.ejb.EJBException
public void setViewCount(int value) throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
SolutionRelevance_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 SolutionRelevance_PV.prepareInstanceForWrite()
method may need to be called before making any changes.
setViewCount
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
setViewCount
in interface SolutionRelevance
value
- int
javax.ejb.EJBException
public boolean isRemoved() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
isRemoved
in interface atg.repository.tojava.runtime.RJRepositoryObject
isRemoved
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
isRemoved
in interface SolutionRelevance
isRemoved
in class _SolutionRelevance_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.SolutionRelevance_PV
writeInstance
in interface SolutionRelevance
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.SolutionRelevance_PV
prepareInstanceForWrite
in interface SolutionRelevance
javax.ejb.EJBException
- If the operation fails.public boolean _isMutable()
_isMutable
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
_isMutable
in interface SolutionRelevance
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 |