|
||||||||||
| 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.Objectpublic atg.repository.RepositoryItem _getRepositoryItem()
_getRepositoryItem in interface atg.repository.tojava.runtime.RepositoryItemWrapperpublic 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.RepositoryItemWrapperjavax.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_PVgetDbHotScore in interface SolutionRelevancejavax.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_PVgetHasDbHotScore in interface SolutionRelevancejavax.ejb.EJBException
public void setDbHotScore(int value)
throws javax.ejb.EJBException
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
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_PVsetHasDbHotScore in interface SolutionRelevancejavax.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_PVgetDbQOAAScore in interface SolutionRelevancejavax.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_PVgetHasDbQOAAScore in interface SolutionRelevancejavax.ejb.EJBException
public void setDbQOAAScore(int value)
throws javax.ejb.EJBException
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
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_PVsetHasDbQOAAScore in interface SolutionRelevancejavax.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_PVgetDbTopScore in interface SolutionRelevancejavax.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_PVgetHasDbTopScore in interface SolutionRelevancejavax.ejb.EJBException
public void setDbTopScore(int value)
throws javax.ejb.EJBException
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
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_PVsetHasDbTopScore in interface SolutionRelevancejavax.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_PVgetHotUseCount in interface SolutionRelevancejavax.ejb.EJBException
public void setHotUseCount(int value)
throws javax.ejb.EJBException
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 - 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_PVgetId in interface SolutionRelevanceString
javax.ejb.EJBException
public void setId(java.lang.String value)
throws javax.ejb.EJBException
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 - 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_PVisIsQOAA in interface SolutionRelevancejavax.ejb.EJBException
public void setIsQOAA(boolean value)
throws javax.ejb.EJBException
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 - 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_PVgetLastUseDate in interface SolutionRelevanceTimestamp
javax.ejb.EJBException
public void setLastUseDate(java.sql.Timestamp value)
throws javax.ejb.EJBException
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 - 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_PVgetLastViewDate in interface SolutionRelevanceTimestamp
javax.ejb.EJBException
public void setLastViewDate(java.sql.Timestamp value)
throws javax.ejb.EJBException
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 - 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_PVgetSolutionClassId in interface SolutionRelevanceString
javax.ejb.EJBException
public void setSolutionClassId(java.lang.String value)
throws javax.ejb.EJBException
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 - 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_PVgetSolutionId in interface SolutionRelevanceString
javax.ejb.EJBException
public void setSolutionId(java.lang.String value)
throws javax.ejb.EJBException
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 - 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_PVgetUseCount in interface SolutionRelevancejavax.ejb.EJBException
public void setUseCount(int value)
throws javax.ejb.EJBException
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 - 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_PVgetViewCount in interface SolutionRelevancejavax.ejb.EJBException
public void setViewCount(int value)
throws javax.ejb.EJBException
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
javax.ejb.EJBException
public boolean isRemoved()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevance_PV
isRemoved in interface atg.repository.tojava.runtime.RJRepositoryObjectisRemoved in interface atg.svc.repository.beans.pv.SolutionRelevance_PVisRemoved in interface SolutionRelevanceisRemoved in class _SolutionRelevance_Impljavax.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.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 _getBeanHome()
atg.repository.tojava.runtime.RJRepositoryObject
_getBeanHome in interface atg.repository.tojava.runtime.RJRepositoryObjectpublic java.lang.Object getPrimaryKey()
atg.repository.tojava.runtime.RJRepositoryObject
getPrimaryKey in interface atg.repository.tojava.runtime.RJRepositoryObjectgetPrimaryKey in interface javax.ejb.EJBLocalObjectpublic 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 boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic 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.RJObjectremove in interface javax.ejb.EJBLocalObjectjavax.ejb.EJBException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||