Serialized Form
-
Package net.hyshan.hou.core.app.exception
-
Exception Class net.hyshan.hou.core.app.exception.AppEx
class AppEx extends BaseEx implements Serializable -
Exception Class net.hyshan.hou.core.app.exception.AppRtEx
class AppRtEx extends BaseRtEx implements Serializable -
Exception Class net.hyshan.hou.core.app.exception.OauthTokenException
class OauthTokenException extends AppRtEx implements Serializable
-
-
Package net.hyshan.hou.core.app.model.req
-
Class net.hyshan.hou.core.app.model.req.BooleanAppReq
class BooleanAppReq extends VO implements Serializable-
Serialized Fields
-
result
boolean result
-
-
-
Class net.hyshan.hou.core.app.model.req.ByteAppReq
class ByteAppReq extends VO implements Serializable-
Serialized Fields
-
result
byte result
-
-
-
Class net.hyshan.hou.core.app.model.req.CharacterAppReq
class CharacterAppReq extends VO implements Serializable-
Serialized Fields
-
result
char result
-
-
-
Class net.hyshan.hou.core.app.model.req.CodeAppReq
class CodeAppReq extends VO implements Serializable-
Serialized Fields
-
code
String code
-
-
-
Class net.hyshan.hou.core.app.model.req.DoubleAppReq
class DoubleAppReq extends VO implements Serializable-
Serialized Fields
-
result
double result
-
-
-
Class net.hyshan.hou.core.app.model.req.FloatAppReq
class FloatAppReq extends VO implements Serializable-
Serialized Fields
-
result
float result
-
-
-
Class net.hyshan.hou.core.app.model.req.IdAppReq
class IdAppReq extends VO implements Serializable-
Serialized Fields
-
id
long id
-
-
-
Class net.hyshan.hou.core.app.model.req.IntegerAppReq
class IntegerAppReq extends VO implements Serializable-
Serialized Fields
-
result
int result
-
-
-
Class net.hyshan.hou.core.app.model.req.LongAppReq
class LongAppReq extends VO implements Serializable-
Serialized Fields
-
result
long result
-
-
-
Class net.hyshan.hou.core.app.model.req.QueryEntityAppReq
class QueryEntityAppReq extends VO implements Serializable-
Serialized Fields
-
between
List<Kv> between
-
empty
List<Kv> empty
-
equals
List<Kv> equals
-
fields
List<String> fields
-
ge
List<Kv> ge
-
gt
List<Kv> gt
-
in
List<Kv> in
-
isNull
List<Kv> isNull
-
le
List<Kv> le
-
like
List<Kv> like
-
lt
List<Kv> lt
-
ne
List<Kv> ne
-
notEmpty
List<Kv> notEmpty
-
notIn
List<Kv> notIn
-
notNull
List<Kv> notNull
-
page
int page
-
size
int size
-
sorter
String sorter
-
-
-
Class net.hyshan.hou.core.app.model.req.ShortAppReq
class ShortAppReq extends VO implements Serializable-
Serialized Fields
-
result
short result
-
-
-
Class net.hyshan.hou.core.app.model.req.StringAppReq
class StringAppReq extends VO implements Serializable-
Serialized Fields
-
string
String string
-
-
-
-
Package net.hyshan.hou.core.app.model.req.vo
-
Class net.hyshan.hou.core.app.model.req.vo.Kv
class Kv extends VO implements Serializable
-
-
Package net.hyshan.hou.core.app.model.res
-
Class net.hyshan.hou.core.app.model.res.BooleanAppRes
class BooleanAppRes extends VO implements Serializable-
Serialized Fields
-
result
boolean result
-
-
-
Class net.hyshan.hou.core.app.model.res.ByteAppRes
class ByteAppRes extends VO implements Serializable-
Serialized Fields
-
result
byte result
-
-
-
Class net.hyshan.hou.core.app.model.res.CharacterAppRes
class CharacterAppRes extends VO implements Serializable-
Serialized Fields
-
result
char result
-
-
-
Class net.hyshan.hou.core.app.model.res.CodeAppRes
class CodeAppRes extends VO implements Serializable-
Serialized Fields
-
code
String code
-
-
-
Class net.hyshan.hou.core.app.model.res.DoubleAppRes
class DoubleAppRes extends VO implements Serializable-
Serialized Fields
-
result
double result
-
-
-
Class net.hyshan.hou.core.app.model.res.FloatAppRes
class FloatAppRes extends VO implements Serializable-
Serialized Fields
-
result
float result
-
-
-
Class net.hyshan.hou.core.app.model.res.IdAppRes
class IdAppRes extends VO implements Serializable-
Serialized Fields
-
id
long id
-
-
-
Class net.hyshan.hou.core.app.model.res.IntegerAppRes
class IntegerAppRes extends VO implements Serializable-
Serialized Fields
-
result
int result
-
-
-
Class net.hyshan.hou.core.app.model.res.LongAppRes
class LongAppRes extends VO implements Serializable-
Serialized Fields
-
result
long result
-
-
-
Class net.hyshan.hou.core.app.model.res.QueryPageAppRes
class QueryPageAppRes extends VO implements Serializable -
Class net.hyshan.hou.core.app.model.res.ShortAppRes
class ShortAppRes extends VO implements Serializable-
Serialized Fields
-
result
short result
-
-
-
Class net.hyshan.hou.core.app.model.res.StringAppRes
class StringAppRes extends VO implements Serializable-
Serialized Fields
-
string
String string
-
-
-