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 TypeMethodDescriptionvoidvoidvoidvoidEditChainCommand.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) voidChainControl.deleteChain(Chain chain, BasePK deletedBy) voidChainControl.deleteChainActionSetsByChain(Chain chain, BasePK deletedBy) voidChainControl.deleteChainDescriptionsByChain(Chain chain, BasePK deletedBy) voidChainControl.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 TypeMethodDescriptionvoidChainControl.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 ChainBaseChainLogic.getChain(ExecutionErrorAccumulator eea, ChainType chainType, Party party) Methods in com.echothree.model.control.chain.server.logic with parameters of type ChainModifier and TypeMethodDescriptionprotected ChainInstanceBaseChainLogic.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 ChainModifier and TypeMethodDescriptionChainTransferCache.getChainTransfer(UserVisit userVisit, Chain chain) -
Uses of Chain in com.echothree.model.control.contactlist.server.control
Methods in com.echothree.model.control.contactlist.server.control with parameters of type ChainModifier and TypeMethodDescriptionContactListControl.createContactListType(String contactListTypeName, Chain confirmationRequestChain, Chain subscribeChain, Chain unsubscribeChain, Boolean usedForSolicitation, Boolean isDefault, Integer sortOrder, BasePK createdBy) voidContactListControl.deleteContactListTypesByChain(Chain chain, BasePK deletedBy) voidContactListControl.deleteContactListTypesByConfirmationRequestChain(Chain confirmationRequestChain, BasePK deletedBy) voidContactListControl.deleteContactListTypesBySubscribeChain(Chain subscribeChain, BasePK deletedBy) voidContactListControl.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) voidOfferControl.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) ChainDescription.getChain()ChainDescription.getChain(EntityPermission entityPermission) ChainDetail.getChain()ChainDetail.getChain(EntityPermission entityPermission) ChainInstanceDetail.getChain()ChainInstanceDetail.getChain(EntityPermission entityPermission) ChainActionSetDetail.getChainForUpdate()ChainDescription.getChainForUpdate()ChainDetail.getChainForUpdate()ChainInstanceDetail.getChainForUpdate()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.getEntityFromCache(ChainPK pk) ChainFactory.getEntityFromPK(EntityPermission entityPermission, ChainPK pk) 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.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ChainFactory.getEntityFromValue(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.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.getEntitiesFromResultSet(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) ChainDescriptionFactory.create(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) ChainInstanceDetailFactory.create(ChainInstance chainInstance, String chainInstanceName, Chain chain, Long fromTime, Long thruTime) voidvoidMethod parameters in com.echothree.model.data.chain.server.factory with type arguments of type Chain -
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.getConfirmationRequestChainForUpdate()ContactListTypeDetail.getSubscribeChain()ContactListTypeDetail.getSubscribeChain(EntityPermission entityPermission) ContactListTypeDetail.getSubscribeChainForUpdate()ContactListTypeDetail.getUnsubscribeChain()ContactListTypeDetail.getUnsubscribeChain(EntityPermission entityPermission) ContactListTypeDetail.getUnsubscribeChainForUpdate()Methods in com.echothree.model.data.contactlist.server.entity with parameters of type ChainModifier and TypeMethodDescriptionvoidContactListTypeDetail.setConfirmationRequestChain(Chain entity) voidContactListTypeDetail.setSubscribeChain(Chain entity) voidContactListTypeDetail.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) -
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.getChainForUpdate()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.getChainForUpdate()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 Chain