Uses of Class
com.echothree.model.data.term.common.pk.PartyTermPK
Packages that use PartyTermPK
Package
Description
-
Uses of PartyTermPK in com.echothree.model.data.term.server.entity
Methods in com.echothree.model.data.term.server.entity that return PartyTermPK -
Uses of PartyTermPK in com.echothree.model.data.term.server.factory
Methods in com.echothree.model.data.term.server.factory that return PartyTermPKModifier and TypeMethodDescriptionPartyTermFactory.getNextPK()PartyTermFactory.getPKFromQuery(PreparedStatement ps, Object... params) PartyTermFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.term.server.factory that return types with arguments of type PartyTermPKModifier and TypeMethodDescriptionPartyTermFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PartyTermFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PartyTermFactory.getPKsFromResultSetAsList(ResultSet rs) PartyTermFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.term.server.factory with parameters of type PartyTermPKModifier and TypeMethodDescriptionPartyTermFactory.getEntityFromCache(PartyTermPK pk) PartyTermFactory.getEntityFromPK(EntityPermission entityPermission, PartyTermPK pk) PartyTermFactory.getValueFromPK(PartyTermPK pk) voidPartyTermFactory.remove(PartyTermPK pk) booleanPartyTermFactory.validPK(PartyTermPK pk) Method parameters in com.echothree.model.data.term.server.factory with type arguments of type PartyTermPKModifier and TypeMethodDescriptionPartyTermFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyTermPK> pks) PartyTermFactory.getValuesFromPKs(Collection<PartyTermPK> pks) voidPartyTermFactory.remove(Collection<PartyTermPK> pks) -
Uses of PartyTermPK in com.echothree.model.data.term.server.value
Methods in com.echothree.model.data.term.server.value that return PartyTermPKConstructors in com.echothree.model.data.term.server.value with parameters of type PartyTermPKModifierConstructorDescriptionPartyTermValue(PartyTermPK partyTermPK, PartyPK partyPK, TermPK termPK, Boolean taxable, Long fromTime, Long thruTime) Creates a new instance of PartyTermValue