All Downloads are FREE. Search and download functionalities are using the official Maven repository.

as.leap.code.assist.AssistLASClassManager Maven / Gradle / Ivy

The newest version!
package as.leap.code.assist;

import as.leap.las.sdk.*;

/**
 * User:poplar
 * Date:15-6-2
 */
public interface AssistLASClassManager {
  SaveMsg create(T coin);

  T findById(String id);

  UpdateMsg update(String id, LASUpdate update);

  DeleteMsg delete(String id);

  FindMsg find(LASQuery query);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy