Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.model
Interface ForbiddenUser

All Superinterfaces:
ModelObject, XMLObject

public interface ForbiddenUser
extends ModelObject

This class represents a user that is not allowed to see a mobile position in a specific service, alert, or the whole system.


Field Summary
static java.lang.String TYPENAME
          LOFU = LOcation Forbidden User

 

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

 

Method Summary
 LocationPrivacyDomain getDomain()
          This returns the domain in which this user is forbidden.
 User getForbiddenUser()
          This returns the forbidden user.
 User getOwner()
          This returns the user who made this a forbidden user.

 

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
LOFU = LOcation Forbidden User
See Also:
Constant Field Values
Method Detail

getOwner

public User getOwner()
This returns the user who made this a forbidden user. This is thus the same user who's mobile position the forbidden user is not allowed to see.
Returns:
a User object representing the user who made this a forbidden user

getDomain

public LocationPrivacyDomain getDomain()
This returns the domain in which this user is forbidden.
Returns:
a LocationPrivacyDomain representing the domain in which this user is forbidden.

getForbiddenUser

public User getForbiddenUser()
This returns the forbidden user.
Returns:
a User object representing the forbidden user

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.