public class AppTableRecordUtil extends Object
| 构造器和说明 |
|---|
AppTableRecordUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Attachment[] |
getAttachmentListField(AppTableRecord appTableRecord,
String key) |
static Boolean |
getBooleanField(AppTableRecord appTableRecord,
String key) |
static Person[] |
getPersonListField(AppTableRecord appTableRecord,
String key) |
static String |
getStringField(AppTableRecord appTableRecord,
String key) |
static String[] |
getStringListField(AppTableRecord appTableRecord,
String key) |
static Url[] |
getUrlListField(AppTableRecord appTableRecord,
String key) |
public static String getStringField(AppTableRecord appTableRecord, String key)
public static Boolean getBooleanField(AppTableRecord appTableRecord, String key)
public static String[] getStringListField(AppTableRecord appTableRecord, String key)
public static Url[] getUrlListField(AppTableRecord appTableRecord, String key)
public static Person[] getPersonListField(AppTableRecord appTableRecord, String key)
public static Attachment[] getAttachmentListField(AppTableRecord appTableRecord, String key)
Copyright © 2022. All rights reserved.