Package es.udc.mypersonalizer.kernel.model.repository.interfaces

Examples of es.udc.mypersonalizer.kernel.model.repository.interfaces.ServicePropertyKey


            ServiceProperty serviceProperty, ServiceButtonsState buttons)
            throws Exception {
               
        Map parameters = new HashMap();
               
        ServicePropertyKey servicePropertyKey = serviceProperty.getKey();
       
        parameters.put(SERVICE_IDENTIFIER_PARAMETER_NAME,
            new String[] { servicePropertyKey.getServiceIdentifier() });
       
        parameters.put(PROPERTY_IDENTIFIER_PARAMETER_NAME, new String[] {
            servicePropertyKey.getPropertyIdentifier().toString() });
           
        return parameters;
    }   
View Full Code Here

TOP

Related Classes of es.udc.mypersonalizer.kernel.model.repository.interfaces.ServicePropertyKey

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.