Uses of Class
com.echothree.model.data.index.common.pk.IndexDescriptionPK
Packages that use IndexDescriptionPK
Package
Description
-
Uses of IndexDescriptionPK in com.echothree.model.data.index.server.entity
Methods in com.echothree.model.data.index.server.entity that return IndexDescriptionPK -
Uses of IndexDescriptionPK in com.echothree.model.data.index.server.factory
Methods in com.echothree.model.data.index.server.factory that return IndexDescriptionPKModifier and TypeMethodDescriptionIndexDescriptionFactory.getNextPK()IndexDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) IndexDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.index.server.factory that return types with arguments of type IndexDescriptionPKModifier and TypeMethodDescriptionIndexDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) IndexDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) IndexDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) IndexDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.index.server.factory with parameters of type IndexDescriptionPKModifier and TypeMethodDescriptionIndexDescriptionFactory.getEntityFromCache(IndexDescriptionPK pk) IndexDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, IndexDescriptionPK pk) IndexDescriptionFactory.getValueFromPK(IndexDescriptionPK pk) voidIndexDescriptionFactory.remove(IndexDescriptionPK pk) booleanIndexDescriptionFactory.validPK(IndexDescriptionPK pk) Method parameters in com.echothree.model.data.index.server.factory with type arguments of type IndexDescriptionPKModifier and TypeMethodDescriptionIndexDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<IndexDescriptionPK> pks) IndexDescriptionFactory.getValuesFromPKs(Collection<IndexDescriptionPK> pks) voidIndexDescriptionFactory.remove(Collection<IndexDescriptionPK> pks) -
Uses of IndexDescriptionPK in com.echothree.model.data.index.server.value
Methods in com.echothree.model.data.index.server.value that return IndexDescriptionPKConstructors in com.echothree.model.data.index.server.value with parameters of type IndexDescriptionPKModifierConstructorDescriptionIndexDescriptionValue(IndexDescriptionPK indexDescriptionPK, IndexPK indexPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of IndexDescriptionValue