Removes an ACL entry from this ACL.
@param entry the ACL entry to be removed from this ACL
@return true on success, false if the entry is not part of this ACL
Removes an ACL entry from this ACL.
@param caller the principal invoking this method. It must be anowner of this ACL.
@param entry the ACL entry to be removed from this ACL.
@return true on success, false if the entry is not part of this ACL.
@throws NotOwnerException if the caller principal is notan owner of this Acl.
Removes the currently selected entry. The entry will be marked as deleted in the underlying model. It is however no longer visible to the user.
@param toRemove the to remove
Removes the currently selected entry. The entry will be marked as deleted in the underlying model. It is however no longer visible to the user.
@param toRemove the to remove
Removes an ACL entry from this ACL.
@param entry the ACL entry to be removed from this ACL
@return true on success, false if the entry is not part of this ACL
Removes a roster entry from the roster. The roster entry will also be removed from the unfiled entries or from any roster group where it could belong and will no longer be part of the roster. Note that this is an asynchronous call -- Smack must wait for the server to send an updated subscription status.
@param entry a roster entry.
@throws XMPPException if an XMPP error occurs.
@throws IllegalStateException if connection is not logged in or logged in anonymously
Removes a roster entry from this group. If the entry does not belong to any other group then it will be considered as unfiled, therefore it will be added to the list of unfiled entries. Note that this is an asynchronous call -- Smack must wait for the server to receive the updated roster.
@param entry a roster entry.
@throws XMPPException if an error occured while trying to remove the entry from the group.
Please use UserPreferenceHelper instead for correct handling of demo user's preferences!
@see org.projectforge.user.UserXmlPreferencesMap#removeEntry(String)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.