| Modifier and Type | Method and Description |
|---|---|
protected PrincipalModel |
DefaultPlatformPermissionManagementFacadeStrategy.getPrincipalById(String principalUid) |
| Modifier and Type | Method and Description |
|---|---|
protected PermissionAssignment |
DefaultPlatformPermissionManagementFacadeStrategy.getFieldPermissionAssignmentForPrincipal(PrincipalModel principalModel,
String typeCode,
String field,
String permissionName)
* Returns Field Permission Assignment for principal.
|
protected PermissionAssignment |
DefaultPlatformPermissionManagementFacadeStrategy.getTypePermissionAssignmentForPrincipal(String typeCode,
PrincipalModel principalModel,
String permissionName)
Returns Type Permission Assignment for principal.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BackofficeRoleModel
Generated model class for type BackofficeRole first defined at extension backoffice.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
B2BGroupCycleValidator.validateMembers(PrincipalGroupModel principalGroupModel,
PrincipalModel member)
Validate the members given a group and group member
|
| Modifier and Type | Method and Description |
|---|---|
protected Set<PrincipalGroupModel> |
DefaultB2BGroupCycleValidator.getAllGroups(PrincipalModel principal) |
boolean |
DefaultB2BGroupCycleValidator.validateMembers(PrincipalGroupModel principalGroupModel,
PrincipalModel member) |
| Modifier and Type | Method and Description |
|---|---|
<T extends PrincipalModel> |
PrincipalGroupMembersDao.findAllMembersByType(UserGroupModel parent,
Class<T> memberType)
Finds all members of a Principal Group of a given type.
|
<T extends PrincipalModel> |
PrincipalGroupMembersDao.findMembersByType(UserGroupModel parent,
Class<T> memberType,
int count,
int start)
Finds members of a Principal Group of a given type.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends PrincipalModel> |
DefaultPrincipalGroupMembersDao.findAllMembersByType(UserGroupModel parent,
Class<T> memberType)
Finds all members of a Principal Group of a given type.
|
<T extends PrincipalModel> |
DefaultPrincipalGroupMembersDao.findMembersByType(UserGroupModel parent,
Class<T> memberType,
int count,
int start)
Finds members of a Principal Group of a given type.
|
| Modifier and Type | Method and Description |
|---|---|
PrincipalModel |
OrderRejectedEvent.getApprover() |
PrincipalModel |
OrderApprovedEvent.getApprover() |
PrincipalModel |
QuoteRejectedEvent.getManager() |
PrincipalModel |
MerchantRejectedEvent.getManager() |
PrincipalModel |
MerchantApprovedEvent.getManager() |
PrincipalModel |
QuoteApprovedEvent.getManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderRejectedEvent.setApprover(PrincipalModel approver) |
void |
OrderApprovedEvent.setApprover(PrincipalModel approver) |
void |
QuoteRejectedEvent.setManager(PrincipalModel manager) |
void |
MerchantRejectedEvent.setManager(PrincipalModel manager) |
void |
MerchantApprovedEvent.setManager(PrincipalModel manager) |
void |
QuoteApprovedEvent.setManager(PrincipalModel manager) |
| Constructor and Description |
|---|
MerchantApprovedEvent(OrderModel order,
PrincipalModel manager) |
MerchantRejectedEvent(OrderModel order,
PrincipalModel manager) |
OrderApprovedEvent(OrderModel order,
PrincipalModel approver) |
OrderRejectedEvent(OrderModel order,
PrincipalModel approver) |
QuoteApprovedEvent(OrderModel order,
PrincipalModel manager) |
QuoteRejectedEvent(OrderModel order,
PrincipalModel manager) |
| Modifier and Type | Class and Description |
|---|---|
class |
B2BCustomerModel
Generated model class for type B2BCustomer first defined at extension b2bcommerce.
|
class |
B2BUnitModel
Generated model class for type B2BUnit first defined at extension b2bcommerce.
|
class |
B2BUserGroupModel
Generated model class for type B2BUserGroup first defined at extension b2bcommerce.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
B2BAbstractWorkflowAutomatedAction.updatePermissionResultsStatus(OrderModel order,
PrincipalModel principalAssigned,
PermissionStatus status)
Assigns the PermissionStatus to all the
B2BPermissionResultModels associated with a given order and are
assigned to the principal. |
| Modifier and Type | Method and Description |
|---|---|
<M extends PrincipalModel> |
B2BUnitService.getAllUserGroupMembersForType(UserGroupModel userGroup,
Class<M> memberType)
Retrieves all members of a User Group of the specified type
|
| Modifier and Type | Method and Description |
|---|---|
void |
B2BCustomerService.addMember(PrincipalModel member,
PrincipalGroupModel group) |
void |
B2BUnitService.addMember(T group,
PrincipalModel member)
Adds the member to a group.
|
List<UserModel> |
B2BApproverService.getAccountManagerApprovers(PrincipalModel principal)
Gets the list of account manager approvers.
|
void |
B2BUnitService.updateParentB2BUnit(T parentB2BUnit,
PrincipalModel member)
Set the parent unit of a given principal.
|
| Modifier and Type | Method and Description |
|---|---|
<M extends PrincipalModel> |
DefaultB2BUnitService.getAllUserGroupMembersForType(UserGroupModel userGroup,
Class<M> memberType) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultB2BUnitService.addMember(B2BUnitModel group,
PrincipalModel member) |
void |
DefaultB2BCustomerService.addMember(PrincipalModel member,
PrincipalGroupModel group) |
List<UserModel> |
DefaultB2BApproverService.getAccountManagerApprovers(PrincipalModel principal) |
protected List<B2BCustomerModel> |
DefaultB2BApproverService.getImmediateApprovers(PrincipalModel principal)
Gets the immediate approvers for either a B2BCustomer or B2BUnit (the principal) which also includes the members
of the principal's approver groups.
|
void |
DefaultB2BUnitService.updateParentB2BUnit(B2BUnitModel parentB2BUnit,
PrincipalModel member) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<PrincipalModel,PrincipalData> |
B2BUnitPopulator.getPrincipalConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BUnitPopulator.setPrincipalConverter(Converter<PrincipalModel,PrincipalData> principalConverter) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompanyModel
Generated model class for type Company first defined at extension catalog.
|
| Modifier and Type | Method and Description |
|---|---|
List<PrincipalModel> |
CatalogVersionModel.getReadPrincipals()
Generated method - Getter of the
CatalogVersion.readPrincipals attribute defined at extension catalog. |
List<PrincipalModel> |
SyncItemJobModel.getSyncPrincipals()
Generated method - Getter of the
SyncItemJob.syncPrincipals attribute defined at extension catalog. |
List<PrincipalModel> |
CatalogVersionModel.getWritePrincipals()
Generated method - Getter of the
CatalogVersion.writePrincipals attribute defined at extension catalog. |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogVersionModel.setReadPrincipals(List<PrincipalModel> value)
Generated method - Setter of
CatalogVersion.readPrincipals attribute defined at extension catalog. |
void |
SyncItemJobModel.setSyncPrincipals(List<PrincipalModel> value)
Generated method - Setter of
SyncItemJob.syncPrincipals attribute defined at extension catalog. |
void |
CatalogVersionModel.setWritePrincipals(List<PrincipalModel> value)
Generated method - Setter of
CatalogVersion.writePrincipals attribute defined at extension catalog. |
| Modifier and Type | Method and Description |
|---|---|
List<PrincipalModel> |
CategoryModel.getAllowedPrincipals()
Generated method - Getter of the
Category.allowedPrincipals attribute defined at extension catalog. |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryModel.setAllowedPrincipals(List<PrincipalModel> value)
Generated method - Setter of
Category.allowedPrincipals attribute defined at extension catalog. |
| Modifier and Type | Method and Description |
|---|---|
void |
CockpitCollectionService.addReadUser(PrincipalModel user,
CockpitObjectAbstractCollectionModel collection)
Allows given user to read given collection.
|
void |
CockpitCollectionService.addWriteUser(PrincipalModel user,
CockpitObjectAbstractCollectionModel collection)
Allows given user to modify given collection.
|
CockpitUIComponentConfigurationModel |
CockpitConfigurationService.getComponentConfiguration(PrincipalModel principal,
String objectTemplateCode,
String code)
Gets the component configuration.
|
List<CockpitUIComponentConfigurationModel> |
CockpitConfigurationService.getComponentConfigurationsForPrincipal(PrincipalModel principal)
Gets the component configurations for principal.
|
List<CockpitUIComponentConfigurationModel> |
CockpitConfigurationService.getDedicatedComponentConfigurationsForPrincipal(PrincipalModel principal)
Gets dedicated component configurations for principal.
|
List<String> |
CockpitConfigurationService.getRoleNamesForPrincipal(PrincipalModel principal)
Gets the role names for principal.
|
boolean |
CockpitCollectionService.hasReadCollectionRight(PrincipalModel principal,
CockpitObjectAbstractCollectionModel collection)
Returns information whether the user can read collection.
|
boolean |
CockpitCollectionService.hasWriteCollectionRight(PrincipalModel principal,
CockpitObjectAbstractCollectionModel collection)
Returns information whether the user can modify collection.
|
void |
CockpitCollectionService.removeReadUser(PrincipalModel user,
CockpitObjectAbstractCollectionModel collection)
Disallow given user to read given collection.
|
void |
CockpitCollectionService.removeWriteUser(PrincipalModel user,
CockpitObjectAbstractCollectionModel collection)
Disallow given user to modify given collection.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ComponentsHelper.createMenuWithUsers(Menupopup parentMenupopup,
PrincipalModel parentPrincipal,
Collection<PrincipalModel> checkedUsers,
EventListener listener)
Creates tree-like structure of menu positions containing users' groups and users, so that user can check/uncheck
them
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ComponentsHelper.createMenuWithUsers(Menupopup parentMenupopup,
PrincipalModel parentPrincipal,
Collection<PrincipalModel> checkedUsers,
EventListener listener)
Creates tree-like structure of menu positions containing users' groups and users, so that user can check/uncheck
them
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
QueryRenderer.buildMenuRecursively(Menupopup parentMenupopup,
PrincipalModel parentPrincipal,
List<PrincipalModel> readUsers,
EventListener listener) |
protected void |
QueryRenderer.buildSavedQueryMenuRecursively(Menupopup parentMenupopup,
PrincipalModel parentPrincipal,
List<PrincipalModel> readUsers,
EventListener listener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
QueryRenderer.buildMenuRecursively(Menupopup parentMenupopup,
PrincipalModel parentPrincipal,
List<PrincipalModel> readUsers,
EventListener listener) |
protected void |
QueryRenderer.buildSavedQueryMenuRecursively(Menupopup parentMenupopup,
PrincipalModel parentPrincipal,
List<PrincipalModel> readUsers,
EventListener listener) |
int |
QueryRendererUtils.getCheckedUserCount(UserGroupModel model,
List<PrincipalModel> readUsers)
Get total number of users directly assigned to a group defined through
model and (users)
participating in readUsers at the same time. |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowFacade.assignUser(PrincipalModel principalModel,
WorkflowModel object) |
| Modifier and Type | Method and Description |
|---|---|
List<CockpitUIComponentConfigurationModel> |
CockpitConfigurationDao.findComponentConfigurations(PrincipalModel principal,
String objectTemplateCode,
String code)
Find component configuration for given principal model (without its groups), template code and configuration code.
|
List<CockpitUIComponentConfigurationModel> |
CockpitConfigurationDao.findComponentConfigurationsByPrincipal(PrincipalModel principal)
Find component configurations by principal and all its groups.
|
List<CockpitUIComponentConfigurationModel> |
CockpitConfigurationDao.findDedicatedComponentConfigurationsByPrincipal(PrincipalModel principal)
Find component configurations by principal without its supergroups.
|
List<String> |
CockpitConfigurationDao.findRoleNamesByPrincipal(PrincipalModel principal)
Find role names by principal.
|
| Modifier and Type | Method and Description |
|---|---|
List<CockpitUIComponentConfigurationModel> |
DefaultCockpitConfigurationDao.findComponentConfigurations(PrincipalModel principal,
String objectTemplateCode,
String code)
Find component configuration for given principal model (without its groups), template code and configuration code.
|
List<CockpitUIComponentConfigurationModel> |
DefaultCockpitConfigurationDao.findComponentConfigurationsByPrincipal(PrincipalModel principal)
Find component configurations by principal and all its groups.
|
List<CockpitUIComponentConfigurationModel> |
DefaultCockpitConfigurationDao.findDedicatedComponentConfigurationsByPrincipal(PrincipalModel principal)
Find component configurations by principal without its supergroups.
|
List<String> |
DefaultCockpitConfigurationDao.findRoleNamesByPrincipal(PrincipalModel principal)
Find role names by principal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCockpitCollectionService.addReadUser(PrincipalModel user,
CockpitObjectAbstractCollectionModel collection)
Allows given user to read given collection.
|
void |
DefaultCockpitCollectionService.addWriteUser(PrincipalModel user,
CockpitObjectAbstractCollectionModel collection)
Allows given user to modify given collection.
|
CockpitUIComponentConfigurationModel |
DefaultCockpitConfigurationService.getComponentConfiguration(PrincipalModel principal,
String objectTemplateCode,
String code) |
List<CockpitUIComponentConfigurationModel> |
DefaultCockpitConfigurationService.getComponentConfigurationsForPrincipal(PrincipalModel principal) |
List<CockpitUIComponentConfigurationModel> |
DefaultCockpitConfigurationService.getDedicatedComponentConfigurationsForPrincipal(PrincipalModel principal) |
List<String> |
DefaultCockpitConfigurationService.getRoleNamesForPrincipal(PrincipalModel principal) |
boolean |
DefaultCockpitCollectionService.hasReadCollectionRight(PrincipalModel principal,
CockpitObjectAbstractCollectionModel collection)
Returns information whether the user can read collection.
|
boolean |
DefaultCockpitCollectionService.hasWriteCollectionRight(PrincipalModel principal,
CockpitObjectAbstractCollectionModel collection)
Returns information whether the user can modify collection.
|
void |
DefaultCockpitCollectionService.removeReadUser(PrincipalModel user,
CockpitObjectAbstractCollectionModel collection)
Disallow given user to read given collection.
|
void |
DefaultCockpitCollectionService.removeWriteUser(PrincipalModel user,
CockpitObjectAbstractCollectionModel collection)
Disallow given user to modify given collection.
|
| Modifier and Type | Method and Description |
|---|---|
PrincipalModel |
CockpitUIComponentConfigurationModel.getPrincipal()
Generated method - Getter of the
CockpitUIComponentConfiguration.principal attribute defined at extension cockpit. |
| Modifier and Type | Method and Description |
|---|---|
Collection<PrincipalModel> |
CockpitUIComponentAccessRightModel.getReadPrincipals()
Generated method - Getter of the
CockpitUIComponentAccessRight.readPrincipals attribute defined at extension cockpit. |
Collection<PrincipalModel> |
CockpitObjectAbstractCollectionModel.getReadPrincipals()
Generated method - Getter of the
CockpitObjectAbstractCollection.readPrincipals attribute defined at extension cockpit. |
Collection<PrincipalModel> |
CockpitSavedQueryModel.getReadSavedQueryPrincipals()
Generated method - Getter of the
CockpitSavedQuery.readSavedQueryPrincipals attribute defined at extension cockpit. |
Collection<PrincipalModel> |
CockpitUIComponentAccessRightModel.getWritePrincipals()
Generated method - Getter of the
CockpitUIComponentAccessRight.writePrincipals attribute defined at extension cockpit. |
Collection<PrincipalModel> |
CockpitObjectAbstractCollectionModel.getWritePrincipals()
Generated method - Getter of the
CockpitObjectAbstractCollection.writePrincipals attribute defined at extension cockpit. |
| Modifier and Type | Method and Description |
|---|---|
void |
CockpitUIComponentConfigurationModel.setPrincipal(PrincipalModel value)
Generated method - Setter of
CockpitUIComponentConfiguration.principal attribute defined at extension cockpit. |
| Modifier and Type | Method and Description |
|---|---|
void |
CockpitUIComponentAccessRightModel.setReadPrincipals(Collection<PrincipalModel> value)
Generated method - Setter of
CockpitUIComponentAccessRight.readPrincipals attribute defined at extension cockpit. |
void |
CockpitObjectAbstractCollectionModel.setReadPrincipals(Collection<PrincipalModel> value)
Generated method - Setter of
CockpitObjectAbstractCollection.readPrincipals attribute defined at extension cockpit. |
void |
CockpitSavedQueryModel.setReadSavedQueryPrincipals(Collection<PrincipalModel> value)
Generated method - Setter of
CockpitSavedQuery.readSavedQueryPrincipals attribute defined at extension cockpit. |
void |
CockpitUIComponentAccessRightModel.setWritePrincipals(Collection<PrincipalModel> value)
Generated method - Setter of
CockpitUIComponentAccessRight.writePrincipals attribute defined at extension cockpit. |
void |
CockpitObjectAbstractCollectionModel.setWritePrincipals(Collection<PrincipalModel> value)
Generated method - Setter of
CockpitObjectAbstractCollection.writePrincipals attribute defined at extension cockpit. |
| Modifier and Type | Method and Description |
|---|---|
List<PrincipalModel> |
ObjectCollectionService.getReadUsers(ObjectCollection collection)
Deprecated.
|
List<PrincipalModel> |
ObjectCollectionService.getReadUsersForCollection(ObjectCollection collection)
Returns list of all users who are allowed to read given collection.
|
List<PrincipalModel> |
ObjectCollectionService.getWriteUsers(ObjectCollection collection)
Deprecated.
|
List<PrincipalModel> |
ObjectCollectionService.getWriteUsersForCollection(ObjectCollection collection)
Returns list of all users who are allowed to modify given collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectCollectionService.addReadUser(PrincipalModel user,
ObjectCollection collection)
Allows given user to read given collection.
|
void |
ObjectCollectionService.addWriteUser(PrincipalModel user,
ObjectCollection collection)
Allows given user to modify given collection.
|
Boolean |
ObjectCollectionService.hasReadCollectionRight(PrincipalModel principal,
ObjectCollection collection)
Returns information whether the user can read collection.
|
Boolean |
ObjectCollectionService.hasWriteCollectionRight(PrincipalModel principal,
ObjectCollection collection)
Returns information whether the user can modify collection.
|
Boolean |
ObjectCollectionService.isCollectionOwner(PrincipalModel principal,
ObjectCollection collection)
Deprecated.
use local check when required
|
void |
ObjectCollectionService.removeReadUser(PrincipalModel user,
ObjectCollection collection)
Disallow given user to read given collection.
|
void |
ObjectCollectionService.removeWriteUser(PrincipalModel user,
ObjectCollection collection)
Disallow given user to modify given collection.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultConfigurationPersistingStrategy.storeConfigurationMedia(PrincipalModel principal,
String xmlContent,
String code,
String objectTemplateCode,
String factoryBeanId) |
| Modifier and Type | Method and Description |
|---|---|
List<PrincipalModel> |
ObjectCollectionServiceImpl.getReadUsers(ObjectCollection collection) |
List<PrincipalModel> |
ObjectCollectionServiceImpl.getReadUsersForCollection(ObjectCollection collection)
Returns list of all users who are allowed to read given collection.
|
List<PrincipalModel> |
ObjectCollectionServiceImpl.getWriteUsers(ObjectCollection collection) |
List<PrincipalModel> |
ObjectCollectionServiceImpl.getWriteUsersForCollection(ObjectCollection collection)
Returns list of all users who are allowed to modify given collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectCollectionServiceImpl.addReadUser(PrincipalModel user,
ObjectCollection collection)
Allows given user to read given collection.
|
void |
ObjectCollectionServiceImpl.addWriteUser(PrincipalModel user,
ObjectCollection collection)
Allows given user to modify given collection.
|
Boolean |
ObjectCollectionServiceImpl.hasReadCollectionRight(PrincipalModel principal,
ObjectCollection collection)
Returns information whether the user can read collection.
|
Boolean |
ObjectCollectionServiceImpl.hasWriteCollectionRight(PrincipalModel principal,
ObjectCollection collection)
Returns information whether the user can modify collection.
|
Boolean |
ObjectCollectionServiceImpl.isCollectionOwner(PrincipalModel principal,
ObjectCollection collection)
Checks if given collection belongs to the given user.
|
void |
ObjectCollectionServiceImpl.removeReadUser(PrincipalModel user,
ObjectCollection collection)
Disallow given user to read given collection.
|
void |
ObjectCollectionServiceImpl.removeWriteUser(PrincipalModel user,
ObjectCollection collection)
Disallow given user to modify given collection.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
PrincipalModelLabelProvider.getIconPath(PrincipalModel item) |
protected String |
PrincipalModelLabelProvider.getIconPath(PrincipalModel item,
String languageIso) |
protected String |
PrincipalModelLabelProvider.getItemDescription(PrincipalModel item) |
protected String |
PrincipalModelLabelProvider.getItemDescription(PrincipalModel item,
String languageIso) |
protected String |
PrincipalModelLabelProvider.getItemLabel(PrincipalModel item) |
protected String |
PrincipalModelLabelProvider.getItemLabel(PrincipalModel item,
String languageIso) |
| Modifier and Type | Method and Description |
|---|---|
List<PrincipalModel> |
SavedQueryUserRightsService.getReadUsersForSavedQuery(CockpitSavedQueryModel model)
Returns list of all users who are allowed to read given saved query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SavedQueryUserRightsService.addReadUser(PrincipalModel user,
CockpitSavedQueryModel model)
Allows given user to read given collection.
|
void |
SavedQueryUserRightsService.removeReadUser(PrincipalModel user,
CockpitSavedQueryModel model)
Disallow given user to read given collection.
|
| Modifier and Type | Method and Description |
|---|---|
List<PrincipalModel> |
DummySavedQueryUserRightsServiceImpl.getReadUsersForSavedQuery(CockpitSavedQueryModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
DummySavedQueryUserRightsServiceImpl.addReadUser(PrincipalModel user,
CockpitSavedQueryModel model) |
void |
DummySavedQueryUserRightsServiceImpl.removeReadUser(PrincipalModel user,
CockpitSavedQueryModel model) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultUIAccessRightService.restricts(Collection<PrincipalModel> principals,
UserModel user) |
| Modifier and Type | Method and Description |
|---|---|
PrincipalModel |
WorkflowService.getActionPrincipalAssigned(TypedObject action)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowService.assignUser(PrincipalModel principalModel,
WorkflowModel workflow)
Deprecated.
|
void |
WorkflowService.unassignUser(PrincipalModel principalModel,
WorkflowModel workflow)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
PrincipalModel |
WorkflowServiceImpl.getActionPrincipalAssigned(TypedObject action)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowServiceImpl.assignUser(PrincipalModel principalModel,
WorkflowModel workflowModel)
Deprecated.
|
void |
WorkflowServiceImpl.unassignUser(PrincipalModel principalModel,
WorkflowModel workflowModel)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PrincipalModel> |
ComponentModel.getCreatePermitted()
Generated method - Getter of the
Component.createPermitted attribute defined at extension comments. |
Collection<PrincipalModel> |
ComponentModel.getCreatePermitted(Locale loc)
Generated method - Getter of the
Component.createPermitted attribute defined at extension comments. |
Collection<PrincipalModel> |
ComponentModel.getReadPermitted()
Generated method - Getter of the
Component.readPermitted attribute defined at extension comments. |
Collection<PrincipalModel> |
ComponentModel.getReadPermitted(Locale loc)
Generated method - Getter of the
Component.readPermitted attribute defined at extension comments. |
Collection<PrincipalModel> |
ComponentModel.getRemovePermitted()
Generated method - Getter of the
Component.removePermitted attribute defined at extension comments. |
Collection<PrincipalModel> |
ComponentModel.getRemovePermitted(Locale loc)
Generated method - Getter of the
Component.removePermitted attribute defined at extension comments. |
Collection<PrincipalModel> |
CommentModel.getWatchers()
Generated method - Getter of the
Comment.watchers attribute defined at extension comments. |
Collection<PrincipalModel> |
ComponentModel.getWritePermitted()
Generated method - Getter of the
Component.writePermitted attribute defined at extension comments. |
Collection<PrincipalModel> |
ComponentModel.getWritePermitted(Locale loc)
Generated method - Getter of the
Component.writePermitted attribute defined at extension comments. |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentModel.setCreatePermitted(Collection<PrincipalModel> value)
Generated method - Setter of
Component.createPermitted attribute defined at extension comments. |
void |
ComponentModel.setCreatePermitted(Collection<PrincipalModel> value,
Locale loc)
Generated method - Setter of
Component.createPermitted attribute defined at extension comments. |
void |
ComponentModel.setReadPermitted(Collection<PrincipalModel> value)
Generated method - Setter of
Component.readPermitted attribute defined at extension comments. |
void |
ComponentModel.setReadPermitted(Collection<PrincipalModel> value,
Locale loc)
Generated method - Setter of
Component.readPermitted attribute defined at extension comments. |
void |
ComponentModel.setRemovePermitted(Collection<PrincipalModel> value)
Generated method - Setter of
Component.removePermitted attribute defined at extension comments. |
void |
ComponentModel.setRemovePermitted(Collection<PrincipalModel> value,
Locale loc)
Generated method - Setter of
Component.removePermitted attribute defined at extension comments. |
void |
CommentModel.setWatchers(Collection<PrincipalModel> value)
Generated method - Setter of
Comment.watchers attribute defined at extension comments. |
void |
ComponentModel.setWritePermitted(Collection<PrincipalModel> value)
Generated method - Setter of
Component.writePermitted attribute defined at extension comments. |
void |
ComponentModel.setWritePermitted(Collection<PrincipalModel> value,
Locale loc)
Generated method - Setter of
Component.writePermitted attribute defined at extension comments. |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomerListModel
Generated model class for type CustomerList first defined at extension commerceservices.
|
class |
OrgUnitModel
Generated model class for type OrgUnit first defined at extension commerceservices.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StoreEmployeeGroupModel
Generated model class for type StoreEmployeeGroup first defined at extension commerceservices.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PrincipalModel> |
MediaModel.getDeniedPrincipals()
Generated method - Getter of the
Media.deniedPrincipals dynamic attribute defined at extension core. |
Collection<PrincipalModel> |
MediaModel.getPermittedPrincipals()
Generated method - Getter of the
Media.permittedPrincipals dynamic attribute defined at extension core. |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaModel.setDeniedPrincipals(Collection<PrincipalModel> value)
Generated method - Setter of
Media.deniedPrincipals dynamic attribute defined at extension core. |
void |
MediaModel.setPermittedPrincipals(Collection<PrincipalModel> value)
Generated method - Setter of
Media.permittedPrincipals dynamic attribute defined at extension core. |
| Modifier and Type | Class and Description |
|---|---|
class |
PrincipalGroupModel
Generated model class for type PrincipalGroup first defined at extension core.
|
| Modifier and Type | Method and Description |
|---|---|
Set<PrincipalModel> |
PrincipalGroupModel.getMembers()
Generated method - Getter of the
PrincipalGroup.members attribute defined at extension core. |
| Modifier and Type | Method and Description |
|---|---|
void |
PrincipalGroupModel.setMembers(Set<PrincipalModel> value)
Generated method - Setter of
PrincipalGroup.members attribute defined at extension core. |
| Modifier and Type | Class and Description |
|---|---|
class |
TestEmployeeModel
Generated model class for type TestEmployee first defined at extension core.
|
class |
TestUserGroupModel
Generated model class for type TestUserGroup first defined at extension core.
|
| Modifier and Type | Method and Description |
|---|---|
PrincipalModel |
SearchRestrictionModel.getPrincipal()
Generated method - Getter of the
SearchRestriction.principal attribute defined at extension core. |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRestrictionModel.setPrincipal(PrincipalModel value)
Generated method - Setter of
SearchRestriction.principal attribute defined at extension core. |
| Constructor and Description |
|---|
SearchRestrictionModel(String _code,
Boolean _generate,
ItemModel _owner,
PrincipalModel _principal,
String _query,
ComposedTypeModel _restrictedType)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SearchRestrictionModel(String _code,
Boolean _generate,
PrincipalModel _principal,
String _query,
ComposedTypeModel _restrictedType)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Class and Description |
|---|---|
class |
CustomerModel
Generated model class for type Customer first defined at extension core.
|
class |
EmployeeModel
Generated model class for type Employee first defined at extension core.
|
class |
UserGroupModel
Generated model class for type UserGroup first defined at extension core.
|
class |
UserModel
Generated model class for type User first defined at extension core.
|
| Modifier and Type | Method and Description |
|---|---|
PrincipalModel |
PrincipalResource.getPrincipalModel()
Convenience method which just delegates to
#getResourceValue() |
protected PrincipalModel |
PrincipalResource.readResource(String resourceId)
Gets the
PrincipalModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<PrincipalModel> |
PrincipalsResource.getPrincipalsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
PrincipalResource.setPrincipalModel(PrincipalModel value)
Convenience method which just delegates to
#setResourceValue(PrincipalModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrincipalsResource.setPrincipalsCollection(Collection<PrincipalModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Class and Description |
|---|---|
class |
AgentModel
Generated model class for type Agent first defined at extension financialservices.
|
| Modifier and Type | Method and Description |
|---|---|
PrincipalModel |
UserProfileModel.getOwner()
Generated method - Getter of the
Item.owner attribute defined at extension core and redeclared at extension core. |
| Constructor and Description |
|---|
UserProfileModel(PrincipalModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PrincipalModel> |
LDAPConfigProxyItemModel.getLocalAccountsOnly()
Generated method - Getter of the
LDAPConfigProxyItem.localAccountsOnly attribute defined at extension ldap. |
| Modifier and Type | Method and Description |
|---|---|
void |
LDAPConfigProxyItemModel.setLocalAccountsOnly(Collection<PrincipalModel> value)
Generated method - Setter of
LDAPConfigProxyItem.localAccountsOnly attribute defined at extension ldap. |
| Modifier and Type | Method and Description |
|---|---|
List<PrincipalModel> |
AbstractLinkEntryModel.getReadPrincipals()
Generated method - Getter of the
AbstractLinkEntry.readPrincipals attribute defined at extension mcc. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractLinkEntryModel.setReadPrincipals(List<PrincipalModel> value)
Generated method - Setter of
AbstractLinkEntry.readPrincipals attribute defined at extension mcc. |
| Modifier and Type | Method and Description |
|---|---|
PrincipalModel |
AbstractOrderCancelTest.RequestOriginStrategyHelper.getCallingPrincipal() |
PrincipalModel |
AbstractOrderCancelTest.getCurrentPrincipal() |
| Modifier and Type | Method and Description |
|---|---|
OrderCancelRecordEntryModel |
OrderCancelRecordsHandler.createRecordEntry(OrderCancelRequest request,
PrincipalModel requestor)
Persist a new cancel record entry that corresponds to the cancel request.
|
Map<AbstractOrderEntryModel,Long> |
OrderCancelService.getAllCancelableEntries(OrderModel order,
PrincipalModel requestor)
Returns all cancellable
OrderEntry |
Map<AbstractOrderEntryModel,Long> |
OrderCancelCancelableEntriesStrategy.getAllCancelableEntries(OrderModel order,
PrincipalModel requestor)
Provides information about cancelable entries of given order.
|
OrderCancelDenialReason |
OrderCancelDenialStrategy.getCancelDenialReason(OrderCancelConfigModel configuration,
OrderModel order,
PrincipalModel requestor,
boolean partialCancel,
boolean partialEntryCancel)
Determines cancel possibility for given conditions.
|
CancelDecision |
OrderCancelService.isCancelPossible(OrderModel order,
PrincipalModel requestor,
boolean partialCancel,
boolean partialEntryCancel)
Verifies if order cancel is possible for given order and given conditions
|
OrderCancelRecordEntryModel |
OrderCancelService.requestOrderCancel(OrderCancelRequest orderCancelRequest,
PrincipalModel requestor)
Requests complete cancel operation on an Order.
|
void |
AbstractOrderCancelTest.setCurrentPrincipal(PrincipalModel currentPrincipal) |
| Modifier and Type | Method and Description |
|---|---|
OrderCancelRecordEntryModel |
DefaultOrderCancelRecordsHandler.createRecordEntry(OrderCancelRequest request,
PrincipalModel requestor) |
protected OrderHistoryEntryModel |
DefaultOrderCancelRecordsHandler.createSnaphot(OrderModel order,
OrderModel version,
String description,
PrincipalModel requestor) |
Map<AbstractOrderEntryModel,Long> |
DefaultOrderCancelCancelableEntriesStrategy.getAllCancelableEntries(OrderModel order,
PrincipalModel requestor) |
Map<AbstractOrderEntryModel,Long> |
DefaultOrderCancelService.getAllCancelableEntries(OrderModel order,
PrincipalModel requestor)
Returns all cancellable
OrderEntry. |
CancelDecision |
DefaultOrderCancelService.isCancelPossible(OrderModel order,
PrincipalModel requestor,
boolean partialCancel,
boolean partialEntryCancel) |
OrderCancelRecordEntryModel |
DefaultOrderCancelService.requestOrderCancel(OrderCancelRequest orderCancelRequest,
PrincipalModel requestor) |
| Modifier and Type | Method and Description |
|---|---|
OrderCancelDenialReason |
SentToWarehouseDenialStrategy.getCancelDenialReason(OrderCancelConfigModel configuration,
OrderModel order,
PrincipalModel requester,
boolean partialCancel,
boolean partialEntryCancel) |
OrderCancelDenialReason |
SingleCancelRequestDenialStrategy.getCancelDenialReason(OrderCancelConfigModel configuration,
OrderModel order,
PrincipalModel requester,
boolean partialCancel,
boolean partialEntryCancel) |
OrderCancelDenialReason |
DefaultRequestOriginDenialStrategy.getCancelDenialReason(OrderCancelConfigModel configuration,
OrderModel order,
PrincipalModel requestor,
boolean partialCancel,
boolean partialEntryCancel) |
OrderCancelDenialReason |
ShippingDenialStrategy.getCancelDenialReason(OrderCancelConfigModel configuration,
OrderModel order,
PrincipalModel requester,
boolean partialCancel,
boolean partialEntryCancel) |
OrderCancelDenialReason |
PartialCancelRulesViolationStrategy.getCancelDenialReason(OrderCancelConfigModel configuration,
OrderModel order,
PrincipalModel requester,
boolean partialCancel,
boolean partialEntryCancel) |
OrderCancelDenialReason |
OrderStateDenialStrategy.getCancelDenialReason(OrderCancelConfigModel configuration,
OrderModel order,
PrincipalModel requester,
boolean partialCancel,
boolean partialEntryCancel) |
| Modifier and Type | Method and Description |
|---|---|
PrincipalModel |
OrderModificationRecordEntryModel.getPrincipal()
Generated method - Getter of the
OrderModificationRecordEntry.principal attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderModificationRecordEntryModel.setPrincipal(PrincipalModel value)
Generated method - Setter of
OrderModificationRecordEntry.principal attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
protected PrincipalModel |
DefaultPermissionFacade.findPrincipal(String principalUid) |
| Modifier and Type | Method and Description |
|---|---|
protected PermissionsWsDTO |
DefaultPermissionFacade.retrieveSingleAttributePermissions(List<String> permissionNames,
String type,
PrincipalModel principal,
String attributeQualifier) |
| Modifier and Type | Method and Description |
|---|---|
PrincipalModel |
PrintCollaborationFacade.getAssignee(UserModel user)
This method should find a
PrincipalModel (e.g. |
| Modifier and Type | Method and Description |
|---|---|
void |
PrintCollaborationFacade.assignJob(AbstractCommentModel comment,
PrincipalModel principal)
This method should assign the
WorkflowModel of the given job to the
given UserModel or UserGroupModel. |
void |
PrintCollaborationFacade.createJob(AbstractCommentModel comment,
ItemModel attachment,
PrincipalModel assignee)
This method should create a
WorkflowModel, it should attach it to the
given CommentModel and assign it to
the given UserModel or UserGroupModel. |
| Modifier and Type | Method and Description |
|---|---|
PrincipalModel |
DefaultPrintCollaborationFacade.getAssignee(UserModel principal) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPrintCollaborationFacade.assignJob(AbstractCommentModel comment,
PrincipalModel principal) |
void |
DefaultPrintCollaborationFacade.createJob(AbstractCommentModel commentToSave,
ItemModel attachment,
PrincipalModel assignee) |
| Modifier and Type | Method and Description |
|---|---|
PrincipalModel |
PrintJobService.getAssignee(UserModel user)
This method should find a
PrincipalModel for the given UserModel which has all access rights to
edit/create CommentModels and change the states within a
WorkflowModel. |
| Modifier and Type | Method and Description |
|---|---|
void |
PrintJobService.assignJob(WorkflowModel workflow,
PrincipalModel principal)
This method should be used to handle the assignment of the given
UserModel to the given
WorkflowModel. |
WorkflowModel |
PrintJobService.createJob(AbstractCommentModel workflowJob,
ItemModel attachment,
PrincipalModel assignee)
This method should be used to create a
WorkflowModel for the given
CommentModel. |
| Modifier and Type | Method and Description |
|---|---|
PrincipalModel |
DefaultPrintJobService.getAssignee(UserModel principal)
Looks for the first occurrence of a parent group of
UserModel principal which is a member of the cockpitgroup. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPrintJobService.assignJob(WorkflowModel workflow,
PrincipalModel principal) |
WorkflowModel |
DefaultPrintJobService.createJob(AbstractCommentModel workflowJob,
ItemModel attachment,
PrincipalModel assignee) |
| Modifier and Type | Method and Description |
|---|---|
protected PrincipalModel |
CommentJobPopulator.getResponsiblePrincipal(NoteInfo ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected PrincipalModel |
AssigneeNoteValidationStrategy.getResponsiblePrincipal(NoteInfo ctx) |
| Modifier and Type | Method and Description |
|---|---|
List<PrincipalModel> |
PublicationModel.getReadPrincipals()
Generated method - Getter of the
Publication.readPrincipals attribute defined at extension print. |
List<PrincipalModel> |
PublicationComponentModel.getReadPrincipals()
Generated method - Getter of the
PublicationComponent.readPrincipals attribute defined at extension print. |
List<PrincipalModel> |
PublicationModel.getWritePrincipals()
Generated method - Getter of the
Publication.writePrincipals attribute defined at extension print. |
List<PrincipalModel> |
PublicationComponentModel.getWritePrincipals()
Generated method - Getter of the
PublicationComponent.writePrincipals attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
PublicationModel.setReadPrincipals(List<PrincipalModel> value)
Generated method - Setter of
Publication.readPrincipals attribute defined at extension print. |
void |
PublicationComponentModel.setReadPrincipals(List<PrincipalModel> value)
Generated method - Setter of
PublicationComponent.readPrincipals attribute defined at extension print. |
void |
PublicationModel.setWritePrincipals(List<PrincipalModel> value)
Generated method - Setter of
Publication.writePrincipals attribute defined at extension print. |
void |
PublicationComponentModel.setWritePrincipals(List<PrincipalModel> value)
Generated method - Setter of
PublicationComponent.writePrincipals attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
List<PrincipalModel> |
SavedQueryUserRightsServiceImpl.getReadUsersForSavedQuery(CockpitSavedQueryModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
SavedQueryUserRightsServiceImpl.addReadUser(PrincipalModel user,
CockpitSavedQueryModel model) |
void |
SavedQueryUserRightsServiceImpl.removeReadUser(PrincipalModel user,
CockpitSavedQueryModel model) |
| Modifier and Type | Method and Description |
|---|---|
List<PrincipalModel> |
SavedQueryUserRightsServiceImpl.getReadUsersForSavedQuery(CockpitSavedQueryModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
SavedQueryUserRightsServiceImpl.addReadUser(PrincipalModel user,
CockpitSavedQueryModel model) |
void |
SavedQueryUserRightsServiceImpl.removeReadUser(PrincipalModel user,
CockpitSavedQueryModel model) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PrincipalModel> |
PromotionUserRestrictionModel.getUsers()
Generated method - Getter of the
PromotionUserRestriction.users attribute defined at extension promotions. |
| Modifier and Type | Method and Description |
|---|---|
void |
PromotionUserRestrictionModel.setUsers(Collection<PrincipalModel> value)
Generated method - Setter of
PromotionUserRestriction.users attribute defined at extension promotions. |
| Modifier and Type | Method and Description |
|---|---|
Collection<SearchRestrictionModel> |
SearchRestrictionService.getActiveSearchRestrictions(PrincipalModel principal,
boolean includePrincipalGroups,
Collection<ComposedTypeModel> types)
Gets only active search restrictions for given
ComposedTypeModel. |
Collection<SearchRestrictionModel> |
SearchRestrictionService.getInactiveSearchRestrictions(PrincipalModel principal,
boolean includePrincipalGroups,
Collection<ComposedTypeModel> types)
Gets only inactive search restrictions for given
ComposedTypeModel. |
Collection<SearchRestrictionModel> |
SearchRestrictionService.getSearchRestrictions(PrincipalModel principal,
boolean includePrincipalGroups,
Collection<ComposedTypeModel> types)
Gets all (active and inactive) search restrictions for given
ComposedTypeModel. |
boolean |
SearchRestrictionService.hasRestrictions(PrincipalModel principal,
boolean includePrincipalGroups,
ComposedTypeModel type)
Checks whether type has search restrictions (session and persisted).
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchRestrictionModel> |
SearchRestrictionDao.findActiveSearchRestrictionsByPrincipalAndType(PrincipalModel principal,
boolean includePrincipalGroups,
Collection<ComposedTypeModel> types)
Finds active
SearchRestrictionModel objects for PrincipalModel and
ComposedTypeModel. |
List<SearchRestrictionModel> |
SearchRestrictionDao.findInactiveSearchRestrictionsByPrincipalAndType(PrincipalModel principal,
boolean includePrincipalGroups,
Collection<ComposedTypeModel> types)
Finds all
SearchRestrictionModel objects for PrincipalModel and
ComposedTypeModel. |
List<SearchRestrictionModel> |
SearchRestrictionDao.findSearchRestrictionsByPrincipalAndType(PrincipalModel principal,
boolean includePrincipalGroups,
Collection<ComposedTypeModel> types)
Finds all
SearchRestrictionModel objects for PrincipalModel and
ComposedTypeModel. |
| Modifier and Type | Method and Description |
|---|---|
List<SearchRestrictionModel> |
DefaultSearchRestrictionDao.findActiveSearchRestrictionsByPrincipalAndType(PrincipalModel principal,
boolean includePrincipalGroups,
Collection<ComposedTypeModel> types) |
List<SearchRestrictionModel> |
DefaultSearchRestrictionDao.findInactiveSearchRestrictionsByPrincipalAndType(PrincipalModel principal,
boolean includePrincipalGroups,
Collection<ComposedTypeModel> types) |
List<SearchRestrictionModel> |
DefaultSearchRestrictionDao.findSearchRestrictionsByPrincipalAndType(PrincipalModel principal,
boolean includePrincipalGroups,
Collection<ComposedTypeModel> types) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SearchRestrictionModel> |
DefaultSearchRestrictionService.getActiveSearchRestrictions(PrincipalModel principal,
boolean includePrincipalGroups,
Collection<ComposedTypeModel> types)
Gets only active search restrictions for given
ComposedTypeModel. |
Collection<SearchRestrictionModel> |
DefaultSearchRestrictionService.getInactiveSearchRestrictions(PrincipalModel principal,
boolean includePrincipalGroups,
Collection<ComposedTypeModel> types)
Gets only inactive search restrictions for given
ComposedTypeModel. |
Collection<SearchRestrictionModel> |
DefaultSearchRestrictionService.getSearchRestrictions(PrincipalModel principal,
boolean includePrincipalGroups,
Collection<ComposedTypeModel> types)
Gets all (active and inactive) search restrictions for given
ComposedTypeModel. |
boolean |
DefaultSearchRestrictionService.hasRestrictions(PrincipalModel principal,
boolean includePrincipalGroups,
ComposedTypeModel type)
Checks whether type has search restrictions (session and persisted).
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PrincipalModel> |
DynamicAttributesMediaPermittedPrincipals.get(MediaModel model)
Holds logic behind getter for dynamic attribute.
|
Collection<PrincipalModel> |
DynamicAttributesMediaDeniedPrincipals.get(MediaModel model)
Holds logic behind getter for dynamic attribute.
|
Collection<PrincipalModel> |
MediaPermissionService.getDeniedPrincipals(MediaModel mediaItem)
Fetches all users, where Read permission for given media item is denied.
|
Collection<PrincipalModel> |
MediaPermissionService.getPermittedPrincipals(MediaModel mediaItem)
Fetches all users, with Read permission for given media item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MediaPermissionService.denyReadPermission(MediaModel mediaItem,
PrincipalModel principal)
Denies principal the read permission to given mediaItem.
|
void |
MediaPermissionService.grantReadPermission(MediaModel mediaItem,
PrincipalModel principal)
Grants principal the read permission to given mediaItem.
|
boolean |
MediaPermissionService.isReadAccessGranted(MediaModel mediaItem,
PrincipalModel principal)
Checks if the given principal has access to reading medias granted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicAttributesMediaPermittedPrincipals.set(MediaModel model,
Collection<PrincipalModel> permittedPrincipals)
Holds logic behind setter for dynamic attribute.
|
void |
DynamicAttributesMediaDeniedPrincipals.set(MediaModel model,
Collection<PrincipalModel> deniedPrincipals)
Holds logic behind setter for dynamic attribute.
|
void |
MediaPermissionService.setDeniedPrincipals(MediaModel mediaItem,
Collection<PrincipalModel> principals)
Updates the list of all principal with denied Read Permission for given media item.
|
void |
MediaPermissionService.setPermittedPrincipals(MediaModel mediaItem,
Collection<PrincipalModel> principals)
Updates the list of all assigned principal with ReadPermission for given media item.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PrincipalModel> |
MediaDeniedPrincipalsHandler.get(MediaModel model) |
Collection<PrincipalModel> |
MediaPermittedPrincipalsHandler.get(MediaModel model) |
protected Collection<PrincipalModel> |
AbstractMediaPrincipalsHandler.getDeniedPrincipals(MediaModel model) |
Collection<PrincipalModel> |
DefaultMediaPermissionService.getDeniedPrincipals(MediaModel mediaItem)
Fetches all users, where Read permission for given media item is denied.
|
protected Collection<PrincipalModel> |
AbstractMediaPrincipalsHandler.getPermittedPrincipals(MediaModel model) |
Collection<PrincipalModel> |
DefaultMediaPermissionService.getPermittedPrincipals(MediaModel mediaItem)
Fetches all users, with Read permission for given media item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMediaPermissionService.denyReadPermission(MediaModel mediaItem,
PrincipalModel principal)
Denies principal the read permission to given mediaItem.
|
void |
DefaultMediaPermissionService.grantReadPermission(MediaModel mediaItem,
PrincipalModel principal)
Grants principal the read permission to given mediaItem.
|
boolean |
DefaultMediaPermissionService.isReadAccessGranted(MediaModel mediaItem,
PrincipalModel principal)
Checks if the given principal has access to reading medias granted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MediaDeniedPrincipalsHandler.set(MediaModel model,
Collection<PrincipalModel> principals) |
void |
MediaPermittedPrincipalsHandler.set(MediaModel model,
Collection<PrincipalModel> principals) |
void |
DefaultMediaPermissionService.setDeniedPrincipals(MediaModel mediaItem,
Collection<PrincipalModel> principals)
Updates the list of all principal with denied Read Permission for given media item.
|
void |
DefaultMediaPermissionService.setPermittedPrincipals(MediaModel mediaItem,
Collection<PrincipalModel> principals)
Updates the list of all assigned principal with ReadPermission for given media item.
|
| Modifier and Type | Method and Description |
|---|---|
Set<PrincipalGroupModel> |
PrincipalAllGroupsAttributeHandler.get(PrincipalModel model) |
String |
PrincipalDisplayNameLocalizedAttributeHandler.get(PrincipalModel model) |
Collection<SearchRestrictionModel> |
PrincipalAllSearchRestrictionsAttributeHandler.get(PrincipalModel principal) |
String |
PrincipalDisplayNameLocalizedAttributeHandler.get(PrincipalModel model,
Locale loc) |
void |
PrincipalAllGroupsAttributeHandler.set(PrincipalModel model,
Set<PrincipalGroupModel> principalGroupModels) |
void |
PrincipalDisplayNameLocalizedAttributeHandler.set(PrincipalModel model,
String value) |
void |
PrincipalDisplayNameLocalizedAttributeHandler.set(PrincipalModel model,
String value,
Locale loc) |
| Modifier and Type | Field and Description |
|---|---|
protected PrincipalModel |
AbstractPermissionServiceTest.testUser1 |
protected PrincipalModel |
AbstractPermissionServiceTest.testUser2 |
| Modifier and Type | Method and Description |
|---|---|
PrincipalModel |
PermissionAssignment.getPrincipal() |
| Modifier and Type | Method and Description |
|---|---|
PermissionCheckResult |
PermissionCheckingService.checkAttributeDescriptorPermission(AttributeDescriptorModel attributeDescriptor,
PrincipalModel principal,
String permissionName)
Checks if a principal has a permission to an attribute descriptor.
|
PermissionCheckResult |
PermissionCheckingService.checkAttributeDescriptorPermission(String typeCode,
String attributeQualifier,
PrincipalModel principal,
String permissionName)
Same as
PermissionCheckingService.checkAttributeDescriptorPermission(AttributeDescriptorModel, PrincipalModel, String) but allows
to use String values to specify attribute descriptor. |
PermissionCheckResult |
PermissionCheckingService.checkGlobalPermission(PrincipalModel principal,
String permissionName)
Checks if a principal has a given permission assigned globally.
|
PermissionCheckResult |
PermissionCheckingService.checkItemPermission(ItemModel item,
PrincipalModel principal,
String permissionName)
Checks if a principal has a permission to an item.
|
PermissionCheckValue |
PermissionChecker.checkPermission(PrincipalModel principal,
String permissionName)
Performs a single permission check.
|
PermissionCheckResult |
PermissionCheckingService.checkTypePermission(ComposedTypeModel type,
PrincipalModel principal,
String permissionName)
Checks if a principal has a permission to a type.
|
PermissionCheckResult |
PermissionCheckingService.checkTypePermission(String typeCode,
PrincipalModel principal,
String permissionName)
|
Collection<PermissionAssignment> |
PermissionManagementService.getAttributePermissionsForPrincipal(AttributeDescriptorModel attribute,
PrincipalModel... principal)
Returns a collection representing permissions assigned to given attribute for specified principal(s).
|
Collection<PermissionAssignment> |
PermissionManagementService.getGlobalPermissionsForPrincipal(PrincipalModel... principal)
Returns a collection representing all global permission assignments for specified principal(s).
|
Collection<PermissionAssignment> |
PermissionManagementService.getItemPermissionsForPrincipal(ItemModel item,
PrincipalModel... principal)
Returns a collection representing permissions assigned to given item for specified principal(s).
|
Collection<PermissionAssignment> |
PermissionManagementService.getTypePermissionsForPrincipal(ComposedTypeModel type,
PrincipalModel... principal)
Returns a collection representing permissions assigned to given type for specified principal(s).
|
void |
PermissionManagementService.removeAttributePermissionsForPrincipal(AttributeDescriptorModel attribute,
PrincipalModel... principal)
Removes all permission assignments from an attribute descriptor that refer to given principal(s).
|
void |
PermissionManagementService.removeGlobalPermissionsForPrincipal(PrincipalModel... principal)
Removes all global permission assignments that refer to given principal(s).
|
void |
PermissionManagementService.removeItemPermissionsForPrincipal(ItemModel item,
PrincipalModel... principal)
Removes all permission assignments from an item that refer to given principal(s).
|
void |
PermissionManagementService.removeTypePermissionsForPrincipal(ComposedTypeModel type,
PrincipalModel... principal)
Removes all permission assignments from a type that refer to given principal(s).
|
| Constructor and Description |
|---|
PermissionAssignment(String permissionName,
PrincipalModel principal)
Constructor for "granting" a permission.
|
PermissionAssignment(String permissionName,
PrincipalModel principal,
boolean denied)
This constructor can be used to create a denying permission assignment.
|
| Modifier and Type | Method and Description |
|---|---|
protected PrincipalModel |
DefaultPermissionCheckingService.getDefaultPrincipal() |
| Modifier and Type | Method and Description |
|---|---|
PermissionCheckResult |
DefaultPermissionCheckingService.checkAttributeDescriptorPermission(AttributeDescriptorModel attributeDescriptor,
PrincipalModel principal,
String permissionName) |
PermissionCheckResult |
DefaultPermissionCheckingService.checkAttributeDescriptorPermission(String typeCode,
String attributeQualifier,
PrincipalModel principal,
String permissionName) |
protected PermissionCheckValue |
DefaultPermissionCheckingService.checkAttributePermission(AttributeDescriptorModel attributeDescriptor,
PrincipalModel principal,
String permissionName)
Checks the type permission upon this attribute of the given principal.
|
PermissionCheckResult |
DefaultPermissionCheckingService.checkGlobalPermission(PrincipalModel principal,
String permissionName) |
PermissionCheckResult |
DefaultPermissionCheckingService.checkItemPermission(ItemModel item,
PrincipalModel principal,
String permissionName)
This method tries to check for item permission assignments first.
|
protected PermissionCheckValue |
DefaultPermissionCheckingService.checkItemPermissionForPrincipalHierarchy(ItemModel item,
PrincipalModel principal,
String permissionName)
Checks permission assignments for given item, permission and principal (with it's groups hierarchy).
|
protected PermissionCheckValue |
DefaultPermissionCheckingService.checkPermissionForGlobal(PrincipalModel principal,
String permissionName)
Checks global assignment of given permission to given principal.
|
protected PermissionCheckValue |
DefaultPermissionCheckingService.checkPermissionForItem(ItemModel item,
PrincipalModel principal,
String permissionName)
Checks assignment of given permission to given item for given principal.
|
PermissionCheckResult |
DefaultPermissionCheckingService.checkTypePermission(ComposedTypeModel type,
PrincipalModel principal,
String permissionName)
This method tries to check for type permission assignments first.
|
PermissionCheckResult |
DefaultPermissionCheckingService.checkTypePermission(String typeCode,
PrincipalModel principal,
String permissionName) |
protected PermissionCheckValue |
DefaultPermissionCheckingService.checkTypePermissionForTypeHierarchy(ComposedTypeModel type,
PrincipalModel principal,
String permissionName)
Checks permission assignments for given type (involving type's ancestors), permission and principal (with it's
groups hierarchy).
|
protected PermissionCheckValue |
DefaultPermissionCheckingService.genericPermissionCheckingForPrincipalHierarchy(PermissionChecker permissionChecker,
PrincipalModel principal,
String permissionName)
Generic method for checking permissions within principal groups hierarchy.
|
Collection<PermissionAssignment> |
DefaultPermissionManagementService.getAttributePermissionsForPrincipal(AttributeDescriptorModel attribute,
PrincipalModel... principal) |
Collection<PermissionAssignment> |
DefaultPermissionManagementService.getGlobalPermissionsForPrincipal(PrincipalModel... principal) |
Collection<PermissionAssignment> |
DefaultPermissionManagementService.getItemPermissionsForPrincipal(ItemModel item,
PrincipalModel... principal) |
Collection<PermissionAssignment> |
DefaultPermissionManagementService.getTypePermissionsForPrincipal(ComposedTypeModel type,
PrincipalModel... principal) |
void |
DefaultPermissionManagementService.removeAttributePermissionsForPrincipal(AttributeDescriptorModel attribute,
PrincipalModel... principal) |
void |
DefaultPermissionManagementService.removeGlobalPermissionsForPrincipal(PrincipalModel... principal) |
void |
DefaultPermissionManagementService.removeItemPermissionsForPrincipal(ItemModel item,
PrincipalModel... principal) |
void |
DefaultPermissionManagementService.removeTypePermissionsForPrincipal(ComposedTypeModel type,
PrincipalModel... principal) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<PermissionAssignment> |
DefaultPermissionManagementService.getGlobalPermissionsForPrincipal(Collection<PrincipalModel> principals)
Returns global permissions for given principals
|
protected Collection<PermissionAssignment> |
DefaultPermissionManagementService.getItemPermissionsForPrincipals(ItemModel item,
Collection<PrincipalModel> principals) |
protected void |
DefaultPermissionManagementService.removeGlobalPermissionsForPrincipals(Collection<PrincipalModel> principals) |
protected void |
DefaultPermissionManagementService.removePermissionsForPrincipals(ItemModel item,
Collection<PrincipalModel> principals) |
| Modifier and Type | Method and Description |
|---|---|
PermissionCheckValue |
PrincipalHierarchyCheckingStrategy.checkPermissionsForPrincipalHierarchy(PermissionChecker permissionChecker,
PrincipalModel principal,
String permissionName)
Checks for permissions within principal groups hierarchy.
|
| Modifier and Type | Method and Description |
|---|---|
PermissionCheckValue |
DefaultPrincipalHierarchyCheckingStrategy.checkPermissionsForPrincipalHierarchy(PermissionChecker permissionChecker,
PrincipalModel principal,
String permissionName) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrincipalCatalogVersionsPrepareInterceptor.onPrepare(PrincipalModel principalModel,
InterceptorContext ctx) |
| Modifier and Type | Class and Description |
|---|---|
class |
CsAgentGroupModel
Generated model class for type CsAgentGroup first defined at extension ticketsystem.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PrincipalModel> |
UserRestrictionModel.getUsers()
Generated method - Getter of the
UserRestriction.users attribute defined at extension voucher. |
| Modifier and Type | Method and Description |
|---|---|
void |
UserRestrictionModel.setUsers(Collection<PrincipalModel> value)
Generated method - Setter of
UserRestriction.users attribute defined at extension voucher. |
| Constructor and Description |
|---|
UserRestrictionModel(Collection<PrincipalModel> _users,
VoucherModel _voucher)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
UserRestrictionModel(ItemModel _owner,
Collection<PrincipalModel> _users,
VoucherModel _voucher)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Map<AbstractOrderEntryModel,Long> |
WarehousingOrderCancelCancelableEntriesStrategy.getAllCancelableEntries(OrderModel order,
PrincipalModel requestor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WorkflowService.assignUser(PrincipalModel principal,
WorkflowModel workflow)
Assigns principal to workflow.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowTemplateModel> |
WorkflowDAO.getWorkflowTemplatesVisibleForUser(PrincipalModel principalModel)
Deprecated.
as of release 4.3, please use
WorkflowTemplateDao.findWorkflowTemplatesVisibleForPrincipal(de.hybris.platform.core.model.security.PrincipalModel) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowTemplateModel> |
DefaultWorkflowDAO.getWorkflowTemplatesVisibleForUser(PrincipalModel principalModel) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowTemplateModel> |
WorkflowTemplateDao.findWorkflowTemplatesVisibleForPrincipal(PrincipalModel principal) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowTemplateModel> |
DefaultWorkflowTemplateDao.findWorkflowTemplatesVisibleForPrincipal(PrincipalModel principal) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultWorkflowService.assignUser(PrincipalModel principalModel,
WorkflowModel workflowModel) |
| Modifier and Type | Method and Description |
|---|---|
PrincipalModel |
WorkflowModel.getPrincipalAssigned()
Generated method - Getter of the
Workflow.principalAssigned attribute defined at extension print. |
PrincipalModel |
AbstractWorkflowActionModel.getPrincipalAssigned()
Generated method - Getter of the
AbstractWorkflowAction.principalAssigned attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
Collection<PrincipalModel> |
WorkflowTemplateModel.getVisibleForPrincipals()
Generated method - Getter of the
WorkflowTemplate.visibleForPrincipals attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowModel.setPrincipalAssigned(PrincipalModel value)
Generated method - Setter of
Workflow.principalAssigned attribute defined at extension print. |
void |
AbstractWorkflowActionModel.setPrincipalAssigned(PrincipalModel value)
Generated method - Setter of
AbstractWorkflowAction.principalAssigned attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowTemplateModel.setVisibleForPrincipals(Collection<PrincipalModel> value)
Generated method - Setter of
WorkflowTemplate.visibleForPrincipals attribute defined at extension workflow. |
| Constructor and Description |
|---|
AbstractWorkflowActionModel(WorkflowActionType _actionType,
PrincipalModel _principalAssigned)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AbstractWorkflowActionModel(WorkflowActionType _actionType,
String _code,
UserModel _owner,
PrincipalModel _principalAssigned)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AutomatedWorkflowActionTemplateModel(WorkflowActionType _actionType,
PrincipalModel _principalAssigned,
WorkflowTemplateModel _workflow)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AutomatedWorkflowActionTemplateModel(WorkflowActionType _actionType,
String _code,
UserModel _owner,
PrincipalModel _principalAssigned,
WorkflowTemplateModel _workflow)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
WorkflowActionModel(WorkflowActionType _actionType,
PrincipalModel _principalAssigned,
WorkflowActionTemplateModel _template,
WorkflowModel _workflow)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
WorkflowActionModel(WorkflowActionType _actionType,
String _code,
UserModel _owner,
PrincipalModel _principalAssigned,
WorkflowActionTemplateModel _template,
WorkflowModel _workflow)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
WorkflowActionTemplateModel(WorkflowActionType _actionType,
PrincipalModel _principalAssigned,
WorkflowTemplateModel _workflow)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
WorkflowActionTemplateModel(WorkflowActionType _actionType,
String _code,
UserModel _owner,
PrincipalModel _principalAssigned,
WorkflowTemplateModel _workflow)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
WorkflowModel(WorkflowTemplateModel _job,
PrincipalModel _principalAssigned)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
WorkflowModel(WorkflowTemplateModel _job,
UserModel _owner,
PrincipalModel _principalAssigned)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowService.assignUser(PrincipalModel principalModel,
WorkflowModel workflow)
Deprecated.
as of release 4.3, please use
WorkflowService.assignUser(PrincipalModel, WorkflowModel) |
void |
WorkflowService.unassignUser(PrincipalModel principalModel,
WorkflowModel workflow)
Deprecated.
as of release 4.3, please use
WorkflowService.unassignUser(WorkflowModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowServiceImpl.assignUser(PrincipalModel principalModel,
WorkflowModel workflowModel)
Deprecated.
|
void |
WorkflowServiceImpl.unassignUser(PrincipalModel principalModel,
WorkflowModel workflowModel)
Deprecated.
|
Copyright © 2017 SAP SE. All Rights Reserved.