Class CachedSearchStatus
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.search.server.entity.CachedSearchStatus
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of CachedSearchStatusCachedSearchStatus(CachedSearchStatusValue value, EntityPermission entityPermission) Creates a new instance of CachedSearchStatus -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCachedSearch(EntityPermission entityPermission) getCachedSearch(Session session) getCachedSearch(Session session, EntityPermission entityPermission) getCachedSearchForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetCachedSearch(CachedSearch entity) voidsetCachedSearchPK(CachedSearchPK cachedSearchPK) voidvoidsetIsConsistent(Boolean isConsistent) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
CachedSearchStatus
Creates a new instance of CachedSearchStatus- Throws:
PersistenceException
-
CachedSearchStatus
Creates a new instance of CachedSearchStatus
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getCachedSearchStatusValue
-
setCachedSearchStatusValue
public void setCachedSearchStatusValue(CachedSearchStatusValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getCachedSearchPK
-
getCachedSearch
-
getCachedSearch
-
getCachedSearch
-
getCachedSearch
-
getCachedSearchForUpdate
-
getCachedSearchForUpdate
-
setCachedSearchPK
public void setCachedSearchPK(CachedSearchPK cachedSearchPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCachedSearch
-
getCachedSearchPKHasBeenModified
-
getIsConsistent
-
setIsConsistent
public void setIsConsistent(Boolean isConsistent) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsConsistentHasBeenModified
-