com.beem.project.beem.service
Class PrivacyListManagerAdapter
java.lang.Object
android.os.Binder
com.beem.project.beem.service.aidl.IPrivacyListManager.Stub
com.beem.project.beem.service.PrivacyListManagerAdapter
- All Implemented Interfaces:
- IBinder, IInterface, IPrivacyListManager
public class PrivacyListManagerAdapter
- extends IPrivacyListManager.Stub
An adapter for the Smack's PrivacyListManager.
| Methods inherited from class android.os.Binder |
attachInterface, clearCallingIdentity, dump, dump, finalize, flushPendingCommands, getCallingPid, getCallingUid, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, pingBinder, queryLocalInterface, restoreCallingIdentity, transact, unlinkToDeath |
TAG
public static final String TAG
- Class's Tag.
- See Also:
- Constant Field Values
PrivacyListManagerAdapter
public PrivacyListManagerAdapter(PrivacyListManager privacyListManager)
- Constructor.
- Parameters:
privacyListManager - the privacy list manager
blockUser
public void blockUser(String listName,
String jid)
throws RemoteException
- Throws:
RemoteException
createPrivacyList
public void createPrivacyList(String listName,
List<PrivacyListItem> items)
throws RemoteException
- Throws:
RemoteException
declineActivePrivacyList
public void declineActivePrivacyList()
throws RemoteException
- Throws:
RemoteException
declineDefaultPrivacyList
public void declineDefaultPrivacyList()
throws RemoteException
- Throws:
RemoteException
editPrivacyList
public void editPrivacyList(String listName,
List<PrivacyListItem> items)
throws RemoteException
- Throws:
RemoteException
getActivePrivacyList
public String getActivePrivacyList()
throws RemoteException
- Throws:
RemoteException
getBlockedGroupsByList
public List<String> getBlockedGroupsByList(String listName)
throws RemoteException
- Throws:
RemoteException
getBlockedUsersByList
public List<String> getBlockedUsersByList(String listName)
throws RemoteException
- Throws:
RemoteException
getDefaultPrivacyList
public String getDefaultPrivacyList()
throws RemoteException
- Throws:
RemoteException
removePrivacyList
public void removePrivacyList(String listName)
throws RemoteException
- Throws:
RemoteException
setActivePrivacyList
public void setActivePrivacyList(String listName)
throws RemoteException
- Throws:
RemoteException
setDefaultPrivacyList
public void setDefaultPrivacyList(String listName)
throws RemoteException
- Throws:
RemoteException
addPrivacyListListener
public void addPrivacyListListener(IPrivacyListListener listener)
throws RemoteException
- Throws:
RemoteException
removePrivacyListListener
public void removePrivacyListListener(IPrivacyListListener listener)
throws RemoteException
- Throws:
RemoteException
getPrivacyLists
public List<String> getPrivacyLists()
throws RemoteException
- Throws:
RemoteException
Copyright © 2009 Beem-project.com. All Rights Reserved.