Uses of Class
org.openiam.idm.srvc.counter.dto.CounterDTO
-
Packages that use CounterDTO Package Description org.openiam.base.request org.openiam.common.beans.mq org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.srvc.counter -
-
Uses of CounterDTO in org.openiam.base.request
Constructors in org.openiam.base.request with parameters of type CounterDTO Constructor Description CounterCrudRequest(CounterDTO object, AttributeOperationEnum operation)
-
Uses of CounterDTO in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq with parameters of type CounterDTO Modifier and Type Method Description CounterResponse
CounterRabbitMQService. create(CounterDTO counterDTO)
-
Uses of CounterDTO in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return CounterDTO Modifier and Type Method Description CounterDTO
CounterService. create(CounterDTO counterDTO)
Create a new counter with given initial valueMethods in org.openiam.esb.core.service with parameters of type CounterDTO Modifier and Type Method Description CounterDTO
CounterService. create(CounterDTO counterDTO)
Create a new counter with given initial value -
Uses of CounterDTO in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return CounterDTO Modifier and Type Method Description CounterDTO
CounterServiceImpl. create(CounterDTO counterDTO)
Methods in org.openiam.esb.core.service.impl with parameters of type CounterDTO Modifier and Type Method Description CounterDTO
CounterServiceImpl. create(CounterDTO counterDTO)
-
Uses of CounterDTO in org.openiam.srvc.counter
Methods in org.openiam.srvc.counter with parameters of type CounterDTO Modifier and Type Method Description CounterResponse
CounterWebService. create(CounterDTO counterDTO)
CounterResponse
CounterWebServiceImpl. create(CounterDTO counterDTO)
-