Class EntityFormModifierRequest
java.lang.Object
org.broadleafcommerce.openadmin.server.security.service.EntityFormModifierRequest
A request to modify an
EntityForm, or ListGrid instance. Contains supporting objects useful during the modification process.- Author:
- Jeff Fischer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AdminUserprotected Entityprotected EntityFormprotected ListGridprotected RowLevelSecurityService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetConfiguration(EntityFormModifierData<EntityFormModifierDataPoint> configuration) voidsetCurrentUser(AdminUser currentUser) voidvoidsetEntityForm(EntityForm entityForm) voidsetListGrid(ListGrid listGrid) voidsetRowLevelSecurityService(RowLevelSecurityService rowLevelSecurityService) withConfiguration(EntityFormModifierData<EntityFormModifierDataPoint> configuration) withCurrentUser(AdminUser currentUser) withEntity(Entity entity) withEntityForm(EntityForm entityForm) withListGrid(ListGrid listGrid) withRowLevelSecurityService(RowLevelSecurityService rowLevelSecurityService)
-
Field Details
-
entityForm
-
listGrid
-
configuration
-
currentUser
-
entity
-
rowLevelSecurityService
-
-
Constructor Details
-
EntityFormModifierRequest
public EntityFormModifierRequest()
-
-
Method Details
-
withEntityForm
-
withListGrid
-
withConfiguration
public EntityFormModifierRequest withConfiguration(EntityFormModifierData<EntityFormModifierDataPoint> configuration) -
withCurrentUser
-
withEntity
-
withRowLevelSecurityService
public EntityFormModifierRequest withRowLevelSecurityService(RowLevelSecurityService rowLevelSecurityService) -
getEntityForm
-
setEntityForm
-
getConfiguration
-
setConfiguration
-
getCurrentUser
-
setCurrentUser
-
getEntity
-
setEntity
-
getRowLevelSecurityService
-
setRowLevelSecurityService
-
getListGrid
-
setListGrid
-