Uses of Interface
com.day.cq.wcm.mobile.api.device.DeviceGroup

Packages that use DeviceGroup
com.day.cq.wcm.mobile.api.device   
com.day.cq.wcm.mobile.core   
 

Uses of DeviceGroup in com.day.cq.wcm.mobile.api.device
 

Methods in com.day.cq.wcm.mobile.api.device that return DeviceGroup
 DeviceGroup DeviceGroupProvider.find(DeviceGroupPredicate predicate)
          Tries to find a matching DeviceGroup using the provided DeviceGroupPredicate.
 DeviceGroup DeviceGroupProvider.get(String name)
          Returns the DeviceGroup as identified by its name.
 DeviceGroup Device.getDeviceGroup()
          DeviceGroup to which this Device belongs
 

Methods in com.day.cq.wcm.mobile.api.device that return types with arguments of type DeviceGroup
 Collection<DeviceGroup> DeviceGroupProvider.getAll()
          Returns all DeviceGroups known to this provider.
 

Methods in com.day.cq.wcm.mobile.api.device with parameters of type DeviceGroup
 boolean DeviceGroupPredicate.evaluate(DeviceGroup group)
          Evaluates the given DeviceGroup.
 boolean DeviceGroupFilter.matches(DeviceGroup group, String userAgent, Map<String,String> capabilities)
          Indicates whether the given device group matches the userAgent and mobile capabilities extracted from the request and the WURFL database.
 

Uses of DeviceGroup in com.day.cq.wcm.mobile.core
 

Methods in com.day.cq.wcm.mobile.core that return DeviceGroup
static DeviceGroup MobileUtil.getDefaultDeviceGroup(Page page)
          This method finds the device groups currently assigned to the given page or its closest ancestor.
 



Copyright © 2011-2012 Adobe Systems Incorporated. All Rights Reserved.