|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ujoframework.core.UjoService<UJO>
public abstract class UjoService<UJO extends Ujo>
A Core of a UjoService.
| Field Summary | |
|---|---|
static java.lang.String |
UNDEFINED
Undefined text VALUE |
static java.nio.charset.Charset |
UTF_8
Charset UTF-8 |
| Constructor Summary | |
|---|---|
UjoService(java.lang.Class<UJO> ujoClass)
Creates a new instance of UjoService |
|
UjoService(java.lang.Class<UJO> ujoClass,
UjoProperty... properties)
Creates a new instance of UjoService |
|
| Method Summary | |
|---|---|
protected java.io.InputStream |
getInputStream(java.io.File file)
Create a Buffered Input Stream. |
protected java.io.OutputStream |
getOutputStream(java.io.File file)
Create a Buffered Output Stream. |
UjoProperty[] |
getProperties()
Get required properties |
java.lang.String |
getText(UJO ujo,
UjoProperty<? super Ujo,?> prop,
java.lang.Object value,
UjoAction action)
Returns TEXT |
java.lang.Class<UJO> |
getUjoClass()
Returns BASIC class |
UjoManager |
getUjoManager()
|
boolean |
isTextable()
Returns a TRUE value if attribute ujoClass is textable. |
void |
setText(UJO ujo,
UjoProperty prop,
java.lang.Class type,
java.lang.String value,
UjoAction action)
Returns TEXT |
UjoService |
setUjoManager(UjoManager ujoManager)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String UNDEFINED
public static final java.nio.charset.Charset UTF_8
| Constructor Detail |
|---|
public UjoService(java.lang.Class<UJO> ujoClass)
public UjoService(java.lang.Class<UJO> ujoClass,
UjoProperty... properties)
| Method Detail |
|---|
public final java.lang.Class<UJO> getUjoClass()
public final boolean isTextable()
public final UjoManager getUjoManager()
public UjoService setUjoManager(UjoManager ujoManager)
public UjoProperty[] getProperties()
public java.lang.String getText(UJO ujo,
UjoProperty<? super Ujo,?> prop,
java.lang.Object value,
UjoAction action)
public void setText(UJO ujo,
UjoProperty prop,
java.lang.Class type,
java.lang.String value,
UjoAction action)
protected java.io.OutputStream getOutputStream(java.io.File file)
throws java.io.FileNotFoundException
java.io.FileNotFoundException
protected java.io.InputStream getInputStream(java.io.File file)
throws java.io.FileNotFoundException
java.io.FileNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||