Package lib
Class Data
java.lang.Object
lib.Data
- Direct Known Subclasses:
DB
Deprecate!!!!!! this class will be move to x package.
- Author:
- Sakdsitt Likhitmetagool
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancheckActionID(String objectName, String chkid, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin) xxxstatic StringgetID24MapObjects(String objectName, String value, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin) xxxstatic StringgetID4MapObjects(String objectName, String key, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin) xxxstatic voidnewActionID(String objectName, String updateid, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin) xxxstatic th.co.skylogicsystem.skyframework.core.datalayer.XDatanewMapObject(String objectName, th.co.skylogicsystem.skyframework.core.datalayer.XData dummy, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin) xxxstatic ListnewMapObjects(String objectName, List<th.co.skylogicsystem.skyframework.core.datalayer.XData> dummys, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin) xxxstatic voidremoveActionID(String objectName, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin) xxxstatic voidremoveMapObjects(String objectName, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin) xxxstatic StringsaveOrUpdateObj(String OBJ_NAME, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin) xxxstatic StringsaveOrUpdateObj(String OBJ_NAME, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, boolean sysFields) xxxstatic StringsaveOrUpdateObj(String OBJ_NAME, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, String daleteRole) xxxstatic StringsaveOrUpdateObj(String OBJ_NAME, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, String daleteRole, boolean systemData) xxxstatic StringsaveOrUpdateObj(String OBJ_NAME, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, String daleteRole, boolean systemData, boolean sysFields) xxxstatic StringsaveOrUpdateObj(String OBJ_NAME, th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil mForm, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin) xxxstatic StringsaveOrUpdateObj(String OBJ_NAME, th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil mForm, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, boolean sysFields) xxxstatic StringsaveOrUpdateObj(String OBJ_NAME, th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil mForm, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, String deleteRole) xxxstatic StringsaveOrUpdateObj(String OBJ_NAME, th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil mForm, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, String daleteRole, boolean systemData, boolean sysFields) xxxstatic th.co.skylogicsystem.skyframework.core.datalayer.XDatasmartSkyDataCreator(th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, th.co.skylogicsystem.skyframework.core.datalayer.XData dataModel, String objName) Automatic get parameter from HTTP POST and generate SkyDataOldModel.static th.co.skylogicsystem.skyframework.core.datalayer.XDatasmartSkyDataCreator(th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, th.co.skylogicsystem.skyframework.core.datalayer.XData dataModel, String objName, String id) Automatic get parameter from HTTP POST and generate SkyDataOldModel.static th.co.skylogicsystem.skyframework.core.datalayer.XDatasmartSkyDataCreator(th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, th.co.skylogicsystem.skyframework.core.datalayer.XData dataModel, String objName, String id, boolean securityMap) Automatic get parameter from HTTP POST and generate SkyDataOldModel.static th.co.skylogicsystem.skyframework.core.datalayer.XDatasmartSkyDataCreator(th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, th.co.skylogicsystem.skyframework.core.datalayer.XData dataModel, String objName, String mainid, boolean securityMap, boolean systemData, boolean sysFields) Automatic get parameter from HTTP POST and generate SkyDataOldModel.static th.co.skylogicsystem.skyframework.core.datalayer.XDatasmartSkyDataCreatorMultipart(th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil mForm, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, th.co.skylogicsystem.skyframework.core.datalayer.XData dataModel, String objName, String mainid) Automatic get parameter from HTTP POST and generate SkyDataOldModel.static th.co.skylogicsystem.skyframework.core.datalayer.XDatasmartSkyDataCreatorMultipart(th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil mForm, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, th.co.skylogicsystem.skyframework.core.datalayer.XData dataModel, String objName, String mainid, boolean securityMap, boolean systemData, boolean sysFields) Automatic get parameter from HTTP POST and generate SkyDataOldModel.static StringsmartSkyDataValidator(th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, x.data.common.XDataModel dataModel) Automatic get parameter from HTTP POST and validate SkyDataOldModel.static StringsmartSkyDataValidatorMultipart(th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil mForm, x.data.common.XDataModel dataModel) Automatic get parameter from HTTP POST and validate SkyDataOldModel.static StringvalidateSkyDataModels(th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, String[] args) xxx.
-
Constructor Details
-
Data
public Data()
-
-
Method Details
-
saveOrUpdateObj
public static String saveOrUpdateObj(String OBJ_NAME, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, String daleteRole, boolean systemData) throws Exception xxx- Throws:
Exception
-
saveOrUpdateObj
public static String saveOrUpdateObj(String OBJ_NAME, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, String daleteRole, boolean systemData, boolean sysFields) throws Exception xxx- Throws:
Exception
-
saveOrUpdateObj
public static String saveOrUpdateObj(String OBJ_NAME, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin) throws Exception xxx- Throws:
Exception
-
saveOrUpdateObj
public static String saveOrUpdateObj(String OBJ_NAME, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, boolean sysFields) throws Exception xxx- Throws:
Exception
-
saveOrUpdateObj
public static String saveOrUpdateObj(String OBJ_NAME, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, String daleteRole) throws Exception xxx- Throws:
Exception
-
saveOrUpdateObj
public static String saveOrUpdateObj(String OBJ_NAME, th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil mForm, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, String daleteRole, boolean systemData, boolean sysFields) throws Exception xxx- Throws:
Exception
-
saveOrUpdateObj
public static String saveOrUpdateObj(String OBJ_NAME, th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil mForm, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin) throws Exception xxx- Throws:
Exception
-
saveOrUpdateObj
public static String saveOrUpdateObj(String OBJ_NAME, th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil mForm, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, boolean sysFields) throws Exception xxx- Throws:
Exception
-
saveOrUpdateObj
public static String saveOrUpdateObj(String OBJ_NAME, th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil mForm, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, String deleteRole) throws Exception xxx- Throws:
Exception
-
newMapObjects
public static List newMapObjects(String objectName, List<th.co.skylogicsystem.skyframework.core.datalayer.XData> dummys, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin) xxx -
newMapObject
public static th.co.skylogicsystem.skyframework.core.datalayer.XData newMapObject(String objectName, th.co.skylogicsystem.skyframework.core.datalayer.XData dummy, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin) xxx -
getID4MapObjects
public static String getID4MapObjects(String objectName, String key, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin) xxx -
getID24MapObjects
public static String getID24MapObjects(String objectName, String value, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin) xxx -
removeMapObjects
public static void removeMapObjects(String objectName, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin) xxx -
newActionID
public static void newActionID(String objectName, String updateid, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin) xxx -
checkActionID
public static boolean checkActionID(String objectName, String chkid, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin) xxx -
removeActionID
public static void removeActionID(String objectName, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin) xxx -
validateSkyDataModels
public static String validateSkyDataModels(th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, String[] args) xxx. -
smartSkyDataValidator
public static String smartSkyDataValidator(th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, x.data.common.XDataModel dataModel) Automatic get parameter from HTTP POST and validate SkyDataOldModel. -
smartSkyDataCreator
public static th.co.skylogicsystem.skyframework.core.datalayer.XData smartSkyDataCreator(th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, th.co.skylogicsystem.skyframework.core.datalayer.XData dataModel, String objName) throws Exception Automatic get parameter from HTTP POST and generate SkyDataOldModel.- Throws:
Exception
-
smartSkyDataCreator
public static th.co.skylogicsystem.skyframework.core.datalayer.XData smartSkyDataCreator(th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, th.co.skylogicsystem.skyframework.core.datalayer.XData dataModel, String objName, String id) throws Exception Automatic get parameter from HTTP POST and generate SkyDataOldModel.- Throws:
Exception
-
smartSkyDataCreator
public static th.co.skylogicsystem.skyframework.core.datalayer.XData smartSkyDataCreator(th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, th.co.skylogicsystem.skyframework.core.datalayer.XData dataModel, String objName, String id, boolean securityMap) throws Exception Automatic get parameter from HTTP POST and generate SkyDataOldModel.- Throws:
Exception
-
smartSkyDataCreator
public static th.co.skylogicsystem.skyframework.core.datalayer.XData smartSkyDataCreator(th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, th.co.skylogicsystem.skyframework.core.datalayer.XData dataModel, String objName, String mainid, boolean securityMap, boolean systemData, boolean sysFields) throws Exception Automatic get parameter from HTTP POST and generate SkyDataOldModel.- Throws:
Exception
-
smartSkyDataValidatorMultipart
public static String smartSkyDataValidatorMultipart(th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil mForm, x.data.common.XDataModel dataModel) Automatic get parameter from HTTP POST and validate SkyDataOldModel. ----NEED UPDATE REQUIRE META -
smartSkyDataCreatorMultipart
public static th.co.skylogicsystem.skyframework.core.datalayer.XData smartSkyDataCreatorMultipart(th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil mForm, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, th.co.skylogicsystem.skyframework.core.datalayer.XData dataModel, String objName, String mainid) throws Exception Automatic get parameter from HTTP POST and generate SkyDataOldModel.- Throws:
Exception
-
smartSkyDataCreatorMultipart
public static th.co.skylogicsystem.skyframework.core.datalayer.XData smartSkyDataCreatorMultipart(th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil mForm, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin, th.co.skylogicsystem.skyframework.core.datalayer.XData dataModel, String objName, String mainid, boolean securityMap, boolean systemData, boolean sysFields) throws Exception Automatic get parameter from HTTP POST and generate SkyDataOldModel. STATIC FIELD = data STATIC FIELD = fileSize- Throws:
Exception
-