Class CachedExecutedSearch
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.search.server.entity.CachedExecutedSearch
- 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 CachedExecutedSearchCachedExecutedSearch(CachedExecutedSearchValue value, EntityPermission entityPermission) Creates a new instance of CachedExecutedSearch -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCachedSearch(EntityPermission entityPermission) getCachedSearch(Session session) getCachedSearch(Session session, EntityPermission entityPermission) getCachedSearchForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetCachedSearch(CachedSearch entity) voidsetCachedSearchPK(CachedSearchPK cachedSearchPK) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
CachedExecutedSearch
Creates a new instance of CachedExecutedSearch- Throws:
PersistenceException
-
CachedExecutedSearch
Creates a new instance of CachedExecutedSearch
-
-
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
-
getCachedExecutedSearchValue
-
setCachedExecutedSearchValue
public void setCachedExecutedSearchValue(CachedExecutedSearchValue 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
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-