Skip navigation links
A B C D E F G H I J L M N O P R S T U W Y 

C

calendarFromHour(String) - Static method in class io.github.jokoframework.utils.date.DateTimeUtils
Retorna un GregorianCalendar al cual se le asigna la hora proveída con el formato "HH" (Valor entre "00" y "29").
callGetter(Object, String) - Static method in class io.github.jokoframework.utils.reflection.ReflectionUtils
El método retorna el resultado de llamar el getter para cierto atributo "fieldName" para cierto objeto "bean", permite atributos anidados.
callGetterDynamic(Object, String, List<Integer>) - Static method in class io.github.jokoframework.utils.reflection.ReflectionUtils
El método retorna el resultado de llamar el getter de un objeto "bean" para cierto campo "field" y cuyo getter acepta una lista de Strings "parameters" como argumento, permitiendo getters mas dinámicos.
callSetter(Object, String, Object) - Static method in class io.github.jokoframework.utils.reflection.ReflectionUtils
El método llama el setter para cierto atributo "fieldName" para cierto objeto "bean" dado un valor a introducir "valor", permite atributos anidados.
ConversionTest - Class in io.github.jokoframework.utils.dto_mapping
Created by danicricco on 2/26/18.
ConversionTest() - Constructor for class io.github.jokoframework.utils.dto_mapping.ConversionTest
 
convertEncoding(String, String, String) - Static method in class io.github.jokoframework.utils.encode.EncodeUtils
Convierte de un set de caracteres especificado a otro especificado
convertToCharset(String, String) - Static method in class io.github.jokoframework.utils.encode.EncodeUtils
Convierte el String recibido al set de caracteres pedido
convertToCsv(List<?>, List<String>, Class) - Static method in class io.github.jokoframework.utils.csv.CsvUtils
Representa una lista de objetos en forma de tabla, generando un archivo CSV en base a las columnas especificadas
convertToLATIN(String) - Static method in class io.github.jokoframework.utils.encode.EncodeUtils
Convierte el String recibido a la codificación ISO-8859-1
convertToUS_ACII(String) - Static method in class io.github.jokoframework.utils.encode.EncodeUtils
Remueve los acentos y los �.
CsvUtils - Class in io.github.jokoframework.utils.csv
 
CsvUtils() - Constructor for class io.github.jokoframework.utils.csv.CsvUtils
 
currentTimeAfter(Integer) - Static method in class io.github.jokoframework.utils.date.DateTimeUtils
Retorna True si es que el tiempo actual se encuentra despues que la hora proveída, sino retorna False.
currentTimeBefore(Integer) - Static method in class io.github.jokoframework.utils.date.DateTimeUtils
Retorna True si es que el tiempo actual se encuentra antes que la hora proveída, sino retorna False.
currentTimeWithin(Integer, Integer) - Static method in class io.github.jokoframework.utils.date.DateTimeUtils
Retorna True si es que la tiempo actual se encuentra entre las horas proveídas, sino retorna False.
CustomerDTO - Class in io.github.jokoframework.utils.dto_mapping.mock
Created by danicricco on 2/26/18.
CustomerDTO() - Constructor for class io.github.jokoframework.utils.dto_mapping.mock.CustomerDTO
 
CustomerEntity - Class in io.github.jokoframework.utils.dto_mapping.mock
Created by danicricco on 2/26/18.
CustomerEntity() - Constructor for class io.github.jokoframework.utils.dto_mapping.mock.CustomerEntity
 
CustomerEntity(Long, String, String, Date) - Constructor for class io.github.jokoframework.utils.dto_mapping.mock.CustomerEntity
 
A B C D E F G H I J L M N O P R S T U W Y 
Skip navigation links