Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.model
Interface UserLocationDisclosure

All Superinterfaces:
ModelObject, XMLObject

public interface UserLocationDisclosure
extends ModelObject

This class represents the setting of whether a user disclose his/her location to a given domain in general.


Field Summary
static java.lang.String TYPENAME
          LOUD = LOcation User location Disclosure

 

Fields inherited from interface oracle.panama.model.ModelObject
TYPEID

 

Method Summary
 LocationPrivacyDomain getDomain()
          This returns the domain, the location disclosure to which is in question
 User getUser()
          This returns the user, the disclosure of who's location is in question
 boolean isLocationDisclosed()
          This returns whether the user is willing to disclose the location to the domain or not.

 

Methods inherited from interface oracle.panama.model.ModelObject
delete, getCreatedDate, getId, getLastModifiedDate, getName, getTypeId, getTypeName, isSystem, setName, setSystem, undoAll

 

Methods inherited from interface oracle.panama.model.XMLObject
setXML, toXML

 

Field Detail

TYPENAME

public static final java.lang.String TYPENAME
LOUD = LOcation User location Disclosure
See Also:
Constant Field Values
Method Detail

getUser

public User getUser()
This returns the user, the disclosure of who's location is in question
Returns:
a User object representing the user

getDomain

public LocationPrivacyDomain getDomain()
This returns the domain, the location disclosure to which is in question
Returns:
a LocationPrivacyDomain representing the domain

isLocationDisclosed

public boolean isLocationDisclosed()
This returns whether the user is willing to disclose the location to the domain or not.
Returns:
a boolean representing whether the location is disclosed or not

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.