@Service public class GafListImporterService extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
GAF_SHEET_ID |
static String |
GAF_WORKBOOK_ID |
static String |
GOOGLE_SPREADSHEET_SERVICE_APP_NAME |
| Constructor and Description |
|---|
GafListImporterService() |
public static final String GOOGLE_SPREADSHEET_SERVICE_APP_NAME
public static final String GAF_SHEET_ID
public static final String GAF_WORKBOOK_ID
@Transactional(rollbackFor={java.io.IOException.class,com.google.gdata.util.ServiceException.class,org.molgenis.omx.converters.ValueConverterException.class,javax.mail.MessagingException.class})
@PreAuthorize(value="hasAnyRole(\'ROLE_SU\')")
public void importGafListAsSuperuser()
throws IOException,
com.google.gdata.util.ServiceException,
ValueConverterException,
javax.mail.MessagingException
IOExceptioncom.google.gdata.util.ServiceExceptionValueConverterExceptionjavax.mail.MessagingException@Transactional(rollbackFor={java.io.IOException.class,com.google.gdata.util.ServiceException.class,org.molgenis.omx.converters.ValueConverterException.class,javax.mail.MessagingException.class})
public void importGafListAsSystemUser()
throws IOException,
com.google.gdata.util.ServiceException,
ValueConverterException,
javax.mail.MessagingException
IOExceptioncom.google.gdata.util.ServiceExceptionValueConverterExceptionjavax.mail.MessagingExceptionCopyright © 2014. All Rights Reserved.