|
||||||||||
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_PV
getDbHotScore
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_PV
getHasDbHotScore
in interface SolutionRelevance
javax.ejb.EJBException
public void setDbHotScore(int value)
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
- intpublic 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()
atg.svc.repository.beans.pv.SolutionRelevance_PV
getDbQOAAScore
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
getDbQOAAScore
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_PV
getHasDbQOAAScore
in interface SolutionRelevance
javax.ejb.EJBException
public void setDbQOAAScore(int value)
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
- intpublic 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()
atg.svc.repository.beans.pv.SolutionRelevance_PV
getDbTopScore
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
getDbTopScore
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_PV
getHasDbTopScore
in interface SolutionRelevance
javax.ejb.EJBException
public void setDbTopScore(int value)
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
- intpublic 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()
atg.svc.repository.beans.pv.SolutionRelevance_PV
getHotUseCount
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
getHotUseCount
in interface SolutionRelevance
public void setHotUseCount(int value)
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
- intpublic java.lang.String getId()
atg.svc.repository.beans.pv.SolutionRelevance_PV
getId
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
getId
in interface SolutionRelevance
String
public void setId(java.lang.String value)
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
public boolean isIsQOAA()
atg.svc.repository.beans.pv.SolutionRelevance_PV
isIsQOAA
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
isIsQOAA
in interface SolutionRelevance
public void setIsQOAA(boolean value)
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
- booleanpublic java.sql.Timestamp getLastUseDate()
atg.svc.repository.beans.pv.SolutionRelevance_PV
getLastUseDate
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
getLastUseDate
in interface SolutionRelevance
Timestamp
public void setLastUseDate(java.sql.Timestamp value)
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
public java.sql.Timestamp getLastViewDate()
atg.svc.repository.beans.pv.SolutionRelevance_PV
getLastViewDate
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
getLastViewDate
in interface SolutionRelevance
Timestamp
public void setLastViewDate(java.sql.Timestamp value)
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
public java.lang.String getSolutionClassId()
atg.svc.repository.beans.pv.SolutionRelevance_PV
getSolutionClassId
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
getSolutionClassId
in interface SolutionRelevance
String
public void setSolutionClassId(java.lang.String value)
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
public java.lang.String getSolutionId()
atg.svc.repository.beans.pv.SolutionRelevance_PV
getSolutionId
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
getSolutionId
in interface SolutionRelevance
String
public void setSolutionId(java.lang.String value)
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
public int getUseCount()
atg.svc.repository.beans.pv.SolutionRelevance_PV
getUseCount
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
getUseCount
in interface SolutionRelevance
public void setUseCount(int value)
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
- intpublic int getViewCount()
atg.svc.repository.beans.pv.SolutionRelevance_PV
getViewCount
in interface atg.svc.repository.beans.pv.SolutionRelevance_PV
getViewCount
in interface SolutionRelevance
public void setViewCount(int value)
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
- intpublic 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 _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 |