public class PointOfInterestTypeProtectableProxy
extends com.ibm.commerce.security.AbstractProtectableProxy
| Constructor and Description |
|---|
PointOfInterestTypeProtectableProxy()
Creates an instance of the protectable proxy object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
fulfills(java.lang.Long member,
java.lang.String relationship)
This method determines if a given member fulfills a given relationship
with the resource.
|
java.lang.Long |
getOwner()
This method will return the owner of the protectable object.
|
public PointOfInterestTypeProtectableProxy()
public boolean fulfills(java.lang.Long member,
java.lang.String relationship)
throws java.lang.Exception
fulfills in interface Protectablefulfills in class com.ibm.commerce.security.AbstractProtectableProxymember - This is the member id of the member.relationship - This is the relationship the member has with to the resource.true.java.lang.Exceptionpublic java.lang.Long getOwner()
throws java.lang.Exception
getOwner in interface ProtectablegetOwner in class com.ibm.commerce.security.AbstractProtectableProxyjava.lang.Exception - A problem occurred while resolving the owner.Protectable.getOwner()