Uses of Class
com.echothree.model.data.term.server.entity.StandardTerm
Packages that use StandardTerm
Package
Description
-
Uses of StandardTerm in com.echothree.model.control.term.server.control
Methods in com.echothree.model.control.term.server.control that return StandardTermModifier and TypeMethodDescriptionTermControl.createStandardTerm(Term term, Integer netDueDays, Integer discountPercentage, Integer discountDays, BasePK createdBy) TermControl.getStandardTerm(Term term) TermControl.getStandardTermForUpdate(Term term) Methods in com.echothree.model.control.term.server.control with parameters of type StandardTermModifier and TypeMethodDescriptionvoidTermControl.deleteStandardTerm(StandardTerm standardTerm, BasePK deletedBy) TermControl.getStandardTermValue(StandardTerm standardTerm) -
Uses of StandardTerm in com.echothree.model.control.term.server.graphql
Constructors in com.echothree.model.control.term.server.graphql with parameters of type StandardTerm -
Uses of StandardTerm in com.echothree.model.data.term.server.factory
Methods in com.echothree.model.data.term.server.factory that return StandardTermModifier and TypeMethodDescriptionStandardTermFactory.create(TermPK termPK, Integer netDueDays, Integer discountPercentage, Integer discountDays, Long fromTime, Long thruTime) StandardTermFactory.create(Term term, Integer netDueDays, Integer discountPercentage, Integer discountDays, Long fromTime, Long thruTime) StandardTermFactory.getEntityFromCache(StandardTermPK pk) StandardTermFactory.getEntityFromPK(EntityPermission entityPermission, StandardTermPK pk) StandardTermFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) StandardTermFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) StandardTermFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) StandardTermFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) StandardTermFactory.getEntityFromValue(EntityPermission entityPermission, StandardTermValue value) Methods in com.echothree.model.data.term.server.factory that return types with arguments of type StandardTermModifier and TypeMethodDescriptionStandardTermFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<StandardTermPK> pks) StandardTermFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) StandardTermFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) StandardTermFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) StandardTermFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.term.server.factory with parameters of type StandardTermModifier and TypeMethodDescriptionvoidStandardTermFactory.remove(StandardTerm entity) voidStandardTermFactory.store(StandardTerm entity) Method parameters in com.echothree.model.data.term.server.factory with type arguments of type StandardTermModifier and TypeMethodDescriptionvoidStandardTermFactory.store(Collection<StandardTerm> entities)