Uses of Class
de.xima.fc.entities.ClientCounter
-
Packages that use ClientCounter Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.counter de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.gui.bean.data de.xima.fc.gui.event.entity de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.importer.config de.xima.fc.interfaces.workflow de.xima.fc.ms.listener de.xima.fc.testhelper de.xima.fc.timing Logic for the scheduling of tasksde.xima.fc.workflow.designer.bean de.xima.fc.workflow.designer.model de.xima.fc.workflow.processor.factory de.xima.fc.workflow.processor.logic de.xima.fc.workflow.processor.logic.validation de.xima.fc.workflow.taglib.model -
-
Uses of ClientCounter in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return ClientCounter Modifier and Type Method Description ClientCounter
ClientCounterApi. getByName(UserContext uc, Mandant client, String name)
ClientCounter
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 ClientCounter Modifier and Type Method Description static 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 ClientCounter Modifier and Type Method Description ClientCounter
ClientCounterDao. getByName(IEntityContext ec, Mandant client, String name)
ClientCounter
ClientCounterDao. getByUuid(IEntityContext ec, Mandant client, UUID uuid)
Methods in de.xima.fc.dao.impl that return types with arguments of type ClientCounter Modifier and Type Method Description protected IFCDaoActionHook<ClientCounter>
ClientCounterDao. getPreActionHook()
Methods in de.xima.fc.dao.impl with parameters of type ClientCounter Modifier and Type Method Description String
ClientCounterDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, ClientCounter exclude)
Set<de.xima.cmn.dao.interfaces.IEntity<Long>>
ClientCounterDao. getEntityRefs(IEntityContext ec, ClientCounter resource)
-
Uses of ClientCounter in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return ClientCounter Modifier and Type Method Description ClientCounter
IClientCounterDao. getByName(IEntityContext ec, Mandant client, String name)
ClientCounter
IClientCounterDao. getByUuid(IEntityContext ec, Mandant client, UUID uuid)
Methods in de.xima.fc.dao.interfaces with parameters of type ClientCounter Modifier and Type Method Description String
IClientCounterDao. 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 ClientCounter Modifier and Type Method Description IEntityListModelSelectByView<ClientCounter>
ClientCounterConfigBean. getModel()
Methods in de.xima.fc.gui.bean.data with parameters of type ClientCounter Modifier and Type Method Description void
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 ClientCounter Constructor Description ClientCounterModifiedEvent(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 ClientCounter Modifier and Type Method Description ClientCounter
ClientCounterHandler. getByName(UserContext uc, Mandant client, String name)
ClientCounter
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 ClientCounter Modifier and Type Method Description ClientCounter
IClientCounterHandler. getByName(UserContext uc, Mandant client, String name)
ClientCounter
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 ClientCounter Modifier and Type Method Description protected 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 Modifier and Type Method Description List<ClientCounter>
IWorkflowProvider. getAllClientCounters()
-
Uses of ClientCounter in de.xima.fc.ms.listener
Methods in de.xima.fc.ms.listener that return types with arguments of type ClientCounter Modifier and Type Method Description static 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 ClientCounter Modifier and Type Method Description static 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 ClientCounter Modifier and Type Method Description static 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 Modifier and Type Method Description List<ClientCounter>
WorkflowProviderBean. getAllClientCounters()
-
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 ClientCounter Modifier and Type Method Description List<ClientCounter>
WorkflowRequestContextModel. getClientCounters()
Method parameters in de.xima.fc.workflow.designer.model with type arguments of type ClientCounter Modifier and Type Method Description void
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 ClientCounter Modifier and Type Method Description static 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 WorkflowNode
WorkflowNodeFactory. counterDecrement(ClientCounter counter, String step)
Creates a new workflow node 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 WorkflowNode
WorkflowNodeFactory. counterReset(ClientCounter counter)
Creates a new workflow node 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 ClientCounter Modifier and Type Method Description static 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 Modifier and Type Method Description List<ClientCounter>
ValidationWorkflowProvider. getAllClientCounters()
-
Uses of ClientCounter in de.xima.fc.workflow.taglib.model
Methods in de.xima.fc.workflow.taglib.model with parameters of type ClientCounter Modifier and Type Method Description static ClientClientCounterView
ClientClientCounterView. forClientCounter(ClientCounter counter)
-