Imports the layer given into the backend for a given entity.
This method imports data for the current entity of the backend.
Parameter aLayer
a layer whose data will be imported into the backend
Parameter aEntity
a entity into whose data the layer will be imported
Throws
com::sun::star::lang::NullPointerException
if the layer passed is NULL or no backend is available.
Throws
com::sun::star::configuration::backend::MalformedDataException
if the layer passed is invalid
Throws
com::sun::star::lang::IllegalArgumentException
if the layer passed is for a component
that doesn't exist in the backend
or if the entity doesn't exist in the backend.
Throws
com::sun::star::lang::WrappedTargetException
if an error occurs in the backend or source layer.