Uses of Class
de.xima.fc.entities.ClientCounter
Packages that use ClientCounter
Package
Description
Package for the API access of the model classes.
Logic for the scheduling of tasks
-
Uses of ClientCounter in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return ClientCounterModifier and TypeMethodDescriptionClientCounterApi.getByName
(UserContext uc, Mandant client, String name) ClientCounterApi.getByUuid
(UserContext uc, Mandant client, UUID uuid) -
Uses of ClientCounter in de.xima.fc.counter
Methods in de.xima.fc.counter with parameters of type ClientCounterModifier and TypeMethodDescriptionstatic boolean
CounterProcessor.setCounterValue
(ClientCounter counter, long targetValue) Checks, if the possible target counter value can be set, with the current condition parameters. -
Uses of ClientCounter in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return ClientCounterModifier and TypeMethodDescriptionClientCounterDao.getByName
(IEntityContext ec, Mandant client, String name) ClientCounterDao.getByUuid
(IEntityContext ec, Mandant client, UUID uuid) Methods in de.xima.fc.dao.impl that return types with arguments of type ClientCounterModifier and TypeMethodDescriptionprotected IFCDaoActionHook<ClientCounter>
ClientCounterDao.getPreActionHook()
Methods in de.xima.fc.dao.impl with parameters of type ClientCounterModifier and TypeMethodDescriptionClientCounterDao.findUniqueName
(IEntityContext ec, Mandant client, String candidate, ClientCounter exclude) ClientCounterDao.getEntityRefs
(IEntityContext ec, ClientCounter resource) -
Uses of ClientCounter in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return ClientCounterModifier and TypeMethodDescriptionIClientCounterDao.getByName
(IEntityContext ec, Mandant client, String name) IClientCounterDao.getByUuid
(IEntityContext ec, Mandant client, UUID uuid) Methods in de.xima.fc.dao.interfaces with parameters of type ClientCounterModifier and TypeMethodDescriptionIClientCounterDao.findUniqueName
(IEntityContext ec, Mandant client, String candidate, ClientCounter exclude) Returns a name that is not taken by anotherClientCounter
in the given client. -
Uses of ClientCounter in de.xima.fc.gui.bean.data
Methods in de.xima.fc.gui.bean.data that return types with arguments of type ClientCounterMethods in de.xima.fc.gui.bean.data with parameters of type ClientCounterModifier and TypeMethodDescriptionvoid
ClientCounterConfigBean.EntityListModelImpl.setSelected
(ClientCounter selected) -
Uses of ClientCounter in de.xima.fc.gui.event.entity
Constructors in de.xima.fc.gui.event.entity with parameters of type ClientCounterModifierConstructorDescriptionClientCounterModifiedEvent
(ClientCounter entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec) Creates a new entity POJO with the given data. -
Uses of ClientCounter in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return ClientCounterModifier and TypeMethodDescriptionClientCounterHandler.getByName
(UserContext uc, Mandant client, String name) ClientCounterHandler.getByUuid
(UserContext uc, Mandant client, UUID uuid) -
Uses of ClientCounter in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return ClientCounterModifier and TypeMethodDescriptionIClientCounterHandler.getByName
(UserContext uc, Mandant client, String name) IClientCounterHandler.getByUuid
(UserContext uc, Mandant client, UUID uuid) -
Uses of ClientCounter in de.xima.fc.importer.config
Methods in de.xima.fc.importer.config that return types with arguments of type ClientCounterModifier and TypeMethodDescriptionprotected IGenericDao<ClientCounter>
ClientCounterImportConfig.getDao()
-
Uses of ClientCounter in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type ClientCounter -
Uses of ClientCounter in de.xima.fc.ms.listener
Methods in de.xima.fc.ms.listener that return types with arguments of type ClientCounterModifier and TypeMethodDescriptionstatic de.xima.cmn.dao.interfaces.IDaoActionListener<ClientCounter,
IEntityContext> ClientCounterDaoListener.getPostCreateListener()
static de.xima.cmn.dao.interfaces.IDaoActionListener<ClientCounter,
IEntityContext> ClientCounterDaoListener.getPostDeleteListener()
static de.xima.cmn.dao.interfaces.IDaoActionListener<ClientCounter,
IEntityContext> ClientCounterDaoListener.getPostUpdateListener()
-
Uses of ClientCounter in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return ClientCounterModifier and TypeMethodDescriptionstatic ClientCounter
EntityDummyFactory.dummyClientCounter
(Mandant client, String name) -
Uses of ClientCounter in de.xima.fc.timing
Methods in de.xima.fc.timing with parameters of type ClientCounterModifier and TypeMethodDescriptionstatic org.quartz.JobKey
JobKeyFactory.getClientCounterKey
(ClientCounter counter) static org.quartz.TriggerKey
TriggerKeyFactory.getClientCounterTrigger
(ClientCounter counter) -
Uses of ClientCounter in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type ClientCounter -
Uses of ClientCounter in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return types with arguments of type ClientCounterMethod parameters in de.xima.fc.workflow.designer.model with type arguments of type ClientCounterModifier and TypeMethodDescriptionvoid
WorkflowRequestContextModel.setClientCounters
(List<ClientCounter> clientCounters) -
Uses of ClientCounter in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type ClientCounterModifier and TypeMethodDescriptionstatic WorkflowNode
WorkflowNodeFactory.counter
(ClientCounter counter, ECounterActionType actionType, String step) Creates a new workflow node for aEWorkflowNodeType.FC_COUNTER
that modifies a certain client counter.static FcCounterProps
WorkflowNodePropsFactory.counter
(ClientCounter counter, ECounterActionType actionType, String step) Creates a new workflow node model for aEWorkflowNodeType.FC_COUNTER
that modifies a certain client counter.static WorkflowNode
WorkflowNodeFactory.counterDecrement
(ClientCounter counter, String step) Creates a new workflow node for aEWorkflowNodeType.FC_COUNTER
that decrements a client counter.static FcCounterProps
WorkflowNodePropsFactory.counterDecrement
(ClientCounter counter, String step) Creates a new workflow node model for aEWorkflowNodeType.FC_COUNTER
that decrements a client counter.static WorkflowNode
WorkflowNodeFactory.counterIncrement
(ClientCounter counter, String step) Creates a new workflow node for aEWorkflowNodeType.FC_COUNTER
that increments a client counter.static FcCounterProps
WorkflowNodePropsFactory.counterIncrement
(ClientCounter counter, String step) Creates a new workflow node model for aEWorkflowNodeType.FC_COUNTER
that increments a client counter.static WorkflowNode
WorkflowNodeFactory.counterReset
(ClientCounter counter) Creates a new workflow node for aEWorkflowNodeType.FC_COUNTER
that resets a client counter.static FcCounterProps
WorkflowNodePropsFactory.counterReset
(ClientCounter counter) Creates a new workflow node model for aEWorkflowNodeType.FC_COUNTER
that resets a client counter. -
Uses of ClientCounter in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type ClientCounterModifier and TypeMethodDescriptionstatic List<ClientCounter>
WorkflowProviderHelper.computeAllClientCounters
(IEntityContext ec, Mandant client) -
Uses of ClientCounter in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type ClientCounter -
Uses of ClientCounter in de.xima.fc.workflow.taglib.model
Methods in de.xima.fc.workflow.taglib.model with parameters of type ClientCounterModifier and TypeMethodDescriptionstatic ClientClientCounterView
ClientClientCounterView.forClientCounter
(ClientCounter counter)