Uses of Class
com.echothree.model.data.offer.common.pk.SourceDetailPK
Packages that use SourceDetailPK
Package
Description
-
Uses of SourceDetailPK in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return SourceDetailPKModifier and TypeMethodDescriptionSource.getActiveDetailPK()Source.getLastDetailPK()SourceDetail.getPrimaryKey()Methods in com.echothree.model.data.offer.server.entity with parameters of type SourceDetailPKModifier and TypeMethodDescriptionvoidSource.setActiveDetailPK(SourceDetailPK activeDetailPK) voidSource.setLastDetailPK(SourceDetailPK lastDetailPK) -
Uses of SourceDetailPK in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return SourceDetailPKModifier and TypeMethodDescriptionSourceDetailFactory.getNextPK()SourceDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) SourceDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type SourceDetailPKModifier and TypeMethodDescriptionSourceDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) SourceDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) SourceDetailFactory.getPKsFromResultSetAsList(ResultSet rs) SourceDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type SourceDetailPKModifier and TypeMethodDescriptionSourceFactory.create(SourceDetailPK activeDetailPK, SourceDetailPK lastDetailPK) SourceDetailFactory.getEntityFromCache(SourceDetailPK pk) SourceDetailFactory.getEntityFromPK(EntityPermission entityPermission, SourceDetailPK pk) SourceDetailFactory.getValueFromPK(SourceDetailPK pk) voidSourceDetailFactory.remove(SourceDetailPK pk) booleanSourceDetailFactory.validPK(SourceDetailPK pk) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type SourceDetailPKModifier and TypeMethodDescriptionSourceDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<SourceDetailPK> pks) SourceDetailFactory.getValuesFromPKs(Collection<SourceDetailPK> pks) voidSourceDetailFactory.remove(Collection<SourceDetailPK> pks) -
Uses of SourceDetailPK in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return SourceDetailPKModifier and TypeMethodDescriptionSourceValue.getActiveDetailPK()SourceValue.getLastDetailPK()SourceDetailValue.getPrimaryKey()Methods in com.echothree.model.data.offer.server.value with parameters of type SourceDetailPKModifier and TypeMethodDescriptionvoidSourceValue.setActiveDetailPK(SourceDetailPK activeDetailPK) voidSourceValue.setLastDetailPK(SourceDetailPK lastDetailPK) Constructors in com.echothree.model.data.offer.server.value with parameters of type SourceDetailPKModifierConstructorDescriptionSourceDetailValue(SourceDetailPK sourceDetailPK, SourcePK sourcePK, String sourceName, OfferUsePK offerUsePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SourceDetailValueSourceValue(SourceDetailPK activeDetailPK, SourceDetailPK lastDetailPK) Creates a new instance of SourceValueSourceValue(SourcePK sourcePK, SourceDetailPK activeDetailPK, SourceDetailPK lastDetailPK) Creates a new instance of SourceValue