Uses of Class
net.anotheria.asg.exception.ASGRuntimeException
-
Packages that use ASGRuntimeException Package Description net.anotheria.asg.exception net.anotheria.asg.service net.anotheria.asg.service.remote -
-
Uses of ASGRuntimeException in net.anotheria.asg.exception
Subclasses of ASGRuntimeException in net.anotheria.asg.exception Modifier and Type Class Description classConstantNotFoundExceptionException thrown by getConstantByXXX methods of generated Enum types if no enum's constant with such property found. -
Uses of ASGRuntimeException in net.anotheria.asg.service
Methods in net.anotheria.asg.service that throw ASGRuntimeException Modifier and Type Method Description voidInMemoryService. clear()Clears all data if the instance is unpaired.TCRUDService. create(T t)Creates a new T.voidCRUDService. delete(T t)Deletes the object.TCRUDService. get(java.lang.String id)Returns an instance of T with the given id.voidInMemoryService. pairTo(T instance)Pairs this instance to another service.voidInMemoryService. readFrom(T anInstance)Reads the data from a given instance.voidInMemoryService. synchBack()Synchs the data back to the paired instance.voidInMemoryService. synchTo(T anInstance)Synches current data to a service instance.voidInMemoryService. unpair(T instance)Unpairs the service.TCRUDService. update(T t)Updates an object. -
Uses of ASGRuntimeException in net.anotheria.asg.service.remote
Methods in net.anotheria.asg.service.remote that throw ASGRuntimeException Modifier and Type Method Description protected abstract TBaseRemoteServiceStub. getDelegate()getDelegate.
-