Uses of Class
com.echothree.model.data.index.common.pk.IndexDetailPK
Packages that use IndexDetailPK
Package
Description
-
Uses of IndexDetailPK in com.echothree.model.data.index.server.entity
Methods in com.echothree.model.data.index.server.entity that return IndexDetailPKModifier and TypeMethodDescriptionIndex.getActiveDetailPK()Index.getLastDetailPK()IndexDetail.getPrimaryKey()Methods in com.echothree.model.data.index.server.entity with parameters of type IndexDetailPKModifier and TypeMethodDescriptionvoidIndex.setActiveDetailPK(IndexDetailPK activeDetailPK) voidIndex.setLastDetailPK(IndexDetailPK lastDetailPK) -
Uses of IndexDetailPK in com.echothree.model.data.index.server.factory
Methods in com.echothree.model.data.index.server.factory that return IndexDetailPKModifier and TypeMethodDescriptionIndexDetailFactory.getNextPK()IndexDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) IndexDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.index.server.factory that return types with arguments of type IndexDetailPKModifier and TypeMethodDescriptionIndexDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) IndexDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) IndexDetailFactory.getPKsFromResultSetAsList(ResultSet rs) IndexDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.index.server.factory with parameters of type IndexDetailPKModifier and TypeMethodDescriptionIndexFactory.create(IndexDetailPK activeDetailPK, IndexDetailPK lastDetailPK) IndexDetailFactory.getEntityFromCache(IndexDetailPK pk) IndexDetailFactory.getEntityFromPK(EntityPermission entityPermission, IndexDetailPK pk) IndexDetailFactory.getValueFromPK(IndexDetailPK pk) voidIndexDetailFactory.remove(IndexDetailPK pk) booleanIndexDetailFactory.validPK(IndexDetailPK pk) Method parameters in com.echothree.model.data.index.server.factory with type arguments of type IndexDetailPKModifier and TypeMethodDescriptionIndexDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<IndexDetailPK> pks) IndexDetailFactory.getValuesFromPKs(Collection<IndexDetailPK> pks) voidIndexDetailFactory.remove(Collection<IndexDetailPK> pks) -
Uses of IndexDetailPK in com.echothree.model.data.index.server.value
Methods in com.echothree.model.data.index.server.value that return IndexDetailPKModifier and TypeMethodDescriptionIndexValue.getActiveDetailPK()IndexValue.getLastDetailPK()IndexDetailValue.getPrimaryKey()Methods in com.echothree.model.data.index.server.value with parameters of type IndexDetailPKModifier and TypeMethodDescriptionvoidIndexValue.setActiveDetailPK(IndexDetailPK activeDetailPK) voidIndexValue.setLastDetailPK(IndexDetailPK lastDetailPK) Constructors in com.echothree.model.data.index.server.value with parameters of type IndexDetailPKModifierConstructorDescriptionIndexDetailValue(IndexDetailPK indexDetailPK, IndexPK indexPK, String indexName, IndexTypePK indexTypePK, LanguagePK languagePK, String directory, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of IndexDetailValueIndexValue(IndexDetailPK activeDetailPK, IndexDetailPK lastDetailPK) Creates a new instance of IndexValueIndexValue(IndexPK indexPK, IndexDetailPK activeDetailPK, IndexDetailPK lastDetailPK) Creates a new instance of IndexValue