|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ICardTemplateTO | |
|---|---|
| org.eclipse.higgins.rpps.core | |
| org.eclipse.higgins.rpps.core.impl | |
| Uses of ICardTemplateTO in org.eclipse.higgins.rpps.core |
|---|
| Methods in org.eclipse.higgins.rpps.core that return ICardTemplateTO | |
|---|---|
ICardTemplateTO[] |
IRppsService.getICardCreationTemplate(org.eclipse.higgins.user.login.UserAccount userAccount)
This method return list of card creation template as array of ICardTemplateTO. |
| Methods in org.eclipse.higgins.rpps.core with parameters of type ICardTemplateTO | |
|---|---|
ICardTO |
IRppsService.createICard(org.eclipse.higgins.user.login.UserAccount userAccount,
ICardTemplateTO template)
Creates a new card by template. |
| Uses of ICardTemplateTO in org.eclipse.higgins.rpps.core.impl |
|---|
| Methods in org.eclipse.higgins.rpps.core.impl that return ICardTemplateTO | |
|---|---|
static ICardTemplateTO |
ConvertHelper.convertICardTemplate_to_ICardTemplateTO(org.eclipse.higgins.icard.ICardTemplate template)
|
ICardTemplateTO[] |
RppsService.getICardCreationTemplate(org.eclipse.higgins.user.login.UserAccount userAccount)
Return templates for creating cards |
ICardTemplateTO |
RppsService.getICardCreationTemplateByTUID(org.eclipse.higgins.user.login.UserAccount userAccount,
String tuid)
Return templates for creating cards. |
| Methods in org.eclipse.higgins.rpps.core.impl with parameters of type ICardTemplateTO | |
|---|---|
ICardTO |
RppsService.createICard(org.eclipse.higgins.user.login.UserAccount userAccount,
ICardTemplateTO template)
Creates a new card by template. |
static org.eclipse.higgins.icard.ICardTemplate |
RppsHelper.fillICardTemplate_from_ICardTemplateTO(org.eclipse.higgins.icard.ICardTemplate[] templates,
ICardTemplateTO templeteTO)
Loads the properties from the string array. |
static org.eclipse.higgins.icard.ICardTemplate |
ConvertHelper.loadTemplate(org.eclipse.higgins.icard.ICardTemplate[] templates,
ICardTemplateTO templeteTO)
Loads the properties from the string array. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||