Class CacheEntryDependency
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.CacheEntryDependency
- 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 CacheEntryDependencyCacheEntryDependency(CacheEntryDependencyValue value, EntityPermission entityPermission) Creates a new instance of CacheEntryDependency -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCacheEntry(EntityPermission entityPermission) booleangetEntityInstance(EntityPermission entityPermission) booleanbooleaninthashCode()voidremove()voidsetCacheEntry(CacheEntry entity) voidvoidsetCacheEntryPK(CacheEntryPK cacheEntryPK) voidsetEntityInstance(EntityInstance entity) voidsetEntityInstancePK(EntityInstancePK entityInstancePK) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
CacheEntryDependency
Creates a new instance of CacheEntryDependency- Throws:
PersistenceException
-
CacheEntryDependency
Creates a new instance of CacheEntryDependency
-
-
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
-
getCacheEntryDependencyValue
-
setCacheEntryDependencyValue
public void setCacheEntryDependencyValue(CacheEntryDependencyValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getCacheEntryPK
-
getCacheEntry
-
getCacheEntry
-
getCacheEntryForUpdate
-
setCacheEntryPK
public void setCacheEntryPK(CacheEntryPK cacheEntryPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCacheEntry
-
getCacheEntryPKHasBeenModified
-
getEntityInstancePK
-
getEntityInstance
-
getEntityInstance
-
getEntityInstanceForUpdate
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEntityInstance
-
getEntityInstancePKHasBeenModified
-