Class CachedExecutedSearchResult
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.search.server.entity.CachedExecutedSearchResult
- 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 CachedExecutedSearchResultCachedExecutedSearchResult(CachedExecutedSearchResultValue value, EntityPermission entityPermission) Creates a new instance of CachedExecutedSearchResult -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCachedExecutedSearch(EntityPermission entityPermission) getCachedExecutedSearch(Session session) getCachedExecutedSearch(Session session, EntityPermission entityPermission) getCachedExecutedSearchForUpdate(Session session) booleangetEntityInstance(EntityPermission entityPermission) getEntityInstance(Session session) getEntityInstance(Session session, EntityPermission entityPermission) getEntityInstanceForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetCachedExecutedSearchPK(CachedExecutedSearchPK cachedExecutedSearchPK) voidvoidsetEntityInstance(EntityInstance entity) voidsetEntityInstancePK(EntityInstancePK entityInstancePK) voidsetSortOrder(Integer sortOrder) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
CachedExecutedSearchResult
Creates a new instance of CachedExecutedSearchResult- Throws:
PersistenceException
-
CachedExecutedSearchResult
public CachedExecutedSearchResult(CachedExecutedSearchResultValue value, EntityPermission entityPermission) Creates a new instance of CachedExecutedSearchResult
-
-
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
-
getCachedExecutedSearchResultValue
-
setCachedExecutedSearchResultValue
public void setCachedExecutedSearchResultValue(CachedExecutedSearchResultValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getCachedExecutedSearchPK
-
getCachedExecutedSearch
public CachedExecutedSearch getCachedExecutedSearch(Session session, EntityPermission entityPermission) -
getCachedExecutedSearch
-
getCachedExecutedSearch
-
getCachedExecutedSearch
-
getCachedExecutedSearchForUpdate
-
getCachedExecutedSearchForUpdate
-
setCachedExecutedSearchPK
public void setCachedExecutedSearchPK(CachedExecutedSearchPK cachedExecutedSearchPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCachedExecutedSearch
-
getCachedExecutedSearchPKHasBeenModified
-
getEntityInstancePK
-
getEntityInstance
-
getEntityInstance
-
getEntityInstance
-
getEntityInstance
-
getEntityInstanceForUpdate
-
getEntityInstanceForUpdate
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEntityInstance
-
getEntityInstancePKHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-