|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ABCategoryType | |
|---|---|
| arta.synergy.ejb.ab | |
| arta.synergy.web.common.client.data.ab | |
| Uses of ABCategoryType in arta.synergy.ejb.ab |
|---|
| Method parameters in arta.synergy.ejb.ab with type arguments of type ABCategoryType | |
|---|---|
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 ABCategoryType in arta.synergy.web.common.client.data.ab |
|---|
| Methods in arta.synergy.web.common.client.data.ab that return ABCategoryType | |
|---|---|
static ABCategoryType |
ABCategoryType.getById(java.lang.String id)
|
ABCategoryType |
ContactsGroup.getCategoryType()
|
ABCategoryType |
ContactABItem.getType()
|
ABCategoryType |
ContactCategory.getType()
|
static ABCategoryType |
ABCategoryType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ABCategoryType[] |
ABCategoryType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in arta.synergy.web.common.client.data.ab with parameters of type ABCategoryType | |
|---|---|
void |
ContactsGroup.setCategoryType(ABCategoryType categoryType)
|
void |
ContactABItem.setType(ABCategoryType type)
|
void |
ContactCategory.setType(ABCategoryType type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||