Class CachedSearchIndexField
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.search.server.entity.CachedSearchIndexField
- 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 CachedSearchIndexFieldCachedSearchIndexField
(CachedSearchIndexFieldValue value, EntityPermission entityPermission) Creates a new instance of CachedSearchIndexField -
Method Summary
Modifier and TypeMethodDescriptionboolean
getCachedSearch
(EntityPermission entityPermission) getCachedSearch
(Session session) getCachedSearch
(Session session, EntityPermission entityPermission) getCachedSearchForUpdate
(Session session) boolean
boolean
getIndexField
(EntityPermission entityPermission) getIndexField
(Session session) getIndexField
(Session session, EntityPermission entityPermission) getIndexFieldForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setCachedSearch
(CachedSearch entity) void
void
setCachedSearchPK
(CachedSearchPK cachedSearchPK) void
setFromTime
(Long fromTime) void
setIndexField
(IndexField entity) void
setIndexFieldPK
(IndexFieldPK indexFieldPK) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
CachedSearchIndexField
Creates a new instance of CachedSearchIndexField- Throws:
PersistenceException
-
CachedSearchIndexField
Creates a new instance of CachedSearchIndexField
-
-
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
-
getCachedSearchIndexFieldValue
-
setCachedSearchIndexFieldValue
public void setCachedSearchIndexFieldValue(CachedSearchIndexFieldValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getCachedSearchPK
-
getCachedSearch
-
getCachedSearch
-
getCachedSearch
-
getCachedSearch
-
getCachedSearchForUpdate
-
getCachedSearchForUpdate
-
setCachedSearchPK
public void setCachedSearchPK(CachedSearchPK cachedSearchPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCachedSearch
-
getCachedSearchPKHasBeenModified
-
getIndexFieldPK
-
getIndexField
-
getIndexField
-
getIndexField
-
getIndexField
-
getIndexFieldForUpdate
-
getIndexFieldForUpdate
-
setIndexFieldPK
public void setIndexFieldPK(IndexFieldPK indexFieldPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setIndexField
-
getIndexFieldPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-