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 TypeMethodDescriptionvoid
ChainActionSetDetail.setChainPK
(ChainPK chainPK) void
ChainDescription.setChainPK
(ChainPK chainPK) void
ChainDetail.setChainPK
(ChainPK chainPK) void
ChainInstanceDetail.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) ChainActionSetDetailFactory.create
(Session session, 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) ChainDescriptionFactory.create
(Session session, 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) ChainDetailFactory.create
(Session session, 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) ChainInstanceDetailFactory.create
(Session session, ChainInstancePK chainInstancePK, String chainInstanceName, ChainPK chainPK, Long fromTime, Long thruTime) ChainFactory.getEntityFromCache
(Session session, ChainPK pk) ChainFactory.getEntityFromPK
(EntityPermission entityPermission, ChainPK pk) ChainFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ChainPK pk) ChainFactory.getValueFromPK
(Session session, ChainPK pk) void
boolean
Method parameters in com.echothree.model.data.chain.server.factory with type arguments of type ChainPKModifier and TypeMethodDescriptionChainFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ChainPK> pks) ChainFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ChainPK> pks) ChainFactory.getValuesFromPKs
(Session session, Collection<ChainPK> pks) void
ChainFactory.remove
(Session session, Collection<ChainPK> pks) void
ChainFactory.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 TypeMethodDescriptionvoid
ChainActionSetDetailValue.setChainPK
(ChainPK chainPK) void
ChainDescriptionValue.setChainPK
(ChainPK chainPK) void
ChainDetailValue.setChainPK
(ChainPK chainPK) void
ChainInstanceDetailValue.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 TypeMethodDescriptionvoid
ContactListTypeDetail.setConfirmationRequestChainPK
(ChainPK confirmationRequestChainPK) void
ContactListTypeDetail.setSubscribeChainPK
(ChainPK subscribeChainPK) void
ContactListTypeDetail.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) ContactListTypeDetailFactory.create
(Session session, 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 TypeMethodDescriptionvoid
ContactListTypeDetailValue.setConfirmationRequestChainPK
(ChainPK confirmationRequestChainPK) void
ContactListTypeDetailValue.setSubscribeChainPK
(ChainPK subscribeChainPK) void
ContactListTypeDetailValue.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 ChainPKModifier and TypeMethodDescriptionSubscriptionTypeChainFactory.create
(SubscriptionTypePK subscriptionTypePK, ChainPK chainPK, Long remainingTime, Long fromTime, Long thruTime) SubscriptionTypeChainFactory.create
(Session session, SubscriptionTypePK subscriptionTypePK, ChainPK chainPK, Long remainingTime, Long fromTime, Long thruTime) -
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