Package org.ejbca.core.model.ra.raadmin

Examples of org.ejbca.core.model.ra.raadmin.AdminPreference.loadData()


   * Method that returns the admin's preferences and updates it if necessary.
   */
  @Transient
  public AdminPreference getAdminPreference() {
    AdminPreference returnval = new AdminPreference();
    returnval.loadData(getData());
    return returnval;
  }
  /**
   * Method that saves the admin preference to database.
   */
 
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.