Uses of Class
com.echothree.model.data.chain.common.pk.ChainPK
Packages that use ChainPK
Package
Description
-
Uses of ChainPK in com.echothree.model.data.chain.server.entity
Methods in com.echothree.model.data.chain.server.entity that return ChainPKModifier and TypeMethodDescriptionChainActionSetDetail.getChainPK()ChainDescription.getChainPK()ChainDetail.getChainPK()ChainInstanceDetail.getChainPK()Chain.getPrimaryKey()Methods in com.echothree.model.data.chain.server.entity with parameters of type ChainPKModifier and TypeMethodDescriptionvoidChainActionSetDetail.setChainPK(ChainPK chainPK) voidChainDescription.setChainPK(ChainPK chainPK) voidChainDetail.setChainPK(ChainPK chainPK) voidChainInstanceDetail.setChainPK(ChainPK chainPK) -
Uses of ChainPK in com.echothree.model.data.chain.server.factory
Methods in com.echothree.model.data.chain.server.factory that return ChainPKModifier and TypeMethodDescriptionChainFactory.getNextPK()ChainFactory.getPKFromQuery(PreparedStatement ps, Object... params) ChainFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.chain.server.factory that return types with arguments of type ChainPKModifier and TypeMethodDescriptionChainFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ChainFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ChainFactory.getPKsFromResultSetAsList(ResultSet rs) ChainFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.chain.server.factory with parameters of type ChainPKModifier and TypeMethodDescriptionChainActionSetDetailFactory.create(ChainActionSetPK chainActionSetPK, ChainPK chainPK, String chainActionSetName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ChainDescriptionFactory.create(ChainPK chainPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ChainDetailFactory.create(ChainPK chainPK, ChainTypePK chainTypePK, String chainName, SequencePK chainInstanceSequencePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ChainInstanceDetailFactory.create(ChainInstancePK chainInstancePK, String chainInstanceName, ChainPK chainPK, Long fromTime, Long thruTime) ChainFactory.getEntityFromCache(ChainPK pk) ChainFactory.getEntityFromPK(EntityPermission entityPermission, ChainPK pk) ChainFactory.getValueFromPK(ChainPK pk) voidbooleanMethod parameters in com.echothree.model.data.chain.server.factory with type arguments of type ChainPKModifier and TypeMethodDescriptionChainFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ChainPK> pks) ChainFactory.getValuesFromPKs(Collection<ChainPK> pks) voidChainFactory.remove(Collection<ChainPK> pks) -
Uses of ChainPK in com.echothree.model.data.chain.server.value
Methods in com.echothree.model.data.chain.server.value that return ChainPKModifier and TypeMethodDescriptionChainActionSetDetailValue.getChainPK()ChainDescriptionValue.getChainPK()ChainDetailValue.getChainPK()ChainInstanceDetailValue.getChainPK()ChainValue.getPrimaryKey()Methods in com.echothree.model.data.chain.server.value with parameters of type ChainPKModifier and TypeMethodDescriptionvoidChainActionSetDetailValue.setChainPK(ChainPK chainPK) voidChainDescriptionValue.setChainPK(ChainPK chainPK) voidChainDetailValue.setChainPK(ChainPK chainPK) voidChainInstanceDetailValue.setChainPK(ChainPK chainPK) Constructors in com.echothree.model.data.chain.server.value with parameters of type ChainPKModifierConstructorDescriptionChainActionSetDetailValue(ChainActionSetDetailPK chainActionSetDetailPK, ChainActionSetPK chainActionSetPK, ChainPK chainPK, String chainActionSetName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ChainActionSetDetailValueChainActionSetDetailValue(ChainActionSetPK chainActionSetPK, ChainPK chainPK, String chainActionSetName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ChainActionSetDetailValueChainDescriptionValue(ChainDescriptionPK chainDescriptionPK, ChainPK chainPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ChainDescriptionValueChainDescriptionValue(ChainPK chainPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ChainDescriptionValueChainDetailValue(ChainDetailPK chainDetailPK, ChainPK chainPK, ChainTypePK chainTypePK, String chainName, SequencePK chainInstanceSequencePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ChainDetailValueChainDetailValue(ChainPK chainPK, ChainTypePK chainTypePK, String chainName, SequencePK chainInstanceSequencePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ChainDetailValueChainInstanceDetailValue(ChainInstanceDetailPK chainInstanceDetailPK, ChainInstancePK chainInstancePK, String chainInstanceName, ChainPK chainPK, Long fromTime, Long thruTime) Creates a new instance of ChainInstanceDetailValueChainInstanceDetailValue(ChainInstancePK chainInstancePK, String chainInstanceName, ChainPK chainPK, Long fromTime, Long thruTime) Creates a new instance of ChainInstanceDetailValueChainValue(ChainPK chainPK, ChainDetailPK activeDetailPK, ChainDetailPK lastDetailPK) Creates a new instance of ChainValue -
Uses of ChainPK in com.echothree.model.data.contactlist.server.entity
Methods in com.echothree.model.data.contactlist.server.entity that return ChainPKModifier and TypeMethodDescriptionContactListTypeDetail.getConfirmationRequestChainPK()ContactListTypeDetail.getSubscribeChainPK()ContactListTypeDetail.getUnsubscribeChainPK()Methods in com.echothree.model.data.contactlist.server.entity with parameters of type ChainPKModifier and TypeMethodDescriptionvoidContactListTypeDetail.setConfirmationRequestChainPK(ChainPK confirmationRequestChainPK) voidContactListTypeDetail.setSubscribeChainPK(ChainPK subscribeChainPK) voidContactListTypeDetail.setUnsubscribeChainPK(ChainPK unsubscribeChainPK) -
Uses of ChainPK in com.echothree.model.data.contactlist.server.factory
Methods in com.echothree.model.data.contactlist.server.factory with parameters of type ChainPKModifier and TypeMethodDescriptionContactListTypeDetailFactory.create(ContactListTypePK contactListTypePK, String contactListTypeName, ChainPK confirmationRequestChainPK, ChainPK subscribeChainPK, ChainPK unsubscribeChainPK, Boolean usedForSolicitation, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of ChainPK in com.echothree.model.data.contactlist.server.value
Methods in com.echothree.model.data.contactlist.server.value that return ChainPKModifier and TypeMethodDescriptionContactListTypeDetailValue.getConfirmationRequestChainPK()ContactListTypeDetailValue.getSubscribeChainPK()ContactListTypeDetailValue.getUnsubscribeChainPK()Methods in com.echothree.model.data.contactlist.server.value with parameters of type ChainPKModifier and TypeMethodDescriptionvoidContactListTypeDetailValue.setConfirmationRequestChainPK(ChainPK confirmationRequestChainPK) voidContactListTypeDetailValue.setSubscribeChainPK(ChainPK subscribeChainPK) voidContactListTypeDetailValue.setUnsubscribeChainPK(ChainPK unsubscribeChainPK) Constructors in com.echothree.model.data.contactlist.server.value with parameters of type ChainPKModifierConstructorDescriptionContactListTypeDetailValue(ContactListTypeDetailPK contactListTypeDetailPK, ContactListTypePK contactListTypePK, String contactListTypeName, ChainPK confirmationRequestChainPK, ChainPK subscribeChainPK, ChainPK unsubscribeChainPK, Boolean usedForSolicitation, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContactListTypeDetailValueContactListTypeDetailValue(ContactListTypePK contactListTypePK, String contactListTypeName, ChainPK confirmationRequestChainPK, ChainPK subscribeChainPK, ChainPK unsubscribeChainPK, Boolean usedForSolicitation, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContactListTypeDetailValue -
Uses of ChainPK in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return ChainPKMethods in com.echothree.model.data.offer.server.entity with parameters of type ChainPK -
Uses of ChainPK in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory with parameters of type ChainPK -
Uses of ChainPK in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return ChainPKMethods in com.echothree.model.data.offer.server.value with parameters of type ChainPKConstructors in com.echothree.model.data.offer.server.value with parameters of type ChainPKModifierConstructorDescriptionOfferChainTypeValue(OfferChainTypePK offerChainTypePK, OfferPK offerPK, ChainTypePK chainTypePK, ChainPK chainPK, Long fromTime, Long thruTime) Creates a new instance of OfferChainTypeValueOfferChainTypeValue(OfferPK offerPK, ChainTypePK chainTypePK, ChainPK chainPK, Long fromTime, Long thruTime) Creates a new instance of OfferChainTypeValue -
Uses of ChainPK in com.echothree.model.data.subscription.server.entity
Methods in com.echothree.model.data.subscription.server.entity that return ChainPKMethods in com.echothree.model.data.subscription.server.entity with parameters of type ChainPK -
Uses of ChainPK in com.echothree.model.data.subscription.server.factory
Methods in com.echothree.model.data.subscription.server.factory with parameters of type ChainPK -
Uses of ChainPK in com.echothree.model.data.subscription.server.value
Methods in com.echothree.model.data.subscription.server.value that return ChainPKMethods in com.echothree.model.data.subscription.server.value with parameters of type ChainPKConstructors in com.echothree.model.data.subscription.server.value with parameters of type ChainPKModifierConstructorDescriptionSubscriptionTypeChainValue(SubscriptionTypeChainPK subscriptionTypeChainPK, SubscriptionTypePK subscriptionTypePK, ChainPK chainPK, Long remainingTime, Long fromTime, Long thruTime) Creates a new instance of SubscriptionTypeChainValueSubscriptionTypeChainValue(SubscriptionTypePK subscriptionTypePK, ChainPK chainPK, Long remainingTime, Long fromTime, Long thruTime) Creates a new instance of SubscriptionTypeChainValue -
Uses of ChainPK in com.echothree.model.jooq.server.records.chain
Methods in com.echothree.model.jooq.server.records.chain that return ChainPKModifier and TypeMethodDescriptionChainActionSetDetails.Chain()Getter forchainactionsetdetails.chnactstdt_chn_chainid.ChainDescriptions.Chain()Getter forchaindescriptions.chnd_chn_chainid.ChainDetails.Chain()Getter forchaindetails.chndt_chn_chainid.ChainInstanceDetails.Chain()Getter forchaininstancedetails.chnidt_chn_chainid.Chains.Chain()Getter forchains.chn_chainid.Methods in com.echothree.model.jooq.server.records.chain that return types with arguments of type ChainPKMethods in com.echothree.model.jooq.server.records.chain with parameters of type ChainPKModifier and TypeMethodDescriptionvoidSetter forchainactionsetdetails.chnactstdt_chn_chainid.voidSetter forchaindescriptions.chnd_chn_chainid.voidSetter forchaindetails.chndt_chn_chainid.voidSetter forchaininstancedetails.chnidt_chn_chainid.voidSetter forchains.chn_chainid.Constructors in com.echothree.model.jooq.server.records.chain with parameters of type ChainPKModifierConstructorDescriptionChainActionSetDetails(ChainActionSetDetailPK ChainActionSetDetail, ChainActionSetPK ChainActionSet, ChainPK Chain, String ChainActionSetName, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised ChainActionSetDetailsChainDescriptions(ChainDescriptionPK ChainDescription, ChainPK Chain, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised ChainDescriptionsChainDetails(ChainDetailPK ChainDetail, ChainPK Chain, ChainTypePK ChainType, String ChainName, SequencePK ChainInstanceSequence, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised ChainDetailsChainInstanceDetails(ChainInstanceDetailPK ChainInstanceDetail, ChainInstancePK ChainInstance, String ChainInstanceName, ChainPK Chain, Long FromTime, Long ThruTime) Create a detached, initialised ChainInstanceDetailsChains(ChainPK Chain, ChainDetailPK ActiveDetail, ChainDetailPK LastDetail) Create a detached, initialised Chains -
Uses of ChainPK in com.echothree.model.jooq.server.records.contactlist
Methods in com.echothree.model.jooq.server.records.contactlist that return ChainPKModifier and TypeMethodDescriptionContactListTypeDetails.ConfirmationRequestChain()Getter forcontactlisttypedetails.clsttypdt_confirmationrequestchainid.ContactListTypeDetails.SubscribeChain()Getter forcontactlisttypedetails.clsttypdt_subscribechainid.ContactListTypeDetails.UnsubscribeChain()Getter forcontactlisttypedetails.clsttypdt_unsubscribechainid.Methods in com.echothree.model.jooq.server.records.contactlist with parameters of type ChainPKModifier and TypeMethodDescriptionvoidContactListTypeDetails.ConfirmationRequestChain(ChainPK value) Setter forcontactlisttypedetails.clsttypdt_confirmationrequestchainid.voidContactListTypeDetails.SubscribeChain(ChainPK value) Setter forcontactlisttypedetails.clsttypdt_subscribechainid.voidContactListTypeDetails.UnsubscribeChain(ChainPK value) Setter forcontactlisttypedetails.clsttypdt_unsubscribechainid.Constructors in com.echothree.model.jooq.server.records.contactlist with parameters of type ChainPKModifierConstructorDescriptionContactListTypeDetails(ContactListTypeDetailPK ContactListTypeDetail, ContactListTypePK ContactListType, String ContactListTypeName, ChainPK ConfirmationRequestChain, ChainPK SubscribeChain, ChainPK UnsubscribeChain, Boolean UsedForSolicitation, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised ContactListTypeDetails -
Uses of ChainPK in com.echothree.model.jooq.server.records.offer
Methods in com.echothree.model.jooq.server.records.offer that return ChainPKModifier and TypeMethodDescriptionOfferChainTypes.Chain()Getter forofferchaintypes.ofrchntyp_chn_chainid.Methods in com.echothree.model.jooq.server.records.offer with parameters of type ChainPKModifier and TypeMethodDescriptionvoidSetter forofferchaintypes.ofrchntyp_chn_chainid.Constructors in com.echothree.model.jooq.server.records.offer with parameters of type ChainPKModifierConstructorDescriptionOfferChainTypes(OfferChainTypePK OfferChainType, OfferPK Offer, ChainTypePK ChainType, ChainPK Chain, Long FromTime, Long ThruTime) Create a detached, initialised OfferChainTypes -
Uses of ChainPK in com.echothree.model.jooq.server.records.subscription
Methods in com.echothree.model.jooq.server.records.subscription that return ChainPKModifier and TypeMethodDescriptionSubscriptionTypeChains.Chain()Getter forsubscriptiontypechains.subscrtypchn_chn_chainid.Methods in com.echothree.model.jooq.server.records.subscription with parameters of type ChainPKModifier and TypeMethodDescriptionvoidSetter forsubscriptiontypechains.subscrtypchn_chn_chainid.Constructors in com.echothree.model.jooq.server.records.subscription with parameters of type ChainPKModifierConstructorDescriptionSubscriptionTypeChains(SubscriptionTypeChainPK SubscriptionTypeChain, SubscriptionTypePK SubscriptionType, ChainPK Chain, Long RemainingTime, Long FromTime, Long ThruTime) Create a detached, initialised SubscriptionTypeChains -
Uses of ChainPK in com.echothree.model.jooq.server.tables.chain
Fields in com.echothree.model.jooq.server.tables.chain with type parameters of type ChainPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ChainActionSetDetails, ChainPK> ChainActionSetDetails.CHAINThe columnchainactionsetdetails.chnactstdt_chn_chainid.final org.jooq.TableField<ChainDescriptions, ChainPK> ChainDescriptions.CHAINThe columnchaindescriptions.chnd_chn_chainid.final org.jooq.TableField<ChainDetails, ChainPK> ChainDetails.CHAINThe columnchaindetails.chndt_chn_chainid.final org.jooq.TableField<ChainInstanceDetails, ChainPK> ChainInstanceDetails.CHAINThe columnchaininstancedetails.chnidt_chn_chainid.Chains.CHAINThe columnchains.chn_chainid. -
Uses of ChainPK in com.echothree.model.jooq.server.tables.contactlist
Fields in com.echothree.model.jooq.server.tables.contactlist with type parameters of type ChainPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContactListTypeDetails, ChainPK> ContactListTypeDetails.CONFIRMATION_REQUEST_CHAINThe columncontactlisttypedetails.clsttypdt_confirmationrequestchainid.final org.jooq.TableField<ContactListTypeDetails, ChainPK> ContactListTypeDetails.SUBSCRIBE_CHAINThe columncontactlisttypedetails.clsttypdt_subscribechainid.final org.jooq.TableField<ContactListTypeDetails, ChainPK> ContactListTypeDetails.UNSUBSCRIBE_CHAINThe columncontactlisttypedetails.clsttypdt_unsubscribechainid. -
Uses of ChainPK in com.echothree.model.jooq.server.tables.offer
Fields in com.echothree.model.jooq.server.tables.offer with type parameters of type ChainPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<OfferChainTypes, ChainPK> OfferChainTypes.CHAINThe columnofferchaintypes.ofrchntyp_chn_chainid. -
Uses of ChainPK in com.echothree.model.jooq.server.tables.subscription
Fields in com.echothree.model.jooq.server.tables.subscription with type parameters of type ChainPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<SubscriptionTypeChains, ChainPK> SubscriptionTypeChains.CHAINThe columnsubscriptiontypechains.subscrtypchn_chn_chainid.