public class DefaultUserGroupModelUniqueIdentifierConverter extends java.lang.Object implements UniqueIdentifierConverter<UserGroupModel>
UserGroupModel| Constructor and Description |
|---|
DefaultUserGroupModelUniqueIdentifierConverter() |
| Modifier and Type | Method and Description |
|---|---|
UserGroupModel |
convert(ItemData itemData)
|
ItemData |
convert(UserGroupModel itemModel)
Convert an ItemModel object to the corresponding
ItemData instance. |
protected <any> |
getItemDataDataFactory() |
java.lang.String |
getItemType()
Returns the item type
ItemModel#getItemType where the converter should be applied to. |
protected UserGroupDao |
getUserGroupDao() |
void |
setItemDataDataFactory(<any> itemDataDataFactory) |
void |
setUserGroupDao(UserGroupDao userGroupDao) |
public DefaultUserGroupModelUniqueIdentifierConverter()
public java.lang.String getItemType()
UniqueIdentifierConverterItemModel#getItemType where the converter should be applied to.getItemType in interface UniqueIdentifierConverter<UserGroupModel>public ItemData convert(UserGroupModel itemModel) throws java.lang.IllegalArgumentException
UniqueIdentifierConverterItemData instance.convert in interface UniqueIdentifierConverter<UserGroupModel>itemModel - - the item model entity that will be converted.ItemData class that corresponds to the given ItemModel
UniqueIdentifierConverter.getItemType().java.lang.IllegalArgumentException - when itemModel is null.UniqueIdentifierConverter#getItemType()}.public UserGroupModel convert(ItemData itemData)
UniqueIdentifierConverterconvert in interface UniqueIdentifierConverter<UserGroupModel>itemData - - the item data instance that will be used in the conversion.ItemModel entity that corresponds to the given ItemData
UniqueIdentifierConverter.getItemType().UniqueIdentifierConverter#getItemType()}.protected UserGroupDao getUserGroupDao()
public void setUserGroupDao(UserGroupDao userGroupDao)
protected <any> getItemDataDataFactory()
public void setItemDataDataFactory(<any> itemDataDataFactory)
Copyright © 2018 SAP SE. All Rights Reserved.