Uses of Class
com.echothree.model.data.term.common.pk.StandardTermPK
Packages that use StandardTermPK
Package
Description
-
Uses of StandardTermPK in com.echothree.model.data.term.server.entity
Methods in com.echothree.model.data.term.server.entity that return StandardTermPK -
Uses of StandardTermPK in com.echothree.model.data.term.server.factory
Methods in com.echothree.model.data.term.server.factory that return StandardTermPKModifier and TypeMethodDescriptionStandardTermFactory.getNextPK()StandardTermFactory.getPKFromQuery(PreparedStatement ps, Object... params) StandardTermFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.term.server.factory that return types with arguments of type StandardTermPKModifier and TypeMethodDescriptionStandardTermFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) StandardTermFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) StandardTermFactory.getPKsFromResultSetAsList(ResultSet rs) StandardTermFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.term.server.factory with parameters of type StandardTermPKModifier and TypeMethodDescriptionStandardTermFactory.getEntityFromCache(StandardTermPK pk) StandardTermFactory.getEntityFromPK(EntityPermission entityPermission, StandardTermPK pk) StandardTermFactory.getValueFromPK(StandardTermPK pk) voidStandardTermFactory.remove(StandardTermPK pk) booleanStandardTermFactory.validPK(StandardTermPK pk) Method parameters in com.echothree.model.data.term.server.factory with type arguments of type StandardTermPKModifier and TypeMethodDescriptionStandardTermFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<StandardTermPK> pks) StandardTermFactory.getValuesFromPKs(Collection<StandardTermPK> pks) voidStandardTermFactory.remove(Collection<StandardTermPK> pks) -
Uses of StandardTermPK in com.echothree.model.data.term.server.value
Methods in com.echothree.model.data.term.server.value that return StandardTermPKConstructors in com.echothree.model.data.term.server.value with parameters of type StandardTermPKModifierConstructorDescriptionStandardTermValue(StandardTermPK standardTermPK, TermPK termPK, Integer netDueDays, Integer discountPercentage, Integer discountDays, Long fromTime, Long thruTime) Creates a new instance of StandardTermValue