Uses of Class
com.echothree.model.data.term.server.entity.PartyTerm
Packages that use PartyTerm
Package
Description
-
Uses of PartyTerm in com.echothree.model.control.term.server.control
Methods in com.echothree.model.control.term.server.control that return PartyTermModifier and TypeMethodDescriptionTermControl.createPartyTerm(Party party, Term term, Boolean taxable, BasePK createdBy) TermControl.getPartyTerm(Party party) TermControl.getPartyTermForUpdate(Party party) Methods in com.echothree.model.control.term.server.control that return types with arguments of type PartyTermModifier and TypeMethodDescriptionTermControl.getPartyTermsByTerm(Term term) TermControl.getPartyTermsByTermForUpdate(Term term) Methods in com.echothree.model.control.term.server.control with parameters of type PartyTermModifier and TypeMethodDescriptionvoidTermControl.deletePartyTerm(PartyTerm partyTerm, BasePK deletedBy) TermControl.getPartyTermTransfer(UserVisit userVisit, PartyTerm partyTerm) TermControl.getPartyTermValue(PartyTerm partyTerm) -
Uses of PartyTerm in com.echothree.model.control.term.server.logic
Methods in com.echothree.model.control.term.server.logic that return PartyTermModifier and TypeMethodDescriptionTermLogic.getPartyTerm(ExecutionErrorAccumulator eea, Party party) -
Uses of PartyTerm in com.echothree.model.control.term.server.transfer
Methods in com.echothree.model.control.term.server.transfer with parameters of type PartyTermModifier and TypeMethodDescriptionPartyTermTransferCache.getPartyTermTransfer(UserVisit userVisit, PartyTerm partyTerm) -
Uses of PartyTerm in com.echothree.model.data.term.server.factory
Methods in com.echothree.model.data.term.server.factory that return PartyTermModifier and TypeMethodDescriptionPartyTermFactory.create(PartyPK partyPK, TermPK termPK, Boolean taxable, Long fromTime, Long thruTime) PartyTermFactory.getEntityFromCache(PartyTermPK pk) PartyTermFactory.getEntityFromPK(EntityPermission entityPermission, PartyTermPK pk) PartyTermFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyTermFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyTermFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyTermFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) PartyTermFactory.getEntityFromValue(EntityPermission entityPermission, PartyTermValue value) Methods in com.echothree.model.data.term.server.factory that return types with arguments of type PartyTermModifier and TypeMethodDescriptionPartyTermFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyTermPK> pks) PartyTermFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyTermFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyTermFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyTermFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.term.server.factory with parameters of type PartyTermModifier and TypeMethodDescriptionvoidvoidMethod parameters in com.echothree.model.data.term.server.factory with type arguments of type PartyTerm