/**
  * Returns all custom action buttons for this meta contact.
  *
  * @return a list of all custom action buttons for this meta contact
  */
 public Collection<SIPCommButton> getContactCustomActionButtons() {
   return MetaContactListSource.getContactCustomActionButtons(this);
 }