Interface WidgetHelperService
- All Known Implementing Classes:
WidgetHelperServiceImpl
public interface WidgetHelperService
-
Method Summary
Modifier and TypeMethodDescriptiongetConstrictionAsNode(String entityModel, String constriction) get a specific constriction as NodegetStringConditionAsNode(String entityModel, String condition) get string condition as NodeisValidEntity(Entity entity, Condition validationCondition) check if entity with specific validationCondition existsvoidsetCorrespondenceLanguage(Entity entity) set relation to Correspondence_language withL10N.currentLocale()on entityvoidsetLookupEntity(Entity entity, String lookupModelName, String lookupId) set relation to a specific lookup-entity on entity
-
Method Details
-
isValidEntity
-
getConstrictionAsNode
-
getStringConditionAsNode
-
setLookupEntity
-
setCorrespondenceLanguage
set relation to Correspondence_language withL10N.currentLocale()on entity- Parameters:
entity- the entity to adjust
-