Uses of Class
com.echothree.model.data.chain.server.entity.ChainActionSurvey
Packages that use ChainActionSurvey
Package
Description
-
Uses of ChainActionSurvey in com.echothree.model.control.chain.server.control
Methods in com.echothree.model.control.chain.server.control that return ChainActionSurveyModifier and TypeMethodDescriptionChainControl.createChainActionSurvey(ChainAction chainAction, Survey survey, BasePK createdBy) ChainControl.getChainActionSurvey(ChainAction chainAction) ChainControl.getChainActionSurveyForUpdate(ChainAction chainAction) Methods in com.echothree.model.control.chain.server.control with parameters of type ChainActionSurveyModifier and TypeMethodDescriptionvoidChainControl.deleteChainActionSurvey(ChainActionSurvey chainActionSurvey, BasePK deletedBy) ChainControl.getChainActionSurveyValue(ChainActionSurvey chainActionSurvey) -
Uses of ChainActionSurvey in com.echothree.model.control.chain.server.transfer
Methods in com.echothree.model.control.chain.server.transfer with parameters of type ChainActionSurveyModifier and TypeMethodDescriptionChainActionSurveyTransferCache.getChainActionSurveyTransfer(UserVisit userVisit, ChainActionSurvey chainActionSurvey) -
Uses of ChainActionSurvey in com.echothree.model.data.chain.server.factory
Methods in com.echothree.model.data.chain.server.factory that return ChainActionSurveyModifier and TypeMethodDescriptionChainActionSurveyFactory.create(ChainActionPK chainActionPK, SurveyPK surveyPK, Long fromTime, Long thruTime) ChainActionSurveyFactory.create(ChainAction chainAction, Survey survey, Long fromTime, Long thruTime) ChainActionSurveyFactory.getEntityFromCache(ChainActionSurveyPK pk) ChainActionSurveyFactory.getEntityFromPK(EntityPermission entityPermission, ChainActionSurveyPK pk) ChainActionSurveyFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ChainActionSurveyFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ChainActionSurveyFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ChainActionSurveyFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ChainActionSurveyFactory.getEntityFromValue(EntityPermission entityPermission, ChainActionSurveyValue value) Methods in com.echothree.model.data.chain.server.factory that return types with arguments of type ChainActionSurveyModifier and TypeMethodDescriptionChainActionSurveyFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ChainActionSurveyPK> pks) ChainActionSurveyFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ChainActionSurveyFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ChainActionSurveyFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ChainActionSurveyFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.chain.server.factory with parameters of type ChainActionSurveyModifier and TypeMethodDescriptionvoidChainActionSurveyFactory.remove(ChainActionSurvey entity) voidChainActionSurveyFactory.store(ChainActionSurvey entity) Method parameters in com.echothree.model.data.chain.server.factory with type arguments of type ChainActionSurveyModifier and TypeMethodDescriptionvoidChainActionSurveyFactory.store(Collection<ChainActionSurvey> entities)