Uses of Class
com.echothree.model.data.offer.common.pk.UseTypeDetailPK
Packages that use UseTypeDetailPK
Package
Description
-
Uses of UseTypeDetailPK in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return UseTypeDetailPKModifier and TypeMethodDescriptionUseType.getActiveDetailPK()
UseType.getLastDetailPK()
UseTypeDetail.getPrimaryKey()
Methods in com.echothree.model.data.offer.server.entity with parameters of type UseTypeDetailPKModifier and TypeMethodDescriptionvoid
UseType.setActiveDetailPK
(UseTypeDetailPK activeDetailPK) void
UseType.setLastDetailPK
(UseTypeDetailPK lastDetailPK) -
Uses of UseTypeDetailPK in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return UseTypeDetailPKModifier and TypeMethodDescriptionUseTypeDetailFactory.getNextPK()
UseTypeDetailFactory.getPKFromQuery
(PreparedStatement ps, Object... params) UseTypeDetailFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type UseTypeDetailPKModifier and TypeMethodDescriptionUseTypeDetailFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) UseTypeDetailFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) UseTypeDetailFactory.getPKsFromResultSetAsList
(ResultSet rs) UseTypeDetailFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type UseTypeDetailPKModifier and TypeMethodDescriptionUseTypeFactory.create
(UseTypeDetailPK activeDetailPK, UseTypeDetailPK lastDetailPK) UseTypeFactory.create
(Session session, UseTypeDetailPK activeDetailPK, UseTypeDetailPK lastDetailPK) UseTypeDetailFactory.getEntityFromCache
(Session session, UseTypeDetailPK pk) UseTypeDetailFactory.getEntityFromPK
(EntityPermission entityPermission, UseTypeDetailPK pk) UseTypeDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, UseTypeDetailPK pk) UseTypeDetailFactory.getValueFromPK
(Session session, UseTypeDetailPK pk) void
UseTypeDetailFactory.remove
(Session session, UseTypeDetailPK pk) boolean
UseTypeDetailFactory.validPK
(Session session, UseTypeDetailPK pk) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type UseTypeDetailPKModifier and TypeMethodDescriptionUseTypeDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<UseTypeDetailPK> pks) UseTypeDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<UseTypeDetailPK> pks) UseTypeDetailFactory.getValuesFromPKs
(Session session, Collection<UseTypeDetailPK> pks) void
UseTypeDetailFactory.remove
(Session session, Collection<UseTypeDetailPK> pks) void
UseTypeDetailFactory.remove
(Collection<UseTypeDetailPK> pks) -
Uses of UseTypeDetailPK in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return UseTypeDetailPKModifier and TypeMethodDescriptionUseTypeValue.getActiveDetailPK()
UseTypeValue.getLastDetailPK()
UseTypeDetailValue.getPrimaryKey()
Methods in com.echothree.model.data.offer.server.value with parameters of type UseTypeDetailPKModifier and TypeMethodDescriptionvoid
UseTypeValue.setActiveDetailPK
(UseTypeDetailPK activeDetailPK) void
UseTypeValue.setLastDetailPK
(UseTypeDetailPK lastDetailPK) Constructors in com.echothree.model.data.offer.server.value with parameters of type UseTypeDetailPKModifierConstructorDescriptionUseTypeDetailValue
(UseTypeDetailPK useTypeDetailPK, UseTypePK useTypePK, String useTypeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of UseTypeDetailValueUseTypeValue
(UseTypeDetailPK activeDetailPK, UseTypeDetailPK lastDetailPK) Creates a new instance of UseTypeValueUseTypeValue
(UseTypePK useTypePK, UseTypeDetailPK activeDetailPK, UseTypeDetailPK lastDetailPK) Creates a new instance of UseTypeValue