@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
ConfigurationException
public void insertEntity(org.aspectj.lang.ProceedingJoinPoint jp, RequestContext context, SimpleEntity entity, StorageService storageService) throws Throwable
Throwable
public void removeEntity(org.aspectj.lang.ProceedingJoinPoint jp, RequestContext context, SimpleEntity entity, StorageService storageService) throws Throwable
Throwable
public void removeEntity(org.aspectj.lang.ProceedingJoinPoint jp, RequestContext context, String internalId, StorageService storageService) throws Throwable
Throwable
public void updateEntity(org.aspectj.lang.ProceedingJoinPoint jp, RequestContext context, SimpleEntity entity, StorageService storageService) throws Throwable
Throwable
public Object getEntityById(org.aspectj.lang.ProceedingJoinPoint jp, RequestContext context, String id, StorageService storageService) throws Throwable
Throwable
public Object getEntities(org.aspectj.lang.ProceedingJoinPoint jp, RequestContext context, StorageService storageService) throws Throwable
Throwable
public Object getEntities(org.aspectj.lang.ProceedingJoinPoint jp, RequestContext context, int max, StorageService storageService) throws Throwable
Throwable
public Object search(org.aspectj.lang.ProceedingJoinPoint jp, RequestContext context, StorageService storageService) throws Throwable
Throwable
Copyright © 2015. All rights reserved.