Package anvil.server

Examples of anvil.server.Configurable.deleteConfiguration()


  public Any m_remove(Context context)
  {
    context.checkAccess(CAN_WRITE);
    Configurable parent = _conf.getParent();
    if (parent != null) {
      parent.deleteConfiguration(_conf);
      return TRUE;
    } else {
      return FALSE;
    }
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.