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 TypeMethodDescriptionboolean
getCachedExecutedSearch
(EntityPermission entityPermission) getCachedExecutedSearch
(Session session) getCachedExecutedSearch
(Session session, EntityPermission entityPermission) getCachedExecutedSearchForUpdate
(Session session) boolean
getEntityInstance
(EntityPermission entityPermission) getEntityInstance
(Session session) getEntityInstance
(Session session, EntityPermission entityPermission) getEntityInstanceForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
setCachedExecutedSearchPK
(CachedExecutedSearchPK cachedExecutedSearchPK) void
void
setEntityInstance
(EntityInstance entity) void
setEntityInstancePK
(EntityInstancePK entityInstancePK) void
setSortOrder
(Integer sortOrder) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getCachedExecutedSearchResultValue
-
setCachedExecutedSearchResultValue
public void setCachedExecutedSearchResultValue(CachedExecutedSearchResultValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-