Uses of Class
com.echothree.model.data.chain.server.entity.Chain
Packages that use Chain
Package
Description
-
Uses of Chain in com.echothree.control.user.chain.server.command
Methods in com.echothree.control.user.chain.server.command that return ChainModifier and TypeMethodDescriptionEditChainCommand.getEntity
(EditChainResult result) EditChainCommand.getLockEntity
(Chain chain) EditChainDescriptionCommand.getLockEntity
(ChainDescription chainDescription) Methods in com.echothree.control.user.chain.server.command with parameters of type ChainModifier and TypeMethodDescriptionvoid
void
void
void
EditChainCommand.fillInResult
(EditChainResult result, Chain chain) EditChainCommand.getLockEntity
(Chain chain) -
Uses of Chain in com.echothree.model.control.chain.server.control
Methods in com.echothree.model.control.chain.server.control that return ChainModifier and TypeMethodDescriptionChainControl.createChain
(ChainType chainType, String chainName, Sequence chainInstanceSequence, Boolean isDefault, Integer sortOrder, BasePK createdBy) ChainControl.getChainByName
(ChainType chainType, String chainName) ChainControl.getChainByNameForUpdate
(ChainType chainType, String chainName) ChainControl.getDefaultChain
(ChainType chainType) ChainControl.getDefaultChainForUpdate
(ChainType chainType) Methods in com.echothree.model.control.chain.server.control that return types with arguments of type ChainModifier and TypeMethodDescriptionChainControl.getChainsByChainInstanceSequence
(Sequence chainInstanceSequence) ChainControl.getChainsByChainInstanceSequenceForUpdate
(Sequence chainInstanceSequence) ChainControl.getChainsByChainType
(ChainType chainType) ChainControl.getChainsByChainTypeForUpdate
(ChainType chainType) Methods in com.echothree.model.control.chain.server.control with parameters of type ChainModifier and TypeMethodDescriptionChainControl.createChainActionSet
(Chain chain, String chainActionSetName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ChainControl.createChainDescription
(Chain chain, Language language, String description, BasePK createdBy) void
ChainControl.deleteChain
(Chain chain, BasePK deletedBy) void
ChainControl.deleteChainActionSetsByChain
(Chain chain, BasePK deletedBy) void
ChainControl.deleteChainDescriptionsByChain
(Chain chain, BasePK deletedBy) void
ChainControl.deleteChainInstancesByChain
(Chain chain, BasePK deletedBy) ChainControl.getBestChainDescription
(Chain chain, Language language) ChainControl.getChainActionSetByName
(Chain chain, String chainActionSetName) ChainControl.getChainActionSetByNameForUpdate
(Chain chain, String chainActionSetName) ChainControl.getChainActionSetChoices
(String defaultChainActionSetChoice, Language language, boolean allowNullChoice, Chain chain) ChainControl.getChainActionSetDetailValueByNameForUpdate
(Chain chain, String chainActionSetName) ChainControl.getChainActionSetsByChain
(Chain chain) ChainControl.getChainActionSetsByChainForUpdate
(Chain chain) ChainControl.getChainActionSetTransfersByChain
(UserVisit userVisit, Chain chain) ChainControl.getChainDescription
(Chain chain, Language language) ChainControl.getChainDescriptionForUpdate
(Chain chain, Language language) ChainControl.getChainDescriptionsByChain
(Chain chain) ChainControl.getChainDescriptionsByChainForUpdate
(Chain chain) ChainControl.getChainDescriptionTransfersByChain
(UserVisit userVisit, Chain chain) ChainControl.getChainDescriptionValueForUpdate
(Chain chain, Language language) ChainControl.getChainDetailValueForUpdate
(Chain chain) ChainControl.getChainInstancesByChain
(Chain chain) ChainControl.getChainInstancesByChainForUpdate
(Chain chain) ChainControl.getChainInstanceTransfersByChain
(UserVisit userVisit, Chain chain) ChainControl.getChainTransfer
(UserVisit userVisit, Chain chain) ChainControl.getDefaultChainActionSet
(Chain chain) ChainControl.getDefaultChainActionSetDetailValueForUpdate
(Chain chain) ChainControl.getDefaultChainActionSetForUpdate
(Chain chain) Method parameters in com.echothree.model.control.chain.server.control with type arguments of type ChainModifier and TypeMethodDescriptionvoid
ChainControl.deleteChains
(List<Chain> chains, BasePK deletedBy) -
Uses of Chain in com.echothree.model.control.chain.server.logic
Methods in com.echothree.model.control.chain.server.logic that return ChainModifier and TypeMethodDescriptionprotected Chain
BaseChainLogic.getChain
(ExecutionErrorAccumulator eea, ChainType chainType, Party party) Methods in com.echothree.model.control.chain.server.logic with parameters of type ChainModifier and TypeMethodDescriptionprotected ChainInstance
BaseChainLogic.createChainInstance
(ExecutionErrorAccumulator eea, Chain chain, BasePK createdBy) -
Uses of Chain in com.echothree.model.control.chain.server.transfer
Methods in com.echothree.model.control.chain.server.transfer with parameters of type Chain -
Uses of Chain in com.echothree.model.control.contactlist.server
Methods in com.echothree.model.control.contactlist.server with parameters of type ChainModifier and TypeMethodDescriptionContactListControl.createContactListType
(String contactListTypeName, Chain confirmationRequestChain, Chain subscribeChain, Chain unsubscribeChain, Boolean usedForSolicitation, Boolean isDefault, Integer sortOrder, BasePK createdBy) void
ContactListControl.deleteContactListTypesByChain
(Chain chain, BasePK deletedBy) void
ContactListControl.deleteContactListTypesByConfirmationRequestChain
(Chain confirmationRequestChain, BasePK deletedBy) void
ContactListControl.deleteContactListTypesBySubscribeChain
(Chain subscribeChain, BasePK deletedBy) void
ContactListControl.deleteContactListTypesByUnsubscribeChain
(Chain unsubscribeChain, BasePK deletedBy) ContactListControl.getContactListTypesByConfirmationRequestChain
(Chain confirmationRequestChain) ContactListControl.getContactListTypesByConfirmationRequestChainForUpdate
(Chain confirmationRequestChain) ContactListControl.getContactListTypesBySubscribeChain
(Chain subscribeChain) ContactListControl.getContactListTypesBySubscribeChainForUpdate
(Chain subscribeChain) ContactListControl.getContactListTypesByUnsubscribeChain
(Chain unsubscribeChain) ContactListControl.getContactListTypesByUnsubscribeChainForUpdate
(Chain unsubscribeChain) -
Uses of Chain in com.echothree.model.control.offer.server.control
Methods in com.echothree.model.control.offer.server.control with parameters of type ChainModifier and TypeMethodDescriptionOfferControl.createOfferChainType
(Offer offer, ChainType chainType, Chain chain, BasePK createdBy) void
OfferControl.deleteOfferChainTypesByChain
(Chain chain, BasePK deletedBy) OfferControl.getOfferChainTypesByChain
(Chain chain) OfferControl.getOfferChainTypesByChainForUpdate
(Chain chain) -
Uses of Chain in com.echothree.model.control.subscription.server.control
Methods in com.echothree.model.control.subscription.server.control with parameters of type ChainModifier and TypeMethodDescriptionSubscriptionControl.createSubscriptionTypeChain
(SubscriptionType subscriptionType, Chain chain, Long remainingTime, BasePK createdBy) SubscriptionControl.getSubscriptionTypeChain
(SubscriptionType subscriptionType, Chain chain) SubscriptionControl.getSubscriptionTypeChainForUpdate
(SubscriptionType subscriptionType, Chain chain) SubscriptionControl.getSubscriptionTypeChainValueForUpdate
(SubscriptionType subscriptionType, Chain chain) -
Uses of Chain in com.echothree.model.data.chain.server.entity
Methods in com.echothree.model.data.chain.server.entity that return ChainModifier and TypeMethodDescriptionChainActionSetDetail.getChain()
ChainActionSetDetail.getChain
(EntityPermission entityPermission) ChainActionSetDetail.getChain
(Session session, EntityPermission entityPermission) ChainDescription.getChain()
ChainDescription.getChain
(EntityPermission entityPermission) ChainDescription.getChain
(Session session, EntityPermission entityPermission) ChainDetail.getChain()
ChainDetail.getChain
(EntityPermission entityPermission) ChainDetail.getChain
(Session session, EntityPermission entityPermission) ChainInstanceDetail.getChain()
ChainInstanceDetail.getChain
(EntityPermission entityPermission) ChainInstanceDetail.getChain
(Session session, EntityPermission entityPermission) ChainActionSetDetail.getChainForUpdate()
ChainActionSetDetail.getChainForUpdate
(Session session) ChainDescription.getChainForUpdate()
ChainDescription.getChainForUpdate
(Session session) ChainDetail.getChainForUpdate()
ChainDetail.getChainForUpdate
(Session session) ChainInstanceDetail.getChainForUpdate()
ChainInstanceDetail.getChainForUpdate
(Session session) Methods in com.echothree.model.data.chain.server.entity with parameters of type Chain -
Uses of Chain in com.echothree.model.data.chain.server.factory
Methods in com.echothree.model.data.chain.server.factory that return ChainModifier and TypeMethodDescriptionChainFactory.create()
ChainFactory.create
(ChainDetailPK activeDetailPK, ChainDetailPK lastDetailPK) ChainFactory.create
(ChainDetail activeDetail, ChainDetail lastDetail) ChainFactory.create
(Session session, ChainDetailPK activeDetailPK, ChainDetailPK lastDetailPK) ChainFactory.create
(Session session, ChainDetail activeDetail, ChainDetail lastDetail) ChainFactory.getEntityFromCache
(Session session, ChainPK pk) ChainFactory.getEntityFromPK
(EntityPermission entityPermission, ChainPK pk) ChainFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ChainPK pk) ChainFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ChainFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ChainFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ChainFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ChainFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ChainFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ChainFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ChainFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ChainFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ChainFactory.getEntityFromValue
(EntityPermission entityPermission, ChainValue value) ChainFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ChainValue value) Methods in com.echothree.model.data.chain.server.factory that return types with arguments of type ChainModifier and TypeMethodDescriptionChainFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ChainPK> pks) ChainFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ChainPK> pks) ChainFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ChainFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ChainFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ChainFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ChainFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ChainFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ChainFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ChainFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ChainFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.chain.server.factory with parameters of type ChainModifier and TypeMethodDescriptionChainActionSetDetailFactory.create
(ChainActionSet chainActionSet, Chain chain, String chainActionSetName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ChainActionSetDetailFactory.create
(Session session, ChainActionSet chainActionSet, Chain chain, String chainActionSetName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ChainDescriptionFactory.create
(Chain chain, Language language, String description, Long fromTime, Long thruTime) ChainDescriptionFactory.create
(Session session, Chain chain, Language language, String description, Long fromTime, Long thruTime) ChainDetailFactory.create
(Chain chain, ChainType chainType, String chainName, Sequence chainInstanceSequence, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ChainDetailFactory.create
(Session session, Chain chain, ChainType chainType, String chainName, Sequence chainInstanceSequence, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ChainInstanceDetailFactory.create
(ChainInstance chainInstance, String chainInstanceName, Chain chain, Long fromTime, Long thruTime) ChainInstanceDetailFactory.create
(Session session, ChainInstance chainInstance, String chainInstanceName, Chain chain, Long fromTime, Long thruTime) void
void
Method parameters in com.echothree.model.data.chain.server.factory with type arguments of type ChainModifier and TypeMethodDescriptionvoid
ChainFactory.store
(Session session, Collection<Chain> entities) void
ChainFactory.store
(Collection<Chain> entities) -
Uses of Chain in com.echothree.model.data.contactlist.server.entity
Methods in com.echothree.model.data.contactlist.server.entity that return ChainModifier and TypeMethodDescriptionContactListTypeDetail.getConfirmationRequestChain()
ContactListTypeDetail.getConfirmationRequestChain
(EntityPermission entityPermission) ContactListTypeDetail.getConfirmationRequestChain
(Session session) ContactListTypeDetail.getConfirmationRequestChain
(Session session, EntityPermission entityPermission) ContactListTypeDetail.getConfirmationRequestChainForUpdate()
ContactListTypeDetail.getConfirmationRequestChainForUpdate
(Session session) ContactListTypeDetail.getSubscribeChain()
ContactListTypeDetail.getSubscribeChain
(EntityPermission entityPermission) ContactListTypeDetail.getSubscribeChain
(Session session) ContactListTypeDetail.getSubscribeChain
(Session session, EntityPermission entityPermission) ContactListTypeDetail.getSubscribeChainForUpdate()
ContactListTypeDetail.getSubscribeChainForUpdate
(Session session) ContactListTypeDetail.getUnsubscribeChain()
ContactListTypeDetail.getUnsubscribeChain
(EntityPermission entityPermission) ContactListTypeDetail.getUnsubscribeChain
(Session session) ContactListTypeDetail.getUnsubscribeChain
(Session session, EntityPermission entityPermission) ContactListTypeDetail.getUnsubscribeChainForUpdate()
ContactListTypeDetail.getUnsubscribeChainForUpdate
(Session session) Methods in com.echothree.model.data.contactlist.server.entity with parameters of type ChainModifier and TypeMethodDescriptionvoid
ContactListTypeDetail.setConfirmationRequestChain
(Chain entity) void
ContactListTypeDetail.setSubscribeChain
(Chain entity) void
ContactListTypeDetail.setUnsubscribeChain
(Chain entity) -
Uses of Chain in com.echothree.model.data.contactlist.server.factory
Methods in com.echothree.model.data.contactlist.server.factory with parameters of type ChainModifier and TypeMethodDescriptionContactListTypeDetailFactory.create
(ContactListType contactListType, String contactListTypeName, Chain confirmationRequestChain, Chain subscribeChain, Chain unsubscribeChain, Boolean usedForSolicitation, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContactListTypeDetailFactory.create
(Session session, ContactListType contactListType, String contactListTypeName, Chain confirmationRequestChain, Chain subscribeChain, Chain unsubscribeChain, Boolean usedForSolicitation, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of Chain in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return ChainModifier and TypeMethodDescriptionOfferChainType.getChain()
OfferChainType.getChain
(EntityPermission entityPermission) OfferChainType.getChain
(Session session, EntityPermission entityPermission) OfferChainType.getChainForUpdate()
OfferChainType.getChainForUpdate
(Session session) Methods in com.echothree.model.data.offer.server.entity with parameters of type Chain -
Uses of Chain in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory with parameters of type Chain -
Uses of Chain in com.echothree.model.data.subscription.server.entity
Methods in com.echothree.model.data.subscription.server.entity that return ChainModifier and TypeMethodDescriptionSubscriptionTypeChain.getChain()
SubscriptionTypeChain.getChain
(EntityPermission entityPermission) SubscriptionTypeChain.getChain
(Session session, EntityPermission entityPermission) SubscriptionTypeChain.getChainForUpdate()
SubscriptionTypeChain.getChainForUpdate
(Session session) Methods in com.echothree.model.data.subscription.server.entity with parameters of type Chain -
Uses of Chain in com.echothree.model.data.subscription.server.factory
Methods in com.echothree.model.data.subscription.server.factory with parameters of type ChainModifier and TypeMethodDescriptionSubscriptionTypeChainFactory.create
(SubscriptionType subscriptionType, Chain chain, Long remainingTime, Long fromTime, Long thruTime) SubscriptionTypeChainFactory.create
(Session session, SubscriptionType subscriptionType, Chain chain, Long remainingTime, Long fromTime, Long thruTime)