T
- the generic typeV
- the value typepublic abstract class AbstractBusinessServiceImpl<T extends com.hack23.cia.service.api.action.common.ServiceRequest,V extends com.hack23.cia.service.api.action.common.ServiceResponse> extends Object implements BusinessService<T,V>
Constructor and Description |
---|
AbstractBusinessServiceImpl(Class<T> clazz)
Instantiates a new abstract business service impl.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends com.hack23.cia.service.api.action.common.ServiceRequest> |
getSupportedService()
Gets the supported service.
|
protected com.hack23.cia.model.internal.application.user.impl.UserAccount |
getUserAccountFromSecurityContext()
Gets the user account from security context.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
processService
public final Class<? extends com.hack23.cia.service.api.action.common.ServiceRequest> getSupportedService()
BusinessService
getSupportedService
in interface BusinessService<T extends com.hack23.cia.service.api.action.common.ServiceRequest,V extends com.hack23.cia.service.api.action.common.ServiceResponse>
protected final com.hack23.cia.model.internal.application.user.impl.UserAccount getUserAccountFromSecurityContext()
Copyright © 2010–2017 www.hack23.com. All rights reserved.