Class LabelContentSynchronisationService
java.lang.Object
ch.tocco.nice2.synchronisation.api.AbstractSynchronisationService<LabelContentSynchronisationDescription>
ch.tocco.nice2.reporting.impl.sync.LabelContentSynchronisationService
- All Implemented Interfaces:
SynchronisationService<LabelContentSynchronisationDescription>
@Component
@Order(100)
public class LabelContentSynchronisationService
extends AbstractSynchronisationService<LabelContentSynchronisationDescription>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLabelContentSynchronisationService(QueryBuilderFactory queryBuilderFactory, Context context, EntityDefaultValueService defaultValueService, TextResources textResources) -
Method Summary
Modifier and TypeMethodDescriptioncreateEntity(LabelContentSynchronisationDescription description) creates and entity using the given descriptionvoidinitialiseEntity(Entity labelContent, LabelContentSynchronisationDescription description) Initialises an entity using the given description.retrieve all available descriptionsretrieves all external entitiesretrieveDescription(String identifier) retrieve a description using an identifierretrieveEntity(LabelContentSynchronisationDescription description) retrieves the entity for a given descriptionvoidsetLabelContents(List<LabelContentSynchronisationDescription> labelContents) voidupdateEntity(Entity labelContent, LabelContentSynchronisationDescription description) updates the entity using the given descriptionMethods inherited from class AbstractSynchronisationService
getEdited, getExternal, resetEntity, retrieveIdentifier, setEdited, setExternal, synchronize
-
Field Details
-
ORDER
public static final int ORDER- See Also:
-
-
Constructor Details
-
LabelContentSynchronisationService
public LabelContentSynchronisationService(QueryBuilderFactory queryBuilderFactory, Context context, EntityDefaultValueService defaultValueService, TextResources textResources)
-
-
Method Details
-
getEntityName
-
retrieveEntity
Description copied from interface:SynchronisationServiceretrieves the entity for a given description -
retrieveAllExternalEntities
Description copied from interface:SynchronisationServiceretrieves all external entities -
retrieveDescription
Description copied from interface:SynchronisationServiceretrieve a description using an identifier -
retrieveAllDescriptions
Description copied from interface:SynchronisationServiceretrieve all available descriptions -
createEntity
Description copied from interface:SynchronisationServicecreates and entity using the given description- Throws:
IOException
-
initialiseEntity
public void initialiseEntity(Entity labelContent, LabelContentSynchronisationDescription description) throws IOException Description copied from interface:SynchronisationServiceInitialises an entity using the given description. This method sets fields that may be edited without breaking synchronisation. It is called when creating or reseting an entity.- Throws:
IOException
-
updateEntity
public void updateEntity(Entity labelContent, LabelContentSynchronisationDescription description) throws IOException Description copied from interface:SynchronisationServiceupdates the entity using the given description- Throws:
IOException
-
setLabelContents
@Autowired(required=false) public void setLabelContents(List<LabelContentSynchronisationDescription> labelContents)
-