Package org.apache.cloudstack.resourcedetail

Examples of org.apache.cloudstack.resourcedetail.UserDetailVO


@Local(value = {UserDetailsDao.class})
public class UserDetailsDaoImpl extends ResourceDetailsDaoBase<UserDetailVO> implements UserDetailsDao {

    @Override
    public void addDetail(long resourceId, String key, String value, boolean display) {
        super.addDetail(new UserDetailVO(resourceId, key, value));
    }
View Full Code Here

TOP

Related Classes of org.apache.cloudstack.resourcedetail.UserDetailVO

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.