BEA Systems, Inc.

com.beasys.commerce.axiom.contact
Interface User

All Known Subinterfaces:
UnifiedUser, UserRemote

public interface User
extends ConfigurableEntity

User is a component that represents a user of a system. Users can be members of groups, represented by the Group component. Users are extentions of ConfigurableEntity, and therefore have the concept of getting and setting properties that are relevant to the user.

 Primary Key = com.beasys.commerce.axiom.contact.UserPk
 

See Also:
UserPk, UserHome, UserImpl, com.beasys.commerce.axiom.contact.UserValue

Fields inherited from interface com.beasys.commerce.foundation.ConfigurableEntity
RESERVED_SCOPE_NAME
 
Method Summary
 java.lang.String getIdentifier()
          Returns the identifier (primary key field) for this user.
 
Methods inherited from interface com.beasys.commerce.foundation.ConfigurableEntity
addPropertyValue, addPropertyValueMapped, getPersistableHandle, getProperty, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDefault, getPropertyNoDefault, getSuccessor, getUniqueId, removeProperty, removeProperty, removePropertyValue, removePropertyValueMapped, removeSuccessor, setProperty, setProperty, setSuccessor
 
Methods inherited from interface com.beasys.commerce.foundation.BusinessPolicyManager
addBusinessPolicy, getBusinessPolicy, removeBusinessPolicy
 

Method Detail

getIdentifier

public java.lang.String getIdentifier()
                               throws java.rmi.RemoteException
Returns the identifier (primary key field) for this user.
Returns:
the identifier (primary key field) for this user

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved