Uses of Class
com.echothree.model.data.term.common.pk.PartyCreditLimitPK
Packages that use PartyCreditLimitPK
Package
Description
-
Uses of PartyCreditLimitPK in com.echothree.model.data.term.server.entity
Methods in com.echothree.model.data.term.server.entity that return PartyCreditLimitPK -
Uses of PartyCreditLimitPK in com.echothree.model.data.term.server.factory
Methods in com.echothree.model.data.term.server.factory that return PartyCreditLimitPKModifier and TypeMethodDescriptionPartyCreditLimitFactory.getNextPK()PartyCreditLimitFactory.getPKFromQuery(PreparedStatement ps, Object... params) PartyCreditLimitFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.term.server.factory that return types with arguments of type PartyCreditLimitPKModifier and TypeMethodDescriptionPartyCreditLimitFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PartyCreditLimitFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PartyCreditLimitFactory.getPKsFromResultSetAsList(ResultSet rs) PartyCreditLimitFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.term.server.factory with parameters of type PartyCreditLimitPKModifier and TypeMethodDescriptionPartyCreditLimitFactory.getEntityFromCache(PartyCreditLimitPK pk) PartyCreditLimitFactory.getEntityFromPK(EntityPermission entityPermission, PartyCreditLimitPK pk) PartyCreditLimitFactory.getValueFromPK(PartyCreditLimitPK pk) voidPartyCreditLimitFactory.remove(PartyCreditLimitPK pk) booleanPartyCreditLimitFactory.validPK(PartyCreditLimitPK pk) Method parameters in com.echothree.model.data.term.server.factory with type arguments of type PartyCreditLimitPKModifier and TypeMethodDescriptionPartyCreditLimitFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyCreditLimitPK> pks) PartyCreditLimitFactory.getValuesFromPKs(Collection<PartyCreditLimitPK> pks) voidPartyCreditLimitFactory.remove(Collection<PartyCreditLimitPK> pks) -
Uses of PartyCreditLimitPK in com.echothree.model.data.term.server.value
Methods in com.echothree.model.data.term.server.value that return PartyCreditLimitPKConstructors in com.echothree.model.data.term.server.value with parameters of type PartyCreditLimitPKModifierConstructorDescriptionPartyCreditLimitValue(PartyCreditLimitPK partyCreditLimitPK, PartyPK partyPK, CurrencyPK currencyPK, Long creditLimit, Long potentialCreditLimit, Long fromTime, Long thruTime) Creates a new instance of PartyCreditLimitValue