Package org.traccar.web.shared.model

Examples of org.traccar.web.shared.model.UserSettings


    public UserSettings getUserSettings() {
        if (user != null && user.getUserSettings() != null) {
            return user.getUserSettings();
        } else {
            return new UserSettings(); // default settings
        }
    }
View Full Code Here

TOP

Related Classes of org.traccar.web.shared.model.UserSettings

Copyright © 2018 www.massapicom. 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.