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 TypeMethodDescriptionvoid
TermControl.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
(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.create
(Session session, PartyPK partyPK, TermPK termPK, Boolean taxable, Long fromTime, Long thruTime) PartyTermFactory.create
(Session session, Party party, Term term, Boolean taxable, Long fromTime, Long thruTime) PartyTermFactory.getEntityFromCache
(Session session, PartyTermPK pk) PartyTermFactory.getEntityFromPK
(EntityPermission entityPermission, PartyTermPK pk) PartyTermFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PartyTermPK pk) PartyTermFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyTermFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyTermFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyTermFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) PartyTermFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) PartyTermFactory.getEntityFromValue
(EntityPermission entityPermission, PartyTermValue value) PartyTermFactory.getEntityFromValue
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PartyTermPK> pks) PartyTermFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyTermFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyTermFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyTermFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) PartyTermFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.term.server.factory with parameters of type PartyTermModifier and TypeMethodDescriptionvoid
void
Method parameters in com.echothree.model.data.term.server.factory with type arguments of type PartyTermModifier and TypeMethodDescriptionvoid
PartyTermFactory.store
(Session session, Collection<PartyTerm> entities) void
PartyTermFactory.store
(Collection<PartyTerm> entities)