A C E F G H I O P S T 

A

AccessDeniedException - Exception in org.sklsft.commons.api.exception.rights
Exception thrown by rights manager if a user is rejected when accessing a resource
AccessDeniedException() - Constructor for exception org.sklsft.commons.api.exception.rights.AccessDeniedException
 
AccessDeniedException(String) - Constructor for exception org.sklsft.commons.api.exception.rights.AccessDeniedException
 
AccessDeniedException(String, Throwable) - Constructor for exception org.sklsft.commons.api.exception.rights.AccessDeniedException
 
ApplicationException - Exception in org.sklsft.commons.api.exception
This RuntimeException is used to be handled by several aspects
It overrides the message to enable the serialization/deserialization using setters as required in json serialization for instance
ApplicationException() - Constructor for exception org.sklsft.commons.api.exception.ApplicationException
 
ApplicationException(String) - Constructor for exception org.sklsft.commons.api.exception.ApplicationException
 
ApplicationException(String, Throwable) - Constructor for exception org.sklsft.commons.api.exception.ApplicationException
 

C

canUpdate - Variable in class org.sklsft.commons.api.model.FullView
 
compareTo(SelectItem) - Method in class org.sklsft.commons.api.model.SelectItem
 

E

equals(Object) - Method in class org.sklsft.commons.api.model.Pair
 
equals(Object) - Method in class org.sklsft.commons.api.model.SelectItem
 
ERROR_UNKNOWN - Static variable in exception org.sklsft.commons.api.exception.ApplicationException
 
ErrorReport - Class in org.sklsft.commons.api.exception
A class used to serialize an ApplicationException in json
ErrorReport() - Constructor for class org.sklsft.commons.api.exception.ErrorReport
 

F

form - Variable in class org.sklsft.commons.api.model.FullView
 
FullView<T extends Serializable,U extends Serializable> - Class in org.sklsft.commons.api.model
This class can be extended to represent the full view of an object
It can be used as the result of a get method
It basically consists of an id and a form which must be serializable
FullView() - Constructor for class org.sklsft.commons.api.model.FullView
 

G

getCanUpdate() - Method in class org.sklsft.commons.api.model.FullView
 
getExceptionClassName() - Method in class org.sklsft.commons.api.exception.ErrorReport
 
getForm() - Method in class org.sklsft.commons.api.model.FullView
 
getId() - Method in class org.sklsft.commons.api.model.FullView
 
getId() - Method in class org.sklsft.commons.api.model.SelectItem
 
getKey() - Method in class org.sklsft.commons.api.model.Pair
 
getLabel() - Method in class org.sklsft.commons.api.model.SelectItem
 
getLeft() - Method in class org.sklsft.commons.api.model.Pair
 
getMessage() - Method in exception org.sklsft.commons.api.exception.ApplicationException
 
getMessage() - Method in class org.sklsft.commons.api.exception.ErrorReport
 
getRight() - Method in class org.sklsft.commons.api.model.Pair
 
getValue() - Method in class org.sklsft.commons.api.model.Pair
 

H

hashCode() - Method in class org.sklsft.commons.api.model.Pair
Returns a suitable hash code.
hashCode() - Method in class org.sklsft.commons.api.model.SelectItem
 

I

id - Variable in class org.sklsft.commons.api.model.FullView
 
InvalidStateException - Exception in org.sklsft.commons.api.exception.state
Exception thrown by state manager if an operation on an object is impossible due to its state
InvalidStateException(String) - Constructor for exception org.sklsft.commons.api.exception.state.InvalidStateException
 
InvalidStateException(String, Throwable) - Constructor for exception org.sklsft.commons.api.exception.state.InvalidStateException
 

O

ObjectNotFoundException - Exception in org.sklsft.commons.api.exception.repository
Exception thrown when a dao does not find a requested object
Similar to hibernate ObjectNotFoundException
ObjectNotFoundException() - Constructor for exception org.sklsft.commons.api.exception.repository.ObjectNotFoundException
 
ObjectNotFoundException(String) - Constructor for exception org.sklsft.commons.api.exception.repository.ObjectNotFoundException
 
ObjectNotFoundException(String, Throwable) - Constructor for exception org.sklsft.commons.api.exception.repository.ObjectNotFoundException
 
of(L, R) - Method in class org.sklsft.commons.api.model.Pair
 
OperationDeniedException - Exception in org.sklsft.commons.api.exception.rights
Exception thrown by rights manager if a user is rejected when proceeding an operation
OperationDeniedException() - Constructor for exception org.sklsft.commons.api.exception.rights.OperationDeniedException
 
OperationDeniedException(String) - Constructor for exception org.sklsft.commons.api.exception.rights.OperationDeniedException
 
OperationDeniedException(String, Throwable) - Constructor for exception org.sklsft.commons.api.exception.rights.OperationDeniedException
 
org.sklsft.commons.api.exception - package org.sklsft.commons.api.exception
 
org.sklsft.commons.api.exception.repository - package org.sklsft.commons.api.exception.repository
 
org.sklsft.commons.api.exception.rights - package org.sklsft.commons.api.exception.rights
 
org.sklsft.commons.api.exception.state - package org.sklsft.commons.api.exception.state
 
org.sklsft.commons.api.model - package org.sklsft.commons.api.model
 

P

Pair<L,R> - Class in org.sklsft.commons.api.model
A pair consisting of two elements.
Pair(L, R) - Constructor for class org.sklsft.commons.api.model.Pair
 
Pair() - Constructor for class org.sklsft.commons.api.model.Pair
 

S

SelectItem - Class in org.sklsft.commons.api.model
Tuple to be used for instance in JSF dropdown options
SelectItem() - Constructor for class org.sklsft.commons.api.model.SelectItem
 
SelectItem(Long, String) - Constructor for class org.sklsft.commons.api.model.SelectItem
 
setCanUpdate(boolean) - Method in class org.sklsft.commons.api.model.FullView
 
setExceptionClassName(String) - Method in class org.sklsft.commons.api.exception.ErrorReport
 
setForm(U) - Method in class org.sklsft.commons.api.model.FullView
 
setId(T) - Method in class org.sklsft.commons.api.model.FullView
 
setId(Long) - Method in class org.sklsft.commons.api.model.SelectItem
 
setLabel(String) - Method in class org.sklsft.commons.api.model.SelectItem
 
setLeft(L) - Method in class org.sklsft.commons.api.model.Pair
 
setMessage(String) - Method in exception org.sklsft.commons.api.exception.ApplicationException
 
setMessage(String) - Method in class org.sklsft.commons.api.exception.ErrorReport
 
setRight(R) - Method in class org.sklsft.commons.api.model.Pair
 
setValue(R) - Method in class org.sklsft.commons.api.model.Pair
 

T

TechnicalError - Exception in org.sklsft.commons.api.exception
Exception thrown when no cause can be invoked else a technical cause or a bug
TechnicalError() - Constructor for exception org.sklsft.commons.api.exception.TechnicalError
 
TechnicalError(String) - Constructor for exception org.sklsft.commons.api.exception.TechnicalError
 
TechnicalError(String, Throwable) - Constructor for exception org.sklsft.commons.api.exception.TechnicalError
 
toString() - Method in class org.sklsft.commons.api.model.Pair
Returns a String representation of this pair using the format ($left,$right).
toString(String) - Method in class org.sklsft.commons.api.model.Pair
Formats the receiver using the given format.
A C E F G H I O P S T 

Copyright © 2017. All rights reserved.