Constructor and Description |
---|
IssueSecurityLevelAddedEvent(Long schemeId,
SchemeEntity schemeEntity) |
Modifier and Type | Method and Description |
---|---|
Set<NotificationRecipient> |
IssueEventMailNotifierImpl.generateNotifications(List<SchemeEntity> schemeEntities,
IssueEvent issueEvent,
Set<NotificationRecipient> initialRecipientsToSkip) |
Set<NotificationRecipient> |
IssueEventMailNotifier.generateNotifications(List<SchemeEntity> schemeEntities,
IssueEvent issueEvent,
Set<NotificationRecipient> recipientsToSkip)
Creates and enqueues
MailQueueItem for the recipients that should be notified of the given IssueEvent. |
Constructor and Description |
---|
NotificationAddedEvent(Long schemeId,
SchemeEntity schemeEntity) |
NotificationDeletedEvent(Long schemeId,
SchemeEntity schemeEntity) |
Constructor and Description |
---|
PermissionAddedEvent(Long schemeId,
SchemeEntity schemeEntity) |
PermissionDeletedEvent(Long schemeId,
SchemeEntity schemeEntity) |
Constructor and Description |
---|
AbstractSchemeEntityEvent(Long schemeId,
SchemeEntity schemeEntity) |
Modifier and Type | Method and Description |
---|---|
protected SchemeEntity |
IssueSecuritySchemeManagerImpl.makeSchemeEntity(org.ofbiz.core.entity.GenericValue entity) |
Modifier and Type | Method and Description |
---|---|
org.ofbiz.core.entity.GenericValue |
IssueSecuritySchemeManagerImpl.createSchemeEntity(org.ofbiz.core.entity.GenericValue scheme,
SchemeEntity schemeEntity) |
protected org.ofbiz.core.entity.GenericValue |
IssueSecuritySchemeManagerImpl.createSchemeEntityNoEvent(org.ofbiz.core.entity.GenericValue scheme,
SchemeEntity schemeEntity) |
Modifier and Type | Method and Description |
---|---|
protected SchemeEntity |
DefaultNotificationSchemeManager.makeSchemeEntity(org.ofbiz.core.entity.GenericValue schemeEntityGV) |
Modifier and Type | Method and Description |
---|---|
List<SchemeEntity> |
DefaultNotificationSchemeManager.getNotificationSchemeEntities(Project project,
long entityTypeId) |
List<SchemeEntity> |
NotificationSchemeManager.getNotificationSchemeEntities(Project project,
long entityTypeId)
Get the notification scheme entities for this project and entity type.
|
Modifier and Type | Method and Description |
---|---|
org.ofbiz.core.entity.GenericValue |
DefaultNotificationSchemeManager.createSchemeEntity(org.ofbiz.core.entity.GenericValue scheme,
SchemeEntity schemeEntity) |
protected org.ofbiz.core.entity.GenericValue |
DefaultNotificationSchemeManager.createSchemeEntityNoEvent(org.ofbiz.core.entity.GenericValue scheme,
SchemeEntity schemeEntity) |
Set<NotificationRecipient> |
DefaultNotificationSchemeManager.getRecipients(IssueEvent event,
SchemeEntity scheme) |
Set<NotificationRecipient> |
NotificationSchemeManager.getRecipients(IssueEvent event,
SchemeEntity notification)
Retrieve the set of recipients for the event using the specified notification entity.
|
Modifier and Type | Method and Description |
---|---|
protected SchemeEntity |
DefaultPermissionSchemeManager.makeSchemeEntity(org.ofbiz.core.entity.GenericValue entity) |
SchemeEntity |
PermissionSchemeRepresentationConverter.schemeEntity(PermissionGrantInput permissionGrant,
Long schemeId) |
SchemeEntity |
PermissionSchemeRepresentationConverter.schemeEntity(PermissionGrant permissionGrant,
Long schemeId) |
Modifier and Type | Method and Description |
---|---|
org.ofbiz.core.entity.GenericValue |
DefaultPermissionSchemeManager.createSchemeEntity(org.ofbiz.core.entity.GenericValue scheme,
SchemeEntity schemeEntity)
Create a new permission record in the database
|
protected org.ofbiz.core.entity.GenericValue |
DefaultPermissionSchemeManager.createSchemeEntityNoEvent(org.ofbiz.core.entity.GenericValue scheme,
SchemeEntity schemeEntity) |
static io.atlassian.fugue.Option<ProjectPermissionKey> |
PermissionSchemeUtil.getPermissionKey(SchemeEntity schemeEntity)
Retrieves a permission key from a scheme entity's
entityTypeId field. |
io.atlassian.fugue.Option<PermissionGrant> |
PermissionSchemeRepresentationConverter.permissionGrant(SchemeEntity schemeEntity) |
Modifier and Type | Method and Description |
---|---|
protected abstract SchemeEntity |
AbstractSchemeManager.makeSchemeEntity(org.ofbiz.core.entity.GenericValue schemeEntityGV) |
Modifier and Type | Method and Description |
---|---|
Collection<SchemeEntity> |
Scheme.getEntities() |
List<SchemeEntity> |
Scheme.getEntitiesByType(Object typeId) |
Modifier and Type | Method and Description |
---|---|
void |
Scheme.addEntity(SchemeEntity entity)
Deprecated.
this class will be made immutable, create a new Scheme instead.
|
org.ofbiz.core.entity.GenericValue |
SchemeManager.createSchemeEntity(org.ofbiz.core.entity.GenericValue scheme,
SchemeEntity entity) |
protected abstract org.ofbiz.core.entity.GenericValue |
AbstractSchemeManager.createSchemeEntityNoEvent(org.ofbiz.core.entity.GenericValue scheme,
SchemeEntity schemeEntity) |
void |
Scheme.removeEntity(SchemeEntity entity)
Deprecated.
this class will be made immutable, create a new Scheme instead.
|
Modifier and Type | Method and Description |
---|---|
void |
Scheme.setEntities(Collection<SchemeEntity> entities)
Deprecated.
this class will be made immutable, create a new Scheme instead.
|
Constructor and Description |
---|
Scheme(Long id,
String type,
String name,
Collection<SchemeEntity> entities) |
Scheme(Long id,
String type,
String name,
String description,
Collection<SchemeEntity> entities) |
Modifier and Type | Method and Description |
---|---|
Template |
TemplateManager.getTemplate(SchemeEntity notificationSchemeEntity) |
Template |
DefaultTemplateManager.getTemplate(SchemeEntity notificationSchemeEntity)
Retrieve the template from the notification scheme entity.
|
Modifier and Type | Method and Description |
---|---|
protected SchemeEntity |
EagerWorkflowSchemeManager.makeSchemeEntity(org.ofbiz.core.entity.GenericValue entity) |
protected SchemeEntity |
DefaultWorkflowSchemeManager.makeSchemeEntity(org.ofbiz.core.entity.GenericValue entity) |
Modifier and Type | Method and Description |
---|---|
org.ofbiz.core.entity.GenericValue |
EagerWorkflowSchemeManager.createSchemeEntity(org.ofbiz.core.entity.GenericValue scheme,
SchemeEntity schemeEntity) |
org.ofbiz.core.entity.GenericValue |
DefaultWorkflowSchemeManager.createSchemeEntity(org.ofbiz.core.entity.GenericValue scheme,
SchemeEntity schemeEntity) |
org.ofbiz.core.entity.GenericValue |
EagerWorkflowSchemeManager.createSchemeEntity(long schemeId,
SchemeEntity schemeEntity) |
org.ofbiz.core.entity.GenericValue |
DefaultWorkflowSchemeManager.createSchemeEntity(long schemeId,
SchemeEntity schemeEntity) |
protected org.ofbiz.core.entity.GenericValue |
EagerWorkflowSchemeManager.createSchemeEntityNoEvent(org.ofbiz.core.entity.GenericValue scheme,
SchemeEntity schemeEntity) |
protected org.ofbiz.core.entity.GenericValue |
DefaultWorkflowSchemeManager.createSchemeEntityNoEvent(org.ofbiz.core.entity.GenericValue scheme,
SchemeEntity schemeEntity) |
Copyright © 2002-2024 Atlassian. All Rights Reserved.