public class DefaultSecTranscriptPopulator extends java.lang.Object implements Populator<Transcript,TranscriptSec>
| Constructor and Description |
|---|
DefaultSecTranscriptPopulator() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getDisplayName() |
protected java.lang.String |
getEmail() |
protected java.lang.String |
getOwnerId() |
void |
populate(Transcript transcript,
TranscriptSec transcriptSec)
Populate the target instance with values from the source instance.
|
protected void |
populateOwner(TranscriptSec transcriptSec) |
void |
setCustomerFacade(CustomerFacade customerFacade) |
void |
setSessionService(SessionService sessionService) |
public void populate(Transcript transcript, TranscriptSec transcriptSec) throws ConversionException
Populatorpopulate in interface Populator<Transcript,TranscriptSec>transcript - the source objecttranscriptSec - the target to fillConversionException - if an error occursprotected void populateOwner(TranscriptSec transcriptSec)
protected java.lang.String getEmail()
protected java.lang.String getDisplayName()
protected java.lang.String getOwnerId()
public void setSessionService(SessionService sessionService)
public void setCustomerFacade(CustomerFacade customerFacade)
Copyright © 2018 SAP SE. All Rights Reserved.