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 -
Uses of SourceDetailPK in com.echothree.model.jooq.server.records.offer
Methods in com.echothree.model.jooq.server.records.offer that return SourceDetailPKModifier and TypeMethodDescriptionSources.ActiveDetail()Getter forsources.src_activedetailid.Sources.LastDetail()Getter forsources.src_lastdetailid.SourceDetails.SourceDetail()Getter forsourcedetails.srcdt_sourcedetailid.Methods in com.echothree.model.jooq.server.records.offer that return types with arguments of type SourceDetailPKMethods in com.echothree.model.jooq.server.records.offer with parameters of type SourceDetailPKModifier and TypeMethodDescriptionvoidSources.ActiveDetail(SourceDetailPK value) Setter forsources.src_activedetailid.voidSources.LastDetail(SourceDetailPK value) Setter forsources.src_lastdetailid.voidSourceDetails.SourceDetail(SourceDetailPK value) Setter forsourcedetails.srcdt_sourcedetailid.Constructors in com.echothree.model.jooq.server.records.offer with parameters of type SourceDetailPKModifierConstructorDescriptionSourceDetails(SourceDetailPK SourceDetail, SourcePK Source, String SourceName, OfferUsePK OfferUse, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised SourceDetailsSources(SourcePK Source, SourceDetailPK ActiveDetail, SourceDetailPK LastDetail) Create a detached, initialised Sources -
Uses of SourceDetailPK in com.echothree.model.jooq.server.tables.offer
Fields in com.echothree.model.jooq.server.tables.offer with type parameters of type SourceDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<Sources, SourceDetailPK> Sources.ACTIVE_DETAILThe columnsources.src_activedetailid.final org.jooq.TableField<Sources, SourceDetailPK> Sources.LAST_DETAILThe columnsources.src_lastdetailid.final org.jooq.TableField<SourceDetails, SourceDetailPK> SourceDetails.SOURCE_DETAILThe columnsourcedetails.srcdt_sourcedetailid.