Package de.xima.fc.api.entity
Class ClientCounterApi
API for
ClientCounter
s that can be accessed via APIProvider
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields inherited from class de.xima.fc.api.entity.AEntityAPI
entityClass
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetByName
(UserContext uc, Mandant client, String name) getByUuid
(UserContext uc, Mandant client, UUID uuid) Methods inherited from class de.xima.fc.api.entity.AEntityAPI
create, create, delete, delete, deleteAllBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, resultTotalCount, update, update
Methods inherited from class de.xima.fc.api.ASubAPI
getHandlerProvider
-
Constructor Details
-
ClientCounterApi
public ClientCounterApi()
-
-
Method Details
-
getByUuid
- Parameters:
uc
- UserContext to be used.client
- context to search for the counter.uuid
- UUID of the counter.- Returns:
- The counter with the given UUID that belongs to the client, or
null
when no such counter exist. - Since:
- 7.0.0
-
getByName
- Parameters:
uc
- UserContext to be used.client
- context to search for the counter.name
- name of the counter.- Returns:
- The counter with the given name that belongs to the client, or
null
when no such counter exist. - Since:
- 7.0.0
-