@Component public class AuthorizationServiceWrapper extends Object
| Constructor and Description |
|---|
AuthorizationServiceWrapper() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getEntities(org.aspectj.lang.ProceedingJoinPoint jp,
RequestContext context,
int max,
StorageService storageService) |
Object |
getEntities(org.aspectj.lang.ProceedingJoinPoint jp,
RequestContext context,
StorageService storageService) |
Object |
getEntityById(org.aspectj.lang.ProceedingJoinPoint jp,
RequestContext context,
String id,
StorageService storageService) |
void |
insertEntity(org.aspectj.lang.ProceedingJoinPoint jp,
RequestContext context,
SimpleEntity entity,
StorageService storageService) |
void |
intialize() |
void |
removeEntity(org.aspectj.lang.ProceedingJoinPoint jp,
RequestContext context,
SimpleEntity entity,
StorageService storageService) |
void |
removeEntity(org.aspectj.lang.ProceedingJoinPoint jp,
RequestContext context,
String internalId,
StorageService storageService) |
Object |
search(org.aspectj.lang.ProceedingJoinPoint jp,
RequestContext context,
StorageService storageService) |
void |
updateEntity(org.aspectj.lang.ProceedingJoinPoint jp,
RequestContext context,
SimpleEntity entity,
StorageService storageService) |
@PostConstruct public void intialize() throws ConfigurationException
ConfigurationExceptionpublic void insertEntity(org.aspectj.lang.ProceedingJoinPoint jp,
RequestContext context,
SimpleEntity entity,
StorageService storageService)
throws Throwable
Throwablepublic void removeEntity(org.aspectj.lang.ProceedingJoinPoint jp,
RequestContext context,
SimpleEntity entity,
StorageService storageService)
throws Throwable
Throwablepublic void removeEntity(org.aspectj.lang.ProceedingJoinPoint jp,
RequestContext context,
String internalId,
StorageService storageService)
throws Throwable
Throwablepublic void updateEntity(org.aspectj.lang.ProceedingJoinPoint jp,
RequestContext context,
SimpleEntity entity,
StorageService storageService)
throws Throwable
Throwablepublic Object getEntityById(org.aspectj.lang.ProceedingJoinPoint jp, RequestContext context, String id, StorageService storageService) throws Throwable
Throwablepublic Object getEntities(org.aspectj.lang.ProceedingJoinPoint jp, RequestContext context, StorageService storageService) throws Throwable
Throwablepublic Object getEntities(org.aspectj.lang.ProceedingJoinPoint jp, RequestContext context, int max, StorageService storageService) throws Throwable
Throwablepublic Object search(org.aspectj.lang.ProceedingJoinPoint jp, RequestContext context, StorageService storageService) throws Throwable
ThrowableCopyright © 2015. All rights reserved.