global class RemoteObjectController { global RemoteObjectController() { } global Object clone() { } global static Map create(String type, Map fields) { } global static Map del(String type, List ids) { } global static Map retrieve(String type, List fields, Map criteria) { } global static Map updat(String type, List ids, Map fields) { } }