Uses of Class
com.echothree.model.data.core.server.value.CacheEntryDependencyValue
Packages that use CacheEntryDependencyValue
Package
Description
-
Uses of CacheEntryDependencyValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return CacheEntryDependencyValueMethods in com.echothree.model.data.core.server.entity with parameters of type CacheEntryDependencyValueModifier and TypeMethodDescriptionvoidCacheEntryDependency.setCacheEntryDependencyValue(CacheEntryDependencyValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type CacheEntryDependencyValueModifierConstructorDescriptionCacheEntryDependency(CacheEntryDependencyValue value, EntityPermission entityPermission) Creates a new instance of CacheEntryDependency -
Uses of CacheEntryDependencyValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return CacheEntryDependencyValueModifier and TypeMethodDescriptionCacheEntryDependencyFactory.getValueFromPK(CacheEntryDependencyPK pk) CacheEntryDependencyFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type CacheEntryDependencyValueModifier and TypeMethodDescriptionCacheEntryDependencyFactory.getValuesFromPKs(Collection<CacheEntryDependencyPK> pks) CacheEntryDependencyFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type CacheEntryDependencyValueModifier and TypeMethodDescriptionCacheEntryDependencyFactory.getEntityFromValue(EntityPermission entityPermission, CacheEntryDependencyValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type CacheEntryDependencyValueModifier and TypeMethodDescriptionvoidCacheEntryDependencyFactory.create(Collection<CacheEntryDependencyValue> _values) -
Uses of CacheEntryDependencyValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return CacheEntryDependencyValue