Uses of Class
com.echothree.model.data.term.common.pk.StandardTermPK
Packages that use StandardTermPK
Package
Description
-
Uses of StandardTermPK in com.echothree.model.data.term.server.entity
Methods in com.echothree.model.data.term.server.entity that return StandardTermPK -
Uses of StandardTermPK in com.echothree.model.data.term.server.factory
Methods in com.echothree.model.data.term.server.factory that return StandardTermPKModifier and TypeMethodDescriptionStandardTermFactory.getNextPK()
StandardTermFactory.getPKFromQuery
(PreparedStatement ps, Object... params) StandardTermFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.term.server.factory that return types with arguments of type StandardTermPKModifier and TypeMethodDescriptionStandardTermFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) StandardTermFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) StandardTermFactory.getPKsFromResultSetAsList
(ResultSet rs) StandardTermFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.term.server.factory with parameters of type StandardTermPKModifier and TypeMethodDescriptionStandardTermFactory.getEntityFromCache
(Session session, StandardTermPK pk) StandardTermFactory.getEntityFromPK
(EntityPermission entityPermission, StandardTermPK pk) StandardTermFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, StandardTermPK pk) StandardTermFactory.getValueFromPK
(Session session, StandardTermPK pk) void
StandardTermFactory.remove
(Session session, StandardTermPK pk) boolean
StandardTermFactory.validPK
(Session session, StandardTermPK pk) Method parameters in com.echothree.model.data.term.server.factory with type arguments of type StandardTermPKModifier and TypeMethodDescriptionStandardTermFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<StandardTermPK> pks) StandardTermFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<StandardTermPK> pks) StandardTermFactory.getValuesFromPKs
(Session session, Collection<StandardTermPK> pks) void
StandardTermFactory.remove
(Session session, Collection<StandardTermPK> pks) void
StandardTermFactory.remove
(Collection<StandardTermPK> pks) -
Uses of StandardTermPK in com.echothree.model.data.term.server.value
Methods in com.echothree.model.data.term.server.value that return StandardTermPKConstructors in com.echothree.model.data.term.server.value with parameters of type StandardTermPKModifierConstructorDescriptionStandardTermValue
(StandardTermPK standardTermPK, TermPK termPK, Integer netDueDays, Integer discountPercentage, Integer discountDays, Long fromTime, Long thruTime) Creates a new instance of StandardTermValue