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 ClientCounterClientCounterApi. getByName(UserContext uc, Mandant client, String name)ClientCounterClientCounterApi. 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 booleanCounterProcessor. 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 ClientCounterClientCounterDao. getByName(IEntityContext ec, Mandant client, String name)ClientCounterClientCounterDao. 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 StringClientCounterDao. 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 ClientCounterIClientCounterDao. getByName(IEntityContext ec, Mandant client, String name)ClientCounterIClientCounterDao. getByUuid(IEntityContext ec, Mandant client, UUID uuid)Methods in de.xima.fc.dao.interfaces with parameters of type ClientCounter Modifier and Type Method Description StringIClientCounterDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, ClientCounter exclude)Returns a name that is not taken by anotherClientCounterin 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 voidClientCounterConfigBean.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 ClientCounterClientCounterHandler. getByName(UserContext uc, Mandant client, String name)ClientCounterClientCounterHandler. 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 ClientCounterIClientCounterHandler. getByName(UserContext uc, Mandant client, String name)ClientCounterIClientCounterHandler. 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 ClientCounterEntityDummyFactory. dummyClientCounter(Mandant client, String name)static ClientCounterEntityDummyFactory. dummyClientCounter(Mandant client, String name, int counterValue) -
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.JobKeyJobKeyFactory. getClientCounterKey(ClientCounter counter)static org.quartz.TriggerKeyTriggerKeyFactory. 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 voidWorkflowRequestContextModel. 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 WorkflowNodeWorkflowNodeFactory. counter(ClientCounter counter, ECounterActionType actionType, String step)Creates a new workflow node for aEWorkflowNodeType.FC_COUNTERthat modifies a certain client counter.static FcCounterPropsWorkflowNodePropsFactory. counter(ClientCounter counter, ECounterActionType actionType, String step)Creates a new workflow node model for aEWorkflowNodeType.FC_COUNTERthat modifies a certain client counter.static WorkflowNodeWorkflowNodeFactory. counterDecrement(ClientCounter counter, String step)Creates a new workflow node for aEWorkflowNodeType.FC_COUNTERthat decrements a client counter.static FcCounterPropsWorkflowNodePropsFactory. counterDecrement(ClientCounter counter, String step)Creates a new workflow node model for aEWorkflowNodeType.FC_COUNTERthat decrements a client counter.static WorkflowNodeWorkflowNodeFactory. counterIncrement(ClientCounter counter, String step)Creates a new workflow node for aEWorkflowNodeType.FC_COUNTERthat increments a client counter.static FcCounterPropsWorkflowNodePropsFactory. counterIncrement(ClientCounter counter, String step)Creates a new workflow node model for aEWorkflowNodeType.FC_COUNTERthat increments a client counter.static WorkflowNodeWorkflowNodeFactory. counterReset(ClientCounter counter)Creates a new workflow node for aEWorkflowNodeType.FC_COUNTERthat resets a client counter.static FcCounterPropsWorkflowNodePropsFactory. counterReset(ClientCounter counter)Creates a new workflow node model for aEWorkflowNodeType.FC_COUNTERthat 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 ClientClientCounterViewClientClientCounterView. forClientCounter(ClientCounter counter)
-