Uses of Class
org.eclipse.higgins.rpps.core.tobj.ICardTemplateTO

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()
          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(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()
          Return templates for creating cards
 ICardTemplateTO RppsService.getICardCreationTemplateByTUID(String tuid)
          Return templates for creating cards.
 

Methods in org.eclipse.higgins.rpps.core.impl with parameters of type ICardTemplateTO
static org.eclipse.higgins.icard.ICardTemplate ConvertHelper.loadTemplate(org.eclipse.higgins.icard.ICardTemplate[] templates, ICardTemplateTO templeteTO)
          Loads the properties from the string array.
 ICardTO RppsService.createICard(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.