Uses of Class
arta.synergy.web.common.client.data.ab.ItemType

Packages that use ItemType
arta.synergy.ejb.ab   
arta.synergy.web.common.client.data.ab   
 

Uses of ItemType in arta.synergy.ejb.ab
 

Methods in arta.synergy.ejb.ab with parameters of type ItemType
 java.util.ArrayList<DefaultAddressBookItem> AddressBookImpl.getAddressBookSuggestions(ItemType type, java.lang.String locale, java.lang.String search, java.lang.String userID)
           
 java.util.ArrayList<DefaultAddressBookItem> AddressBookManager.getAddressBookSuggestions(ItemType type, java.lang.String locale, java.lang.String search, java.lang.String userID)
           
 

Method parameters in arta.synergy.ejb.ab with type arguments of type ItemType
 ContactABItemsList AddressBookImpl.getContactSuggestions(java.util.Collection<ItemType> types, java.util.Collection<ABCategoryType> categoryTypes, java.lang.String locale, java.lang.String search, int limit, java.lang.String userID)
           
 ContactABItemsList AddressBookManager.getContactSuggestions(java.util.Collection<ItemType> types, java.util.Collection<ABCategoryType> categoryTypes, java.lang.String locale, java.lang.String search, int limit, java.lang.String userID)
           
 

Uses of ItemType in arta.synergy.web.common.client.data.ab
 

Fields in arta.synergy.web.common.client.data.ab declared as ItemType
protected  ItemType ContactABItem.itemType
           
 

Methods in arta.synergy.web.common.client.data.ab that return ItemType
static ItemType ItemType.getById(int itemTypeID)
           
abstract  ItemType AddressBookItem.getItemType()
           
 ItemType ContactABItem.getItemType()
           
 ItemType DefaultAddressBookItem.getItemType()
           
 ItemType Human.getItemType()
           
 ItemType Organization.getItemType()
           
static ItemType ItemType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ItemType[] ItemType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in arta.synergy.web.common.client.data.ab with parameters of type ItemType
ContactABItem(ItemType itemType)
           
DefaultAddressBookItem(ItemType itemType)
           
 



Copyright © 2000 Dummy Corp. All Rights Reserved.