Uses of Class
com.echothree.model.data.index.common.pk.IndexStatusPK
Packages that use IndexStatusPK
Package
Description
-
Uses of IndexStatusPK in com.echothree.model.data.index.server.entity
Methods in com.echothree.model.data.index.server.entity that return IndexStatusPK -
Uses of IndexStatusPK in com.echothree.model.data.index.server.factory
Methods in com.echothree.model.data.index.server.factory that return IndexStatusPKModifier and TypeMethodDescriptionIndexStatusFactory.getNextPK()IndexStatusFactory.getPKFromQuery(PreparedStatement ps, Object... params) IndexStatusFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.index.server.factory that return types with arguments of type IndexStatusPKModifier and TypeMethodDescriptionIndexStatusFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) IndexStatusFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) IndexStatusFactory.getPKsFromResultSetAsList(ResultSet rs) IndexStatusFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.index.server.factory with parameters of type IndexStatusPKModifier and TypeMethodDescriptionIndexStatusFactory.getEntityFromCache(IndexStatusPK pk) IndexStatusFactory.getEntityFromPK(EntityPermission entityPermission, IndexStatusPK pk) IndexStatusFactory.getValueFromPK(IndexStatusPK pk) voidIndexStatusFactory.remove(IndexStatusPK pk) booleanIndexStatusFactory.validPK(IndexStatusPK pk) Method parameters in com.echothree.model.data.index.server.factory with type arguments of type IndexStatusPKModifier and TypeMethodDescriptionIndexStatusFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<IndexStatusPK> pks) IndexStatusFactory.getValuesFromPKs(Collection<IndexStatusPK> pks) voidIndexStatusFactory.remove(Collection<IndexStatusPK> pks) -
Uses of IndexStatusPK in com.echothree.model.data.index.server.value
Methods in com.echothree.model.data.index.server.value that return IndexStatusPKConstructors in com.echothree.model.data.index.server.value with parameters of type IndexStatusPKModifierConstructorDescriptionIndexStatusValue(IndexStatusPK indexStatusPK, IndexPK indexPK, Long createdTime) Creates a new instance of IndexStatusValue