Uses of Class
com.echothree.model.data.chain.server.entity.ChainKind
Packages that use ChainKind
Package
Description
-
Uses of ChainKind in com.echothree.control.user.chain.server.command
Fields in com.echothree.control.user.chain.server.command declared as ChainKindMethods in com.echothree.control.user.chain.server.command that return ChainKindModifier and TypeMethodDescriptionEditChainKindCommand.getEntity(EditChainKindResult result) protected ChainKindGetChainKindCommand.getEntity()EditChainKindCommand.getLockEntity(ChainKind chainKind) EditChainKindDescriptionCommand.getLockEntity(ChainKindDescription chainKindDescription) Methods in com.echothree.control.user.chain.server.command that return types with arguments of type ChainKindModifier and TypeMethodDescriptionprotected Collection<ChainKind> GetChainKindsCommand.getEntities()Methods in com.echothree.control.user.chain.server.command with parameters of type ChainKindModifier and TypeMethodDescriptionvoidvoidEditChainKindCommand.doLock(ChainKindEdit edit, ChainKind chainKind) voidvoidEditChainKindCommand.fillInResult(EditChainKindResult result, ChainKind chainKind) EditChainKindCommand.getLockEntity(ChainKind chainKind) protected BaseResultMethod parameters in com.echothree.control.user.chain.server.command with type arguments of type ChainKindModifier and TypeMethodDescriptionprotected BaseResultGetChainKindsCommand.getResult(Collection<ChainKind> entities) -
Uses of ChainKind in com.echothree.model.control.chain.server.control
Methods in com.echothree.model.control.chain.server.control that return ChainKindModifier and TypeMethodDescriptionChainControl.createChainKind(String chainKindName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ChainControl.getChainKindByEntityInstance(EntityInstance entityInstance) ChainControl.getChainKindByEntityInstance(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.ChainKindChainControl.getChainKindByEntityInstanceForUpdate(EntityInstance entityInstance) ChainControl.getChainKindByName(String chainKindName) ChainControl.getChainKindByName(String chainKindName, EntityPermission entityPermission) ChainControl.getChainKindByNameForUpdate(String chainKindName) ChainControl.getDefaultChainKind()ChainControl.getDefaultChainKind(EntityPermission entityPermission) ChainControl.getDefaultChainKindForUpdate()Methods in com.echothree.model.control.chain.server.control that return types with arguments of type ChainKindModifier and TypeMethodDescriptionChainControl.getChainKinds()ChainControl.getChainKindsForUpdate()Methods in com.echothree.model.control.chain.server.control with parameters of type ChainKindModifier and TypeMethodDescriptionlongChainControl.countChainActionTypeUsesByChainKind(ChainKind chainKind) longChainControl.countChainTypesByChainKind(ChainKind chainKind) ChainControl.createChainActionTypeUse(ChainKind chainKind, ChainActionType chainActionType, Boolean isDefault) ChainControl.createChainKindDescription(ChainKind chainKind, Language language, String description, BasePK createdBy) ChainControl.createChainType(ChainKind chainKind, String chainTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) voidChainControl.deleteChainKind(ChainKind chainKind, BasePK deletedBy) voidChainControl.deleteChainKindDescriptionsByChainKind(ChainKind chainKind, BasePK deletedBy) voidChainControl.deleteChainTypesByChainKind(ChainKind chainKind, BasePK deletedBy) ChainControl.getBestChainKindDescription(ChainKind chainKind, Language language) ChainControl.getChainActionTypeUse(ChainKind chainKind, ChainActionType chainActionType) ChainControl.getChainKindDescription(ChainKind chainKind, Language language) ChainControl.getChainKindDescriptionForUpdate(ChainKind chainKind, Language language) ChainControl.getChainKindDescriptionsByChainKind(ChainKind chainKind) ChainControl.getChainKindDescriptionsByChainKindForUpdate(ChainKind chainKind) ChainControl.getChainKindDescriptionTransfersByChainKind(UserVisit userVisit, ChainKind chainKind) ChainControl.getChainKindDescriptionValueForUpdate(ChainKind chainKind, Language language) ChainControl.getChainKindDetailValueForUpdate(ChainKind chainKind) ChainControl.getChainKindTransfer(UserVisit userVisit, ChainKind chainKind) ChainControl.getChainTypeByName(ChainKind chainKind, String chainTypeName) ChainControl.getChainTypeByName(ChainKind chainKind, String chainTypeName, EntityPermission entityPermission) ChainControl.getChainTypeByNameForUpdate(ChainKind chainKind, String chainTypeName) ChainControl.getChainTypeChoices(String defaultChainTypeChoice, Language language, boolean allowNullChoice, ChainKind chainKind) ChainControl.getChainTypeDetailValueByNameForUpdate(ChainKind chainKind, String chainTypeName) ChainControl.getChainTypesByChainKind(ChainKind chainKind) ChainControl.getChainTypesByChainKindForUpdate(ChainKind chainKind) ChainControl.getChainTypeTransfersByChainKind(UserVisit userVisit, ChainKind chainKind) ChainControl.getDefaultChainType(ChainKind chainKind) ChainControl.getDefaultChainType(ChainKind chainKind, EntityPermission entityPermission) ChainControl.getDefaultChainTypeDetailValueForUpdate(ChainKind chainKind) ChainControl.getDefaultChainTypeForUpdate(ChainKind chainKind) Method parameters in com.echothree.model.control.chain.server.control with type arguments of type ChainKindModifier and TypeMethodDescriptionChainControl.getChainKindTransfers(UserVisit userVisit, Collection<ChainKind> chainKinds) -
Uses of ChainKind in com.echothree.model.control.chain.server.graphql
Constructors in com.echothree.model.control.chain.server.graphql with parameters of type ChainKind -
Uses of ChainKind in com.echothree.model.control.chain.server.logic
Methods in com.echothree.model.control.chain.server.logic that return ChainKindModifier and TypeMethodDescriptionChainKindLogic.createChainKind(ExecutionErrorAccumulator eea, String chainKindName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) ChainKindLogic.getChainKindByName(ExecutionErrorAccumulator eea, String chainKindName) ChainKindLogic.getChainKindByName(ExecutionErrorAccumulator eea, String chainKindName, EntityPermission entityPermission) ChainKindLogic.getChainKindByNameForUpdate(ExecutionErrorAccumulator eea, String chainKindName) ChainKindLogic.getChainKindByUniversalSpec(ExecutionErrorAccumulator eea, ChainKindUniversalSpec universalSpec, boolean allowDefault) ChainKindLogic.getChainKindByUniversalSpec(ExecutionErrorAccumulator eea, ChainKindUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) ChainKindLogic.getChainKindByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, ChainKindUniversalSpec universalSpec, boolean allowDefault) Methods in com.echothree.model.control.chain.server.logic with parameters of type ChainKindModifier and TypeMethodDescriptionChainTypeLogic.createChainType(ExecutionErrorAccumulator eea, ChainKind chainKind, String chainTypeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) voidChainKindLogic.deleteChainKind(ExecutionErrorAccumulator eea, ChainKind chainKind, BasePK deletedBy) ChainTypeLogic.getChainTypeByName(ExecutionErrorAccumulator eea, ChainKind chainKind, String chainTypeName) ChainTypeLogic.getChainTypeByName(ExecutionErrorAccumulator eea, ChainKind chainKind, String chainTypeName, EntityPermission entityPermission) ChainTypeLogic.getChainTypeByNameForUpdate(ExecutionErrorAccumulator eea, ChainKind chainKind, String chainTypeName) -
Uses of ChainKind in com.echothree.model.control.chain.server.transfer
Methods in com.echothree.model.control.chain.server.transfer with parameters of type ChainKindModifier and TypeMethodDescriptionChainKindTransferCache.getChainKindTransfer(UserVisit userVisit, ChainKind chainKind) -
Uses of ChainKind in com.echothree.model.data.chain.server.entity
Methods in com.echothree.model.data.chain.server.entity that return ChainKindModifier and TypeMethodDescriptionChainActionTypeUse.getChainKind()ChainActionTypeUse.getChainKind(EntityPermission entityPermission) ChainKindDescription.getChainKind()ChainKindDescription.getChainKind(EntityPermission entityPermission) ChainKindDetail.getChainKind()ChainKindDetail.getChainKind(EntityPermission entityPermission) ChainTypeDetail.getChainKind()ChainTypeDetail.getChainKind(EntityPermission entityPermission) ChainActionTypeUse.getChainKindForUpdate()ChainKindDescription.getChainKindForUpdate()ChainKindDetail.getChainKindForUpdate()ChainTypeDetail.getChainKindForUpdate()Methods in com.echothree.model.data.chain.server.entity with parameters of type ChainKindModifier and TypeMethodDescriptionvoidChainActionTypeUse.setChainKind(ChainKind entity) voidChainKindDescription.setChainKind(ChainKind entity) voidChainKindDetail.setChainKind(ChainKind entity) voidChainTypeDetail.setChainKind(ChainKind entity) -
Uses of ChainKind in com.echothree.model.data.chain.server.factory
Methods in com.echothree.model.data.chain.server.factory that return ChainKindModifier and TypeMethodDescriptionChainKindFactory.create()ChainKindFactory.create(ChainKindDetailPK activeDetailPK, ChainKindDetailPK lastDetailPK) ChainKindFactory.create(ChainKindDetail activeDetail, ChainKindDetail lastDetail) ChainKindFactory.getEntityFromCache(ChainKindPK pk) ChainKindFactory.getEntityFromPK(EntityPermission entityPermission, ChainKindPK pk) ChainKindFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ChainKindFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ChainKindFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ChainKindFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ChainKindFactory.getEntityFromValue(EntityPermission entityPermission, ChainKindValue value) Methods in com.echothree.model.data.chain.server.factory that return types with arguments of type ChainKindModifier and TypeMethodDescriptionChainKindFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ChainKindPK> pks) ChainKindFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ChainKindFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ChainKindFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ChainKindFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.chain.server.factory with parameters of type ChainKindModifier and TypeMethodDescriptionChainActionTypeUseFactory.create(ChainKind chainKind, ChainActionType chainActionType, Boolean isDefault) ChainKindDescriptionFactory.create(ChainKind chainKind, Language language, String description, Long fromTime, Long thruTime) ChainKindDetailFactory.create(ChainKind chainKind, String chainKindName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ChainTypeDetailFactory.create(ChainType chainType, ChainKind chainKind, String chainTypeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) voidvoidMethod parameters in com.echothree.model.data.chain.server.factory with type arguments of type ChainKind -
Uses of ChainKind in com.echothree.model.data.survey.server.entity
Methods in com.echothree.model.data.survey.server.entity that return ChainKindModifier and TypeMethodDescriptionSurveyType.getChainKind()SurveyType.getChainKind(EntityPermission entityPermission) SurveyType.getChainKindForUpdate()Methods in com.echothree.model.data.survey.server.entity with parameters of type ChainKind -
Uses of ChainKind in com.echothree.model.data.survey.server.factory
Methods in com.echothree.model.data.survey.server.factory with parameters of type ChainKindModifier and TypeMethodDescription