A E F G H L P R S T U 

A

AbstractUnitOfWork<T> - Class in at.ipsquare.commons.core.interfaces
Abstract base class for UnitOfWork implementations.
AbstractUnitOfWork() - Constructor for class at.ipsquare.commons.core.interfaces.AbstractUnitOfWork
 
at.ipsquare.commons.core.interfaces - package at.ipsquare.commons.core.interfaces
This package contains interfaces and abstract classes as well as directly related types, that are useful in most projects.
at.ipsquare.commons.core.util - package at.ipsquare.commons.core.util
Various utility classes.

E

execute() - Method in interface at.ipsquare.commons.core.interfaces.UnitOfWork
Performs some operations and returns the results.
executeUnitOfWork(UnitOfWork<T>) - Method in interface at.ipsquare.commons.core.interfaces.UnitOfWorkExecutor
Executes the given UnitOfWork in an implementation defined context and returns its result.
ExecutionError - Exception in at.ipsquare.commons.core.interfaces
Thrown by UnitOfWorkExecutors if executing UnitOfWork.execute() fails.
ExecutionError(String) - Constructor for exception at.ipsquare.commons.core.interfaces.ExecutionError
 
ExecutionError(String, Throwable) - Constructor for exception at.ipsquare.commons.core.interfaces.ExecutionError
 
ExecutionError(Throwable) - Constructor for exception at.ipsquare.commons.core.interfaces.ExecutionError
 

F

firstElementBelowClass() - Static method in class at.ipsquare.commons.core.util.StackTrace
Returns the first element in the stack that does not originate from the class of the caller.

G

generate(T) - Method in interface at.ipsquare.commons.core.interfaces.StringGenerator
Generates a string from the given object.
get() - Static method in class at.ipsquare.commons.core.util.StackTrace
Returns the current stack trace, starting with the invocation of this method (unlike Thread.getStackTrace()).
getFile(String) - Static method in class at.ipsquare.commons.core.util.LocalResources
Returns a file object for the given path.
getId() - Method in interface at.ipsquare.commons.core.interfaces.HasId
Returns the ID.
getName() - Method in class at.ipsquare.commons.core.interfaces.AbstractUnitOfWork
 
getName() - Method in interface at.ipsquare.commons.core.interfaces.UnitOfWork
A name (most likely for logging purposes).
getStream(String) - Static method in class at.ipsquare.commons.core.util.LocalResources
Returns an InputStream for the given path.
getUrl(String) - Static method in class at.ipsquare.commons.core.util.LocalResources

H

HasId<T> - Interface in at.ipsquare.commons.core.interfaces
Interface for types (usually entities) that have some kind of ID.

L

LocalResources - Class in at.ipsquare.commons.core.util
For loading local resources from the classpath.
logElapsed() - Method in class at.ipsquare.commons.core.util.PerformanceLogger
logElapsed(String) - Method in class at.ipsquare.commons.core.util.PerformanceLogger
Logs the elapsed time if it is above the threshold.
logElapsedAndRestart() - Method in class at.ipsquare.commons.core.util.PerformanceLogger
logElapsedAndRestart(String) - Method in class at.ipsquare.commons.core.util.PerformanceLogger
Logs the elapsed time if it is above the threshold and restarts the internal timer.

P

PerformanceLogger - Class in at.ipsquare.commons.core.util
A simple performance logger.
PerformanceLogger() - Constructor for class at.ipsquare.commons.core.util.PerformanceLogger
Constructs a new PerformanceLogger with no threshold.
PerformanceLogger(long) - Constructor for class at.ipsquare.commons.core.util.PerformanceLogger
Constructs a new PerformanceLogger.

R

restart() - Method in class at.ipsquare.commons.core.util.PerformanceLogger
Restarts the internal timer.

S

StackTrace - Class in at.ipsquare.commons.core.util
Utility methods for dealing with stack traces.
StringGenerator<T> - Interface in at.ipsquare.commons.core.interfaces
Interface for generating strings from various objects.

T

toString() - Method in class at.ipsquare.commons.core.interfaces.AbstractUnitOfWork
 

U

UnitOfWork<T> - Interface in at.ipsquare.commons.core.interfaces
An interface that represents a single Unit of Work.
UnitOfWorkExecutor - Interface in at.ipsquare.commons.core.interfaces
An API for executing UnitOfWork instances.
A E F G H L P R S T U 

Copyright © 2012-2013 IP SQUARE. All Rights Reserved.