|
||||||||||
| 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_BeanImpl
public class _SolutionRelevance_BeanImpl
| Field Summary |
|---|
| Fields inherited from interface atg.repository.tojava.runtime.RJBeanObject |
|---|
CLASS_VERSION |
| Constructor Summary | |
|---|---|
_SolutionRelevance_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. |
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()
|
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 |
boolean |
isIdentical(javax.ejb.EJBLocalObject obj)
Returns true if the given object is identical to this one. |
boolean |
isIsQOAA()
Getter for property isQOAA |
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 |
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 . |
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, isRemoved |
| 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 _SolutionRelevance_BeanImpl()
| Method Detail |
|---|
public int getDbHotScore()
atg.svc.repository.beans.pv.SolutionRelevance_PV
getDbHotScore in interface atg.svc.repository.beans.pv.SolutionRelevance_PVgetDbHotScore in interface SolutionRelevance
public boolean getHasDbHotScore()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
getHasDbHotScore in interface atg.svc.repository.beans.pv.SolutionRelevance_PVgetHasDbHotScore in interface SolutionRelevancejavax.ejb.EJBExceptionpublic void setDbHotScore(int value)
atg.svc.repository.beans.pv.SolutionRelevance_PVSolutionRelevance_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_PVsetDbHotScore in interface SolutionRelevancevalue - int
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_PVsetHasDbHotScore in interface SolutionRelevancejavax.ejb.EJBExceptionpublic int getDbQOAAScore()
atg.svc.repository.beans.pv.SolutionRelevance_PV
getDbQOAAScore in interface atg.svc.repository.beans.pv.SolutionRelevance_PVgetDbQOAAScore in interface SolutionRelevance
public boolean getHasDbQOAAScore()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
getHasDbQOAAScore in interface atg.svc.repository.beans.pv.SolutionRelevance_PVgetHasDbQOAAScore in interface SolutionRelevancejavax.ejb.EJBExceptionpublic void setDbQOAAScore(int value)
atg.svc.repository.beans.pv.SolutionRelevance_PVSolutionRelevance_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_PVsetDbQOAAScore in interface SolutionRelevancevalue - int
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_PVsetHasDbQOAAScore in interface SolutionRelevancejavax.ejb.EJBExceptionpublic int getDbTopScore()
atg.svc.repository.beans.pv.SolutionRelevance_PV
getDbTopScore in interface atg.svc.repository.beans.pv.SolutionRelevance_PVgetDbTopScore in interface SolutionRelevance
public boolean getHasDbTopScore()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
getHasDbTopScore in interface atg.svc.repository.beans.pv.SolutionRelevance_PVgetHasDbTopScore in interface SolutionRelevancejavax.ejb.EJBExceptionpublic void setDbTopScore(int value)
atg.svc.repository.beans.pv.SolutionRelevance_PVSolutionRelevance_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_PVsetDbTopScore in interface SolutionRelevancevalue - int
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_PVsetHasDbTopScore in interface SolutionRelevancejavax.ejb.EJBExceptionpublic int getHotUseCount()
atg.svc.repository.beans.pv.SolutionRelevance_PV
getHotUseCount in interface atg.svc.repository.beans.pv.SolutionRelevance_PVgetHotUseCount in interface SolutionRelevancepublic void setHotUseCount(int value)
atg.svc.repository.beans.pv.SolutionRelevance_PVSolutionRelevance_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_PVsetHotUseCount in interface SolutionRelevancevalue - intpublic java.lang.String getId()
atg.svc.repository.beans.pv.SolutionRelevance_PV
getId in interface atg.svc.repository.beans.pv.SolutionRelevance_PVgetId in interface SolutionRelevanceStringpublic void setId(java.lang.String value)
atg.svc.repository.beans.pv.SolutionRelevance_PVSolutionRelevance_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_PVsetId in interface SolutionRelevancevalue - Stringpublic boolean isIsQOAA()
atg.svc.repository.beans.pv.SolutionRelevance_PV
isIsQOAA in interface atg.svc.repository.beans.pv.SolutionRelevance_PVisIsQOAA in interface SolutionRelevancepublic void setIsQOAA(boolean value)
atg.svc.repository.beans.pv.SolutionRelevance_PVSolutionRelevance_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_PVsetIsQOAA in interface SolutionRelevancevalue - booleanpublic java.sql.Timestamp getLastUseDate()
atg.svc.repository.beans.pv.SolutionRelevance_PV
getLastUseDate in interface atg.svc.repository.beans.pv.SolutionRelevance_PVgetLastUseDate in interface SolutionRelevanceTimestamppublic void setLastUseDate(java.sql.Timestamp value)
atg.svc.repository.beans.pv.SolutionRelevance_PVSolutionRelevance_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_PVsetLastUseDate in interface SolutionRelevancevalue - Timestamppublic java.sql.Timestamp getLastViewDate()
atg.svc.repository.beans.pv.SolutionRelevance_PV
getLastViewDate in interface atg.svc.repository.beans.pv.SolutionRelevance_PVgetLastViewDate in interface SolutionRelevanceTimestamppublic void setLastViewDate(java.sql.Timestamp value)
atg.svc.repository.beans.pv.SolutionRelevance_PVSolutionRelevance_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_PVsetLastViewDate in interface SolutionRelevancevalue - Timestamppublic java.lang.String getSolutionClassId()
atg.svc.repository.beans.pv.SolutionRelevance_PV
getSolutionClassId in interface atg.svc.repository.beans.pv.SolutionRelevance_PVgetSolutionClassId in interface SolutionRelevanceStringpublic void setSolutionClassId(java.lang.String value)
atg.svc.repository.beans.pv.SolutionRelevance_PVSolutionRelevance_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_PVsetSolutionClassId in interface SolutionRelevancevalue - Stringpublic java.lang.String getSolutionId()
atg.svc.repository.beans.pv.SolutionRelevance_PV
getSolutionId in interface atg.svc.repository.beans.pv.SolutionRelevance_PVgetSolutionId in interface SolutionRelevanceStringpublic void setSolutionId(java.lang.String value)
atg.svc.repository.beans.pv.SolutionRelevance_PVSolutionRelevance_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_PVsetSolutionId in interface SolutionRelevancevalue - Stringpublic int getUseCount()
atg.svc.repository.beans.pv.SolutionRelevance_PV
getUseCount in interface atg.svc.repository.beans.pv.SolutionRelevance_PVgetUseCount in interface SolutionRelevancepublic void setUseCount(int value)
atg.svc.repository.beans.pv.SolutionRelevance_PVSolutionRelevance_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_PVsetUseCount in interface SolutionRelevancevalue - intpublic int getViewCount()
atg.svc.repository.beans.pv.SolutionRelevance_PV
getViewCount in interface atg.svc.repository.beans.pv.SolutionRelevance_PVgetViewCount in interface SolutionRelevancepublic void setViewCount(int value)
atg.svc.repository.beans.pv.SolutionRelevance_PVSolutionRelevance_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_PVsetViewCount in interface SolutionRelevancevalue - int
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.SolutionRelevance_PVwriteInstance in interface SolutionRelevancejavax.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.SolutionRelevance_PVprepareInstanceForWrite in interface SolutionRelevancejavax.ejb.EJBException - If the operation fails.public boolean _isMutable()
_isMutable in interface atg.svc.repository.beans.pv.SolutionRelevance_PV_isMutable in interface SolutionRelevancepublic 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 | |||||||||