(
    10 : *true* => toOneUIStyle = popup [com.webobjects.directtoweb.Assignment],
    50 : pageConfiguration like '*Movie*' => entity = Movie [com.webobjects.directtoweb.EntityAssignment],
    50 : pageConfiguration like '*Review*' => entity = Review [com.webobjects.directtoweb.EntityAssignment],
    50 : pageConfiguration like '*Studio*' => entity = Studio [com.webobjects.directtoweb.EntityAssignment],
    50 : pageConfiguration like '*Talent*' => entity = Talent [com.webobjects.directtoweb.EntityAssignment],
    50 : pageConfiguration like '*Voting*' => entity = Voting [com.webobjects.directtoweb.EntityAssignment],
    50 : pageConfiguration like '*Director*' => entity = Director [com.webobjects.directtoweb.EntityAssignment],
    50 : pageConfiguration like '*PlotSummary*' => entity = PlotSummary [com.webobjects.directtoweb.EntityAssignment],
    60 : pageConfiguration like '*MovieRole*' => entity = MovieRole [com.webobjects.directtoweb.EntityAssignment],
    60 : pageConfiguration like '*TalentPhoto*' => entity = TalentPhoto [com.webobjects.directtoweb.EntityAssignment],
    60 : propertyKey = 'voting.userPresentableDescription' => displayNameForProperty = Voting [com.webobjects.directtoweb.Assignment],
    60 : propertyKey = 'voting.userPresentableDescription' => componentName = ERD2WDisplayString [com.webobjects.directtoweb.Assignment],
    60 : (task = 'edit' and smartRelationship.isToMany = 1) => componentName = ERD2WEditToManyFault [com.webobjects.directtoweb.Assignment],
    60 : (task = 'inspect' and smartRelationship.isToMany = 1) => componentName = ERD2WDisplayToManyList [com.webobjects.directtoweb.Assignment],
    60 : (task = 'edit' and smartRelationship != null and not (smartRelationship.isToMany = 1)) => componentName = ERD2WEditToOneRelationship [com.webobjects.directtoweb.Assignment],
    100 : (task = 'edit' and smartRelationship.isToMany = 1) => componentName = D2WEditToManyFault2 [com.webobjects.directtoweb.Assignment]
)