| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
GeneratedBackofficeManager.isBackOfficeLoginDisabled(Principal item)
Generated method - Getter of the
Principal.backOfficeLoginDisabled attribute. |
java.lang.Boolean |
GeneratedBackofficeManager.isBackOfficeLoginDisabled(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.backOfficeLoginDisabled attribute. |
boolean |
GeneratedBackofficeManager.isBackOfficeLoginDisabledAsPrimitive(Principal item)
Generated method - Getter of the
Principal.backOfficeLoginDisabled attribute. |
boolean |
GeneratedBackofficeManager.isBackOfficeLoginDisabledAsPrimitive(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.backOfficeLoginDisabled attribute. |
void |
GeneratedBackofficeManager.setBackOfficeLoginDisabled(Principal item,
boolean value)
Generated method - Setter of the
Principal.backOfficeLoginDisabled attribute. |
void |
GeneratedBackofficeManager.setBackOfficeLoginDisabled(Principal item,
java.lang.Boolean value)
Generated method - Setter of the
Principal.backOfficeLoginDisabled attribute. |
void |
GeneratedBackofficeManager.setBackOfficeLoginDisabled(SessionContext ctx,
Principal item,
boolean value)
Generated method - Setter of the
Principal.backOfficeLoginDisabled attribute. |
void |
GeneratedBackofficeManager.setBackOfficeLoginDisabled(SessionContext ctx,
Principal item,
java.lang.Boolean value)
Generated method - Setter of the
Principal.backOfficeLoginDisabled attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
BackofficeRole |
class |
GeneratedBackofficeRole
Generated class for type
BackofficeRole. |
| Modifier and Type | Class and Description |
|---|---|
class |
B2BCustomer |
class |
B2BUnit |
class |
B2BUserGroup |
class |
GeneratedB2BCustomer
Generated class for type
B2BCustomer. |
class |
GeneratedB2BUnit
Generated class for type
B2BUnit. |
class |
GeneratedB2BUserGroup
Generated class for type
B2BUserGroup. |
| Modifier and Type | Class and Description |
|---|---|
class |
Company
A company may act as a buyer or supplier of a catalog specified in the
Agreement. |
class |
GeneratedCompany
Generated class for type
Company. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Principal> |
CatalogManager.getAllowedPrincipals(Category item) |
java.util.List<Principal> |
CatalogManager.getAllowedPrincipals(SessionContext ctx,
Category item)
Generated methods from old GeneratedCatalogManager starts
|
java.util.List<Principal> |
GeneratedCatalogVersion.getReadPrincipals()
Generated method - Getter of the
CatalogVersion.readPrincipals attribute. |
java.util.List<Principal> |
GeneratedCatalogVersion.getReadPrincipals(SessionContext ctx)
Generated method - Getter of the
CatalogVersion.readPrincipals attribute. |
java.util.List<Principal> |
GeneratedSyncItemJob.getSyncPrincipals()
Generated method - Getter of the
SyncItemJob.syncPrincipals attribute. |
java.util.List<Principal> |
GeneratedSyncItemJob.getSyncPrincipals(SessionContext ctx)
Generated method - Getter of the
SyncItemJob.syncPrincipals attribute. |
java.util.List<Principal> |
GeneratedCatalogVersion.getWritePrincipals()
Generated method - Getter of the
CatalogVersion.writePrincipals attribute. |
java.util.List<Principal> |
GeneratedCatalogVersion.getWritePrincipals(SessionContext ctx)
Generated method - Getter of the
CatalogVersion.writePrincipals attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogManager.addToAllowedPrincipals(Category item,
Principal value) |
void |
CatalogManager.addToAllowedPrincipals(SessionContext ctx,
Category item,
Principal value) |
void |
GeneratedCatalogManager.addToReadableCatalogVersions(Principal item,
CatalogVersion value)
Generated method - Adds
value to readableCatalogVersions. |
void |
GeneratedCatalogManager.addToReadableCatalogVersions(SessionContext ctx,
Principal item,
CatalogVersion value)
Generated method - Adds
value to readableCatalogVersions. |
void |
GeneratedCatalogVersion.addToReadPrincipals(Principal value)
Generated method - Adds
value to readPrincipals. |
void |
GeneratedCatalogVersion.addToReadPrincipals(SessionContext ctx,
Principal value)
Generated method - Adds
value to readPrincipals. |
void |
GeneratedCatalogManager.addToSyncJobs(Principal item,
SyncItemJob value)
Generated method - Adds
value to syncJobs. |
void |
GeneratedCatalogManager.addToSyncJobs(SessionContext ctx,
Principal item,
SyncItemJob value)
Generated method - Adds
value to syncJobs. |
void |
GeneratedSyncItemJob.addToSyncPrincipals(Principal value)
Generated method - Adds
value to syncPrincipals. |
void |
GeneratedSyncItemJob.addToSyncPrincipals(SessionContext ctx,
Principal value)
Generated method - Adds
value to syncPrincipals. |
void |
GeneratedCatalogManager.addToWritableCatalogVersions(Principal item,
CatalogVersion value)
Generated method - Adds
value to writableCatalogVersions. |
void |
GeneratedCatalogManager.addToWritableCatalogVersions(SessionContext ctx,
Principal item,
CatalogVersion value)
Generated method - Adds
value to writableCatalogVersions. |
void |
GeneratedCatalogVersion.addToWritePrincipals(Principal value)
Generated method - Adds
value to writePrincipals. |
void |
GeneratedCatalogVersion.addToWritePrincipals(SessionContext ctx,
Principal value)
Generated method - Adds
value to writePrincipals. |
java.util.Collection<Category> |
GeneratedCatalogManager.getAccessibleCategories(Principal item)
Generated method - Getter of the
Principal.accessibleCategories attribute. |
java.util.Collection<Category> |
GeneratedCatalogManager.getAccessibleCategories(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.accessibleCategories attribute. |
long |
GeneratedCatalogManager.getAccessibleCategoriesCount(Principal item) |
long |
GeneratedCatalogManager.getAccessibleCategoriesCount(SessionContext ctx,
Principal item) |
java.util.List<CatalogVersion> |
GeneratedCatalogManager.getReadableCatalogVersions(Principal item)
Generated method - Getter of the
Principal.readableCatalogVersions attribute. |
java.util.List<CatalogVersion> |
GeneratedCatalogManager.getReadableCatalogVersions(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.readableCatalogVersions attribute. |
long |
GeneratedCatalogManager.getReadableCatalogVersionsCount(Principal item) |
long |
GeneratedCatalogManager.getReadableCatalogVersionsCount(SessionContext ctx,
Principal item) |
java.util.Collection<SyncItemJob> |
GeneratedCatalogManager.getSyncJobs(Principal item)
Generated method - Getter of the
Principal.syncJobs attribute. |
java.util.Collection<SyncItemJob> |
GeneratedCatalogManager.getSyncJobs(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.syncJobs attribute. |
long |
GeneratedCatalogManager.getSyncJobsCount(Principal item) |
long |
GeneratedCatalogManager.getSyncJobsCount(SessionContext ctx,
Principal item) |
java.util.List<CatalogVersion> |
GeneratedCatalogManager.getWritableCatalogVersions(Principal item)
Generated method - Getter of the
Principal.writableCatalogVersions attribute. |
java.util.List<CatalogVersion> |
GeneratedCatalogManager.getWritableCatalogVersions(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.writableCatalogVersions attribute. |
long |
GeneratedCatalogManager.getWritableCatalogVersionsCount(Principal item) |
long |
GeneratedCatalogManager.getWritableCatalogVersionsCount(SessionContext ctx,
Principal item) |
void |
CatalogManager.removeFromAllowedPrincipals(Category item,
Principal value) |
void |
CatalogManager.removeFromAllowedPrincipals(SessionContext ctx,
Category item,
Principal value) |
void |
GeneratedCatalogManager.removeFromReadableCatalogVersions(Principal item,
CatalogVersion value)
Generated method - Removes
value from readableCatalogVersions. |
void |
GeneratedCatalogManager.removeFromReadableCatalogVersions(SessionContext ctx,
Principal item,
CatalogVersion value)
Generated method - Removes
value from readableCatalogVersions. |
void |
GeneratedCatalogVersion.removeFromReadPrincipals(Principal value)
Generated method - Removes
value from readPrincipals. |
void |
GeneratedCatalogVersion.removeFromReadPrincipals(SessionContext ctx,
Principal value)
Generated method - Removes
value from readPrincipals. |
void |
GeneratedCatalogManager.removeFromSyncJobs(Principal item,
SyncItemJob value)
Generated method - Removes
value from syncJobs. |
void |
GeneratedCatalogManager.removeFromSyncJobs(SessionContext ctx,
Principal item,
SyncItemJob value)
Generated method - Removes
value from syncJobs. |
void |
GeneratedSyncItemJob.removeFromSyncPrincipals(Principal value)
Generated method - Removes
value from syncPrincipals. |
void |
GeneratedSyncItemJob.removeFromSyncPrincipals(SessionContext ctx,
Principal value)
Generated method - Removes
value from syncPrincipals. |
void |
GeneratedCatalogManager.removeFromWritableCatalogVersions(Principal item,
CatalogVersion value)
Generated method - Removes
value from writableCatalogVersions. |
void |
GeneratedCatalogManager.removeFromWritableCatalogVersions(SessionContext ctx,
Principal item,
CatalogVersion value)
Generated method - Removes
value from writableCatalogVersions. |
void |
GeneratedCatalogVersion.removeFromWritePrincipals(Principal value)
Generated method - Removes
value from writePrincipals. |
void |
GeneratedCatalogVersion.removeFromWritePrincipals(SessionContext ctx,
Principal value)
Generated method - Removes
value from writePrincipals. |
void |
GeneratedCatalogManager.setReadableCatalogVersions(Principal item,
java.util.List<CatalogVersion> value)
Generated method - Setter of the
Principal.readableCatalogVersions attribute. |
void |
GeneratedCatalogManager.setReadableCatalogVersions(SessionContext ctx,
Principal item,
java.util.List<CatalogVersion> value)
Generated method - Setter of the
Principal.readableCatalogVersions attribute. |
void |
CatalogManager.setReadableCatalogVersions(SessionContext ctx,
Principal principal,
java.util.List<CatalogVersion> value)
Deprecated.
since ages - Use PrincipalModel.setReadableCatalogVersions(List) instead.
|
void |
GeneratedCatalogManager.setSyncJobs(Principal item,
java.util.Collection<SyncItemJob> value)
Generated method - Setter of the
Principal.syncJobs attribute. |
void |
GeneratedCatalogManager.setSyncJobs(SessionContext ctx,
Principal item,
java.util.Collection<SyncItemJob> value)
Generated method - Setter of the
Principal.syncJobs attribute. |
void |
GeneratedCatalogManager.setWritableCatalogVersions(Principal item,
java.util.List<CatalogVersion> value)
Generated method - Setter of the
Principal.writableCatalogVersions attribute. |
void |
GeneratedCatalogManager.setWritableCatalogVersions(SessionContext ctx,
Principal item,
java.util.List<CatalogVersion> value)
Generated method - Setter of the
Principal.writableCatalogVersions attribute. |
void |
CatalogManager.setWritableCatalogVersions(SessionContext ctx,
Principal principal,
java.util.List<CatalogVersion> value)
Deprecated.
since ages - Use
PrincipalModel.setWritableCatalogVersions(List) instead. |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogManager.setAllowedPrincipals(Category item,
java.util.List<Principal> value) |
void |
CatalogManager.setAllowedPrincipals(SessionContext ctx,
Category cat,
java.util.List<Principal> newOnes)
Deprecated.
since ages - use
CategoryService.setAllowedPrincipalsForCategory(de.hybris.platform.category.model.CategoryModel, List)
instead. |
void |
CatalogManager.setAllowedPrincipalsOnlyForGivenCategory(SessionContext ctx,
Category item,
java.util.List<Principal> value) |
void |
GeneratedCatalogVersion.setReadPrincipals(java.util.List<Principal> value)
Generated method - Setter of the
CatalogVersion.readPrincipals attribute. |
void |
GeneratedCatalogVersion.setReadPrincipals(SessionContext ctx,
java.util.List<Principal> value)
Generated method - Setter of the
CatalogVersion.readPrincipals attribute. |
void |
CatalogVersion.setReadPrincipals(SessionContext ctx,
java.util.List<Principal> param) |
void |
GeneratedSyncItemJob.setSyncPrincipals(java.util.List<Principal> value)
Generated method - Setter of the
SyncItemJob.syncPrincipals attribute. |
void |
GeneratedSyncItemJob.setSyncPrincipals(SessionContext ctx,
java.util.List<Principal> value)
Generated method - Setter of the
SyncItemJob.syncPrincipals attribute. |
void |
GeneratedCatalogVersion.setWritePrincipals(java.util.List<Principal> value)
Generated method - Setter of the
CatalogVersion.writePrincipals attribute. |
void |
GeneratedCatalogVersion.setWritePrincipals(SessionContext ctx,
java.util.List<Principal> value)
Generated method - Setter of the
CatalogVersion.writePrincipals attribute. |
void |
CatalogVersion.setWritePrincipals(SessionContext ctx,
java.util.List<Principal> param) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Principal> |
GeneratedCategory.getAllowedPrincipals()
Generated method - Getter of the
Category.allowedPrincipals attribute. |
java.util.List<Principal> |
GeneratedCategory.getAllowedPrincipals(SessionContext ctx)
Generated method - Getter of the
Category.allowedPrincipals attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedCategory.addToAllowedPrincipals(Principal value)
Generated method - Adds
value to allowedPrincipals. |
void |
GeneratedCategory.addToAllowedPrincipals(SessionContext ctx,
Principal value)
Generated method - Adds
value to allowedPrincipals. |
void |
GeneratedCategory.removeFromAllowedPrincipals(Principal value)
Generated method - Removes
value from allowedPrincipals. |
void |
GeneratedCategory.removeFromAllowedPrincipals(SessionContext ctx,
Principal value)
Generated method - Removes
value from allowedPrincipals. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Category.pullUpAllowedPrincipalInternals(SessionContext ctx,
Category superCat,
java.util.List<Principal> newOnes)
Deprecated.
since ages - covered by
CategoryPrincipalStrategy. |
void |
GeneratedCategory.setAllowedPrincipals(java.util.List<Principal> value)
Generated method - Setter of the
Category.allowedPrincipals attribute. |
void |
GeneratedCategory.setAllowedPrincipals(SessionContext ctx,
java.util.List<Principal> value)
Generated method - Setter of the
Category.allowedPrincipals attribute. |
void |
Category.setAllowedPrincipals(SessionContext ctx,
java.util.List<Principal> newOnes)
Deprecated.
since ages - use
CategoryService.setAllowedPrincipalsForCategory(de.hybris.platform.category.model.CategoryModel, List)
instead. |
void |
Category.setAllowedPrincipalsOnlyForPassedCategory(SessionContext ctx,
java.util.List<Principal> value) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CockpitUIComponentConfiguration> |
CockpitUIComponentConfigurationDao.findCockpitUIComponentConfigurationsByPrincipal(Principal principal) |
java.util.List<java.lang.String> |
CockpitUIComponentConfigurationDao.findRoleNamesByPrincipal(Principal principal) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CockpitUIComponentConfiguration> |
DefaultCockpitUIComponentConfigurationDao.findCockpitUIComponentConfigurationsByPrincipal(Principal principal) |
java.util.List<java.lang.String> |
DefaultCockpitUIComponentConfigurationDao.findRoleNamesByPrincipal(Principal principal) |
| Modifier and Type | Method and Description |
|---|---|
Principal |
GeneratedCockpitUIComponentConfiguration.getPrincipal()
Generated method - Getter of the
CockpitUIComponentConfiguration.principal attribute. |
Principal |
GeneratedCockpitUIComponentConfiguration.getPrincipal(SessionContext ctx)
Generated method - Getter of the
CockpitUIComponentConfiguration.principal attribute. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Principal> |
GeneratedCockpitObjectAbstractCollection.getReadPrincipals()
Generated method - Getter of the
CockpitObjectAbstractCollection.readPrincipals attribute. |
java.util.Collection<Principal> |
GeneratedCockpitUIComponentAccessRight.getReadPrincipals()
Generated method - Getter of the
CockpitUIComponentAccessRight.readPrincipals attribute. |
java.util.Collection<Principal> |
GeneratedCockpitObjectAbstractCollection.getReadPrincipals(SessionContext ctx)
Generated method - Getter of the
CockpitObjectAbstractCollection.readPrincipals attribute. |
java.util.Collection<Principal> |
GeneratedCockpitUIComponentAccessRight.getReadPrincipals(SessionContext ctx)
Generated method - Getter of the
CockpitUIComponentAccessRight.readPrincipals attribute. |
java.util.Collection<Principal> |
GeneratedCockpitSavedQuery.getReadSavedQueryPrincipals()
Generated method - Getter of the
CockpitSavedQuery.readSavedQueryPrincipals attribute. |
java.util.Collection<Principal> |
GeneratedCockpitSavedQuery.getReadSavedQueryPrincipals(SessionContext ctx)
Generated method - Getter of the
CockpitSavedQuery.readSavedQueryPrincipals attribute. |
java.util.Collection<Principal> |
GeneratedCockpitObjectAbstractCollection.getWritePrincipals()
Generated method - Getter of the
CockpitObjectAbstractCollection.writePrincipals attribute. |
java.util.Collection<Principal> |
GeneratedCockpitUIComponentAccessRight.getWritePrincipals()
Generated method - Getter of the
CockpitUIComponentAccessRight.writePrincipals attribute. |
java.util.Collection<Principal> |
GeneratedCockpitObjectAbstractCollection.getWritePrincipals(SessionContext ctx)
Generated method - Getter of the
CockpitObjectAbstractCollection.writePrincipals attribute. |
java.util.Collection<Principal> |
GeneratedCockpitUIComponentAccessRight.getWritePrincipals(SessionContext ctx)
Generated method - Getter of the
CockpitUIComponentAccessRight.writePrincipals attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedCockpitManager.addToCockpitUIConfigurations(Principal item,
CockpitUIComponentConfiguration value)
Generated method - Adds
value to cockpitUIConfigurations. |
void |
GeneratedCockpitManager.addToCockpitUIConfigurations(SessionContext ctx,
Principal item,
CockpitUIComponentConfiguration value)
Generated method - Adds
value to cockpitUIConfigurations. |
void |
GeneratedCockpitManager.addToReadableCockpitUIComponents(Principal item,
CockpitUIComponentAccessRight value)
Generated method - Adds
value to readableCockpitUIComponents. |
void |
GeneratedCockpitManager.addToReadableCockpitUIComponents(SessionContext ctx,
Principal item,
CockpitUIComponentAccessRight value)
Generated method - Adds
value to readableCockpitUIComponents. |
void |
GeneratedCockpitManager.addToReadCollections(Principal item,
CockpitObjectAbstractCollection value)
Generated method - Adds
value to readCollections. |
void |
GeneratedCockpitManager.addToReadCollections(SessionContext ctx,
Principal item,
CockpitObjectAbstractCollection value)
Generated method - Adds
value to readCollections. |
void |
GeneratedCockpitObjectAbstractCollection.addToReadPrincipals(Principal value)
Generated method - Adds
value to readPrincipals. |
void |
GeneratedCockpitUIComponentAccessRight.addToReadPrincipals(Principal value)
Generated method - Adds
value to readPrincipals. |
void |
GeneratedCockpitObjectAbstractCollection.addToReadPrincipals(SessionContext ctx,
Principal value)
Generated method - Adds
value to readPrincipals. |
void |
GeneratedCockpitUIComponentAccessRight.addToReadPrincipals(SessionContext ctx,
Principal value)
Generated method - Adds
value to readPrincipals. |
void |
GeneratedCockpitManager.addToReadSavedQueries(Principal item,
CockpitSavedQuery value)
Generated method - Adds
value to readSavedQueries. |
void |
GeneratedCockpitManager.addToReadSavedQueries(SessionContext ctx,
Principal item,
CockpitSavedQuery value)
Generated method - Adds
value to readSavedQueries. |
void |
GeneratedCockpitSavedQuery.addToReadSavedQueryPrincipals(Principal value)
Generated method - Adds
value to readSavedQueryPrincipals. |
void |
GeneratedCockpitSavedQuery.addToReadSavedQueryPrincipals(SessionContext ctx,
Principal value)
Generated method - Adds
value to readSavedQueryPrincipals. |
void |
GeneratedCockpitManager.addToWritableCockpitUIComponents(Principal item,
CockpitUIComponentAccessRight value)
Generated method - Adds
value to writableCockpitUIComponents. |
void |
GeneratedCockpitManager.addToWritableCockpitUIComponents(SessionContext ctx,
Principal item,
CockpitUIComponentAccessRight value)
Generated method - Adds
value to writableCockpitUIComponents. |
void |
GeneratedCockpitManager.addToWriteCollections(Principal item,
CockpitObjectAbstractCollection value)
Generated method - Adds
value to writeCollections. |
void |
GeneratedCockpitManager.addToWriteCollections(SessionContext ctx,
Principal item,
CockpitObjectAbstractCollection value)
Generated method - Adds
value to writeCollections. |
void |
GeneratedCockpitObjectAbstractCollection.addToWritePrincipals(Principal value)
Generated method - Adds
value to writePrincipals. |
void |
GeneratedCockpitUIComponentAccessRight.addToWritePrincipals(Principal value)
Generated method - Adds
value to writePrincipals. |
void |
GeneratedCockpitObjectAbstractCollection.addToWritePrincipals(SessionContext ctx,
Principal value)
Generated method - Adds
value to writePrincipals. |
void |
GeneratedCockpitUIComponentAccessRight.addToWritePrincipals(SessionContext ctx,
Principal value)
Generated method - Adds
value to writePrincipals. |
CockpitUIComponentConfiguration |
CockpitManager.createCockpitUIComponentConfiguration(java.lang.String factoryBean,
java.lang.String code,
java.lang.String objectTemplateCode,
Principal principal,
Media media) |
java.util.Collection<CockpitUIComponentConfiguration> |
GeneratedCockpitManager.getCockpitUIConfigurations(Principal item)
Generated method - Getter of the
Principal.cockpitUIConfigurations attribute. |
java.util.Collection<CockpitUIComponentConfiguration> |
GeneratedCockpitManager.getCockpitUIConfigurations(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.cockpitUIConfigurations attribute. |
java.util.Collection<CockpitUIComponentAccessRight> |
GeneratedCockpitManager.getReadableCockpitUIComponents(Principal item)
Generated method - Getter of the
Principal.readableCockpitUIComponents attribute. |
java.util.Collection<CockpitUIComponentAccessRight> |
GeneratedCockpitManager.getReadableCockpitUIComponents(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.readableCockpitUIComponents attribute. |
long |
GeneratedCockpitManager.getReadableCockpitUIComponentsCount(Principal item) |
long |
GeneratedCockpitManager.getReadableCockpitUIComponentsCount(SessionContext ctx,
Principal item) |
java.util.Collection<CockpitObjectAbstractCollection> |
GeneratedCockpitManager.getReadCollections(Principal item)
Generated method - Getter of the
Principal.readCollections attribute. |
java.util.Collection<CockpitObjectAbstractCollection> |
GeneratedCockpitManager.getReadCollections(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.readCollections attribute. |
long |
GeneratedCockpitManager.getReadCollectionsCount(Principal item) |
long |
GeneratedCockpitManager.getReadCollectionsCount(SessionContext ctx,
Principal item) |
java.util.Collection<CockpitSavedQuery> |
GeneratedCockpitManager.getReadSavedQueries(Principal item)
Generated method - Getter of the
Principal.readSavedQueries attribute. |
java.util.Collection<CockpitSavedQuery> |
GeneratedCockpitManager.getReadSavedQueries(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.readSavedQueries attribute. |
long |
GeneratedCockpitManager.getReadSavedQueriesCount(Principal item) |
long |
GeneratedCockpitManager.getReadSavedQueriesCount(SessionContext ctx,
Principal item) |
java.util.Collection<CockpitUIComponentAccessRight> |
GeneratedCockpitManager.getWritableCockpitUIComponents(Principal item)
Generated method - Getter of the
Principal.writableCockpitUIComponents attribute. |
java.util.Collection<CockpitUIComponentAccessRight> |
GeneratedCockpitManager.getWritableCockpitUIComponents(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.writableCockpitUIComponents attribute. |
long |
GeneratedCockpitManager.getWritableCockpitUIComponentsCount(Principal item) |
long |
GeneratedCockpitManager.getWritableCockpitUIComponentsCount(SessionContext ctx,
Principal item) |
java.util.Collection<CockpitObjectAbstractCollection> |
GeneratedCockpitManager.getWriteCollections(Principal item)
Generated method - Getter of the
Principal.writeCollections attribute. |
java.util.Collection<CockpitObjectAbstractCollection> |
GeneratedCockpitManager.getWriteCollections(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.writeCollections attribute. |
long |
GeneratedCockpitManager.getWriteCollectionsCount(Principal item) |
long |
GeneratedCockpitManager.getWriteCollectionsCount(SessionContext ctx,
Principal item) |
void |
GeneratedCockpitManager.removeFromCockpitUIConfigurations(Principal item,
CockpitUIComponentConfiguration value)
Generated method - Removes
value from cockpitUIConfigurations. |
void |
GeneratedCockpitManager.removeFromCockpitUIConfigurations(SessionContext ctx,
Principal item,
CockpitUIComponentConfiguration value)
Generated method - Removes
value from cockpitUIConfigurations. |
void |
GeneratedCockpitManager.removeFromReadableCockpitUIComponents(Principal item,
CockpitUIComponentAccessRight value)
Generated method - Removes
value from readableCockpitUIComponents. |
void |
GeneratedCockpitManager.removeFromReadableCockpitUIComponents(SessionContext ctx,
Principal item,
CockpitUIComponentAccessRight value)
Generated method - Removes
value from readableCockpitUIComponents. |
void |
GeneratedCockpitManager.removeFromReadCollections(Principal item,
CockpitObjectAbstractCollection value)
Generated method - Removes
value from readCollections. |
void |
GeneratedCockpitManager.removeFromReadCollections(SessionContext ctx,
Principal item,
CockpitObjectAbstractCollection value)
Generated method - Removes
value from readCollections. |
void |
GeneratedCockpitObjectAbstractCollection.removeFromReadPrincipals(Principal value)
Generated method - Removes
value from readPrincipals. |
void |
GeneratedCockpitUIComponentAccessRight.removeFromReadPrincipals(Principal value)
Generated method - Removes
value from readPrincipals. |
void |
GeneratedCockpitObjectAbstractCollection.removeFromReadPrincipals(SessionContext ctx,
Principal value)
Generated method - Removes
value from readPrincipals. |
void |
GeneratedCockpitUIComponentAccessRight.removeFromReadPrincipals(SessionContext ctx,
Principal value)
Generated method - Removes
value from readPrincipals. |
void |
GeneratedCockpitManager.removeFromReadSavedQueries(Principal item,
CockpitSavedQuery value)
Generated method - Removes
value from readSavedQueries. |
void |
GeneratedCockpitManager.removeFromReadSavedQueries(SessionContext ctx,
Principal item,
CockpitSavedQuery value)
Generated method - Removes
value from readSavedQueries. |
void |
GeneratedCockpitSavedQuery.removeFromReadSavedQueryPrincipals(Principal value)
Generated method - Removes
value from readSavedQueryPrincipals. |
void |
GeneratedCockpitSavedQuery.removeFromReadSavedQueryPrincipals(SessionContext ctx,
Principal value)
Generated method - Removes
value from readSavedQueryPrincipals. |
void |
GeneratedCockpitManager.removeFromWritableCockpitUIComponents(Principal item,
CockpitUIComponentAccessRight value)
Generated method - Removes
value from writableCockpitUIComponents. |
void |
GeneratedCockpitManager.removeFromWritableCockpitUIComponents(SessionContext ctx,
Principal item,
CockpitUIComponentAccessRight value)
Generated method - Removes
value from writableCockpitUIComponents. |
void |
GeneratedCockpitManager.removeFromWriteCollections(Principal item,
CockpitObjectAbstractCollection value)
Generated method - Removes
value from writeCollections. |
void |
GeneratedCockpitManager.removeFromWriteCollections(SessionContext ctx,
Principal item,
CockpitObjectAbstractCollection value)
Generated method - Removes
value from writeCollections. |
void |
GeneratedCockpitObjectAbstractCollection.removeFromWritePrincipals(Principal value)
Generated method - Removes
value from writePrincipals. |
void |
GeneratedCockpitUIComponentAccessRight.removeFromWritePrincipals(Principal value)
Generated method - Removes
value from writePrincipals. |
void |
GeneratedCockpitObjectAbstractCollection.removeFromWritePrincipals(SessionContext ctx,
Principal value)
Generated method - Removes
value from writePrincipals. |
void |
GeneratedCockpitUIComponentAccessRight.removeFromWritePrincipals(SessionContext ctx,
Principal value)
Generated method - Removes
value from writePrincipals. |
void |
GeneratedCockpitManager.setCockpitUIConfigurations(Principal item,
java.util.Collection<CockpitUIComponentConfiguration> value)
Generated method - Setter of the
Principal.cockpitUIConfigurations attribute. |
void |
GeneratedCockpitManager.setCockpitUIConfigurations(SessionContext ctx,
Principal item,
java.util.Collection<CockpitUIComponentConfiguration> value)
Generated method - Setter of the
Principal.cockpitUIConfigurations attribute. |
void |
GeneratedCockpitUIComponentConfiguration.setPrincipal(Principal value)
Generated method - Setter of the
CockpitUIComponentConfiguration.principal attribute. |
void |
GeneratedCockpitUIComponentConfiguration.setPrincipal(SessionContext ctx,
Principal value)
Generated method - Setter of the
CockpitUIComponentConfiguration.principal attribute. |
void |
GeneratedCockpitManager.setReadableCockpitUIComponents(Principal item,
java.util.Collection<CockpitUIComponentAccessRight> value)
Generated method - Setter of the
Principal.readableCockpitUIComponents attribute. |
void |
GeneratedCockpitManager.setReadableCockpitUIComponents(SessionContext ctx,
Principal item,
java.util.Collection<CockpitUIComponentAccessRight> value)
Generated method - Setter of the
Principal.readableCockpitUIComponents attribute. |
void |
GeneratedCockpitManager.setReadCollections(Principal item,
java.util.Collection<CockpitObjectAbstractCollection> value)
Generated method - Setter of the
Principal.readCollections attribute. |
void |
GeneratedCockpitManager.setReadCollections(SessionContext ctx,
Principal item,
java.util.Collection<CockpitObjectAbstractCollection> value)
Generated method - Setter of the
Principal.readCollections attribute. |
void |
GeneratedCockpitManager.setReadSavedQueries(Principal item,
java.util.Collection<CockpitSavedQuery> value)
Generated method - Setter of the
Principal.readSavedQueries attribute. |
void |
GeneratedCockpitManager.setReadSavedQueries(SessionContext ctx,
Principal item,
java.util.Collection<CockpitSavedQuery> value)
Generated method - Setter of the
Principal.readSavedQueries attribute. |
void |
GeneratedCockpitManager.setWritableCockpitUIComponents(Principal item,
java.util.Collection<CockpitUIComponentAccessRight> value)
Generated method - Setter of the
Principal.writableCockpitUIComponents attribute. |
void |
GeneratedCockpitManager.setWritableCockpitUIComponents(SessionContext ctx,
Principal item,
java.util.Collection<CockpitUIComponentAccessRight> value)
Generated method - Setter of the
Principal.writableCockpitUIComponents attribute. |
void |
GeneratedCockpitManager.setWriteCollections(Principal item,
java.util.Collection<CockpitObjectAbstractCollection> value)
Generated method - Setter of the
Principal.writeCollections attribute. |
void |
GeneratedCockpitManager.setWriteCollections(SessionContext ctx,
Principal item,
java.util.Collection<CockpitObjectAbstractCollection> value)
Generated method - Setter of the
Principal.writeCollections attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedCockpitObjectAbstractCollection.setReadPrincipals(java.util.Collection<Principal> value)
Generated method - Setter of the
CockpitObjectAbstractCollection.readPrincipals attribute. |
void |
GeneratedCockpitUIComponentAccessRight.setReadPrincipals(java.util.Collection<Principal> value)
Generated method - Setter of the
CockpitUIComponentAccessRight.readPrincipals attribute. |
void |
GeneratedCockpitObjectAbstractCollection.setReadPrincipals(SessionContext ctx,
java.util.Collection<Principal> value)
Generated method - Setter of the
CockpitObjectAbstractCollection.readPrincipals attribute. |
void |
GeneratedCockpitUIComponentAccessRight.setReadPrincipals(SessionContext ctx,
java.util.Collection<Principal> value)
Generated method - Setter of the
CockpitUIComponentAccessRight.readPrincipals attribute. |
void |
GeneratedCockpitSavedQuery.setReadSavedQueryPrincipals(java.util.Collection<Principal> value)
Generated method - Setter of the
CockpitSavedQuery.readSavedQueryPrincipals attribute. |
void |
GeneratedCockpitSavedQuery.setReadSavedQueryPrincipals(SessionContext ctx,
java.util.Collection<Principal> value)
Generated method - Setter of the
CockpitSavedQuery.readSavedQueryPrincipals attribute. |
void |
GeneratedCockpitObjectAbstractCollection.setWritePrincipals(java.util.Collection<Principal> value)
Generated method - Setter of the
CockpitObjectAbstractCollection.writePrincipals attribute. |
void |
GeneratedCockpitUIComponentAccessRight.setWritePrincipals(java.util.Collection<Principal> value)
Generated method - Setter of the
CockpitUIComponentAccessRight.writePrincipals attribute. |
void |
GeneratedCockpitObjectAbstractCollection.setWritePrincipals(SessionContext ctx,
java.util.Collection<Principal> value)
Generated method - Setter of the
CockpitObjectAbstractCollection.writePrincipals attribute. |
void |
GeneratedCockpitUIComponentAccessRight.setWritePrincipals(SessionContext ctx,
java.util.Collection<Principal> value)
Generated method - Setter of the
CockpitUIComponentAccessRight.writePrincipals attribute. |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
PrincipalLabelProvider.getIconPath(Principal item)
Deprecated.
|
protected java.lang.String |
PrincipalLabelProvider.getIconPath(Principal item,
java.lang.String languageIso)
Deprecated.
|
protected java.lang.String |
PrincipalLabelProvider.getItemDescription(Principal item)
Deprecated.
|
protected java.lang.String |
PrincipalLabelProvider.getItemDescription(Principal item,
java.lang.String languageIso)
Deprecated.
|
protected java.lang.String |
PrincipalLabelProvider.getItemLabel(Principal item)
Deprecated.
|
protected java.lang.String |
PrincipalLabelProvider.getItemLabel(Principal item,
java.lang.String languageIso)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<Language,java.util.Collection<Principal>> |
GeneratedComponent.getAllCreatePermitted()
Generated method - Getter of the
Component.createPermitted attribute. |
java.util.Map<Language,java.util.Collection<Principal>> |
GeneratedComponent.getAllCreatePermitted(SessionContext ctx)
Generated method - Getter of the
Component.createPermitted attribute. |
java.util.Map<Language,java.util.Collection<Principal>> |
GeneratedComponent.getAllReadPermitted()
Generated method - Getter of the
Component.readPermitted attribute. |
java.util.Map<Language,java.util.Collection<Principal>> |
GeneratedComponent.getAllReadPermitted(SessionContext ctx)
Generated method - Getter of the
Component.readPermitted attribute. |
java.util.Map<Language,java.util.Collection<Principal>> |
GeneratedComponent.getAllRemovePermitted()
Generated method - Getter of the
Component.removePermitted attribute. |
java.util.Map<Language,java.util.Collection<Principal>> |
GeneratedComponent.getAllRemovePermitted(SessionContext ctx)
Generated method - Getter of the
Component.removePermitted attribute. |
java.util.Map<Language,java.util.Collection<Principal>> |
GeneratedComponent.getAllWritePermitted()
Generated method - Getter of the
Component.writePermitted attribute. |
java.util.Map<Language,java.util.Collection<Principal>> |
GeneratedComponent.getAllWritePermitted(SessionContext ctx)
Generated method - Getter of the
Component.writePermitted attribute. |
java.util.Collection<Principal> |
GeneratedComponent.getCreatePermitted()
Generated method - Getter of the
Component.createPermitted attribute. |
java.util.Collection<Principal> |
GeneratedComponent.getCreatePermitted(SessionContext ctx)
Generated method - Getter of the
Component.createPermitted attribute. |
java.util.Collection<Principal> |
GeneratedComponent.getReadPermitted()
Generated method - Getter of the
Component.readPermitted attribute. |
java.util.Collection<Principal> |
GeneratedComponent.getReadPermitted(SessionContext ctx)
Generated method - Getter of the
Component.readPermitted attribute. |
java.util.Collection<Principal> |
GeneratedComponent.getRemovePermitted()
Generated method - Getter of the
Component.removePermitted attribute. |
java.util.Collection<Principal> |
GeneratedComponent.getRemovePermitted(SessionContext ctx)
Generated method - Getter of the
Component.removePermitted attribute. |
java.util.Collection<Principal> |
GeneratedComment.getWatchers()
Generated method - Getter of the
Comment.watchers attribute. |
java.util.Collection<Principal> |
GeneratedComment.getWatchers(SessionContext ctx)
Generated method - Getter of the
Comment.watchers attribute. |
java.util.Collection<Principal> |
GeneratedComponent.getWritePermitted()
Generated method - Getter of the
Component.writePermitted attribute. |
java.util.Collection<Principal> |
GeneratedComponent.getWritePermitted(SessionContext ctx)
Generated method - Getter of the
Component.writePermitted attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedComponent.addToCreatePermitted(Language lang,
Principal value)
Generated method - Adds
value to createPermitted. |
void |
GeneratedComponent.addToCreatePermitted(SessionContext ctx,
Language lang,
Principal value)
Generated method - Adds
value to createPermitted. |
void |
GeneratedComponent.addToReadPermitted(Language lang,
Principal value)
Generated method - Adds
value to readPermitted. |
void |
GeneratedComponent.addToReadPermitted(SessionContext ctx,
Language lang,
Principal value)
Generated method - Adds
value to readPermitted. |
void |
GeneratedComponent.addToRemovePermitted(Language lang,
Principal value)
Generated method - Adds
value to removePermitted. |
void |
GeneratedComponent.addToRemovePermitted(SessionContext ctx,
Language lang,
Principal value)
Generated method - Adds
value to removePermitted. |
void |
GeneratedCommentsManager.addToWatchedComments(Principal item,
Comment value)
Generated method - Adds
value to watchedComments. |
void |
GeneratedCommentsManager.addToWatchedComments(SessionContext ctx,
Principal item,
Comment value)
Generated method - Adds
value to watchedComments. |
void |
GeneratedComment.addToWatchers(Principal value)
Generated method - Adds
value to watchers. |
void |
GeneratedComment.addToWatchers(SessionContext ctx,
Principal value)
Generated method - Adds
value to watchers. |
void |
GeneratedComponent.addToWritePermitted(Language lang,
Principal value)
Generated method - Adds
value to writePermitted. |
void |
GeneratedComponent.addToWritePermitted(SessionContext ctx,
Language lang,
Principal value)
Generated method - Adds
value to writePermitted. |
Media |
GeneratedCommentsManager.getProfilePicture(Principal item)
Generated method - Getter of the
Principal.profilePicture attribute. |
Media |
GeneratedCommentsManager.getProfilePicture(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.profilePicture attribute. |
java.util.List<Comment> |
GeneratedCommentsManager.getWatchedComments(Principal item)
Generated method - Getter of the
Principal.watchedComments attribute. |
java.util.List<Comment> |
GeneratedCommentsManager.getWatchedComments(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.watchedComments attribute. |
long |
GeneratedCommentsManager.getWatchedCommentsCount(Principal item) |
long |
GeneratedCommentsManager.getWatchedCommentsCount(SessionContext ctx,
Principal item) |
void |
GeneratedComponent.removeFromCreatePermitted(Language lang,
Principal value)
Generated method - Removes
value from createPermitted. |
void |
GeneratedComponent.removeFromCreatePermitted(SessionContext ctx,
Language lang,
Principal value)
Generated method - Removes
value from createPermitted. |
void |
GeneratedComponent.removeFromReadPermitted(Language lang,
Principal value)
Generated method - Removes
value from readPermitted. |
void |
GeneratedComponent.removeFromReadPermitted(SessionContext ctx,
Language lang,
Principal value)
Generated method - Removes
value from readPermitted. |
void |
GeneratedComponent.removeFromRemovePermitted(Language lang,
Principal value)
Generated method - Removes
value from removePermitted. |
void |
GeneratedComponent.removeFromRemovePermitted(SessionContext ctx,
Language lang,
Principal value)
Generated method - Removes
value from removePermitted. |
void |
GeneratedCommentsManager.removeFromWatchedComments(Principal item,
Comment value)
Generated method - Removes
value from watchedComments. |
void |
GeneratedCommentsManager.removeFromWatchedComments(SessionContext ctx,
Principal item,
Comment value)
Generated method - Removes
value from watchedComments. |
void |
GeneratedComment.removeFromWatchers(Principal value)
Generated method - Removes
value from watchers. |
void |
GeneratedComment.removeFromWatchers(SessionContext ctx,
Principal value)
Generated method - Removes
value from watchers. |
void |
GeneratedComponent.removeFromWritePermitted(Language lang,
Principal value)
Generated method - Removes
value from writePermitted. |
void |
GeneratedComponent.removeFromWritePermitted(SessionContext ctx,
Language lang,
Principal value)
Generated method - Removes
value from writePermitted. |
void |
GeneratedCommentsManager.setProfilePicture(Principal item,
Media value)
Generated method - Setter of the
Principal.profilePicture attribute. |
void |
GeneratedCommentsManager.setProfilePicture(SessionContext ctx,
Principal item,
Media value)
Generated method - Setter of the
Principal.profilePicture attribute. |
void |
GeneratedCommentsManager.setWatchedComments(Principal item,
java.util.List<Comment> value)
Generated method - Setter of the
Principal.watchedComments attribute. |
void |
GeneratedCommentsManager.setWatchedComments(SessionContext ctx,
Principal item,
java.util.List<Comment> value)
Generated method - Setter of the
Principal.watchedComments attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedComponent.setAllCreatePermitted(java.util.Map<Language,java.util.Collection<Principal>> value)
Generated method - Setter of the
Component.createPermitted attribute. |
void |
GeneratedComponent.setAllCreatePermitted(SessionContext ctx,
java.util.Map<Language,java.util.Collection<Principal>> value)
Generated method - Setter of the
Component.createPermitted attribute. |
void |
GeneratedComponent.setAllReadPermitted(java.util.Map<Language,java.util.Collection<Principal>> value)
Generated method - Setter of the
Component.readPermitted attribute. |
void |
GeneratedComponent.setAllReadPermitted(SessionContext ctx,
java.util.Map<Language,java.util.Collection<Principal>> value)
Generated method - Setter of the
Component.readPermitted attribute. |
void |
GeneratedComponent.setAllRemovePermitted(java.util.Map<Language,java.util.Collection<Principal>> value)
Generated method - Setter of the
Component.removePermitted attribute. |
void |
GeneratedComponent.setAllRemovePermitted(SessionContext ctx,
java.util.Map<Language,java.util.Collection<Principal>> value)
Generated method - Setter of the
Component.removePermitted attribute. |
void |
GeneratedComponent.setAllWritePermitted(java.util.Map<Language,java.util.Collection<Principal>> value)
Generated method - Setter of the
Component.writePermitted attribute. |
void |
GeneratedComponent.setAllWritePermitted(SessionContext ctx,
java.util.Map<Language,java.util.Collection<Principal>> value)
Generated method - Setter of the
Component.writePermitted attribute. |
void |
GeneratedComponent.setCreatePermitted(java.util.Collection<Principal> value)
Generated method - Setter of the
Component.createPermitted attribute. |
void |
GeneratedComponent.setCreatePermitted(SessionContext ctx,
java.util.Collection<Principal> value)
Generated method - Setter of the
Component.createPermitted attribute. |
void |
GeneratedComponent.setReadPermitted(java.util.Collection<Principal> value)
Generated method - Setter of the
Component.readPermitted attribute. |
void |
GeneratedComponent.setReadPermitted(SessionContext ctx,
java.util.Collection<Principal> value)
Generated method - Setter of the
Component.readPermitted attribute. |
void |
GeneratedComponent.setRemovePermitted(java.util.Collection<Principal> value)
Generated method - Setter of the
Component.removePermitted attribute. |
void |
GeneratedComponent.setRemovePermitted(SessionContext ctx,
java.util.Collection<Principal> value)
Generated method - Setter of the
Component.removePermitted attribute. |
void |
GeneratedComment.setWatchers(java.util.Collection<Principal> value)
Generated method - Setter of the
Comment.watchers attribute. |
void |
GeneratedComment.setWatchers(SessionContext ctx,
java.util.Collection<Principal> value)
Generated method - Setter of the
Comment.watchers attribute. |
void |
GeneratedComponent.setWritePermitted(java.util.Collection<Principal> value)
Generated method - Setter of the
Component.writePermitted attribute. |
void |
GeneratedComponent.setWritePermitted(SessionContext ctx,
java.util.Collection<Principal> value)
Generated method - Setter of the
Component.writePermitted attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomerList |
class |
GeneratedCustomerList
Generated class for type
CustomerList. |
class |
GeneratedOrgUnit
Generated class for type
OrgUnit. |
class |
OrgUnit |
| Modifier and Type | Class and Description |
|---|---|
class |
GeneratedStoreEmployeeGroup
Generated class for type
StoreEmployeeGroup. |
class |
StoreEmployeeGroup |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
AccessManager.getPermissionMap(Principal principal)
Returns the permission map for the given Principal and all 5 userrights which the hmc uses on
AttributeDescriptors.
|
boolean |
AccessManager.hasRight(Principal principal,
AttributeDescriptor descriptor,
java.lang.String userRightKey)
Checks if the given Principal has the given right on the given AttributeDescriptor.
|
boolean |
AccessManager.hasRight(Principal principal,
ComposedType type,
java.lang.String userRightKey)
Checks if the given Principal has the given right on the given ComposedType.
|
boolean |
AccessManager.isAdmin(Principal principal)
Returns true if the given principal is in the admin group.
|
void |
AccessManager.setPermissionMap(Principal principal,
java.util.Map permissionMap)
Sets the permission map for the given Principal and all 5 userrights which the hmc uses on items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Item.addNegativePermission(Principal principal,
UserRight right)
Add a negative permission for the
Principal and the UserRight on the Item. |
void |
Item.addPermission(Principal principal,
UserRight right,
boolean negative)
Add a permission for the
Principal and the UserRight on the Item. |
void |
Item.addPositivePermission(Principal principal,
UserRight right)
Add a positive permission for the
Principal and the UserRight on the Item. |
protected int |
Item.checkItemPermission(Principal principal,
UserRight right) |
boolean |
Item.checkPermission(Principal principal,
UserRight right)
Checks if the
Principal has the given UserRight on the Item. |
void |
Item.clearPermission(Principal principal,
UserRight right)
Remove any permission for the
Principal and the UserRight on the Item. |
java.util.Set |
Item.getNegativePermissions(Principal principal)
Finds all negative permissions for the item and the given
Principal. |
java.util.Set |
Item.getPermissions(Principal principal,
boolean negative)
Finds all positive or negative permissions upon this item and the given
Principal. |
java.util.Set |
Item.getPositivePermissions(Principal principal)
Finds all positive permissions for the item and the given
Principal. |
SearchResult |
JaloSession.search(GenericQuery genericQuery,
Principal principal,
SearchContext searchCtx)
Initiates a search with the given
GenericQuery and SearchContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
Item.ItemImpl.setPermissionMap(java.util.List<UserRight> userRights,
java.util.Map<Principal,java.util.List<java.lang.Boolean>> permissionMap) |
| Modifier and Type | Method and Description |
|---|---|
protected Principal |
FlexibleSearch.getRestrictionPrincipal(SessionContext ctx)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<AbstractQueryFilter> |
FlexibleSearch.getQueryFilters(Principal principal,
ComposedType type,
boolean includeGroups,
boolean includeSuperTypes,
boolean includeSubtypes)
Deprecated.
since ages - use
SearchRestrictionService.getSessionSearchRestrictions()
or
SearchRestrictionService.getSearchRestrictions(de.hybris.platform.core.model.security.PrincipalModel, boolean, Collection)
or
SearchRestrictionService.getSearchRestrictions(de.hybris.platform.core.model.security.PrincipalModel, boolean, Collection)
instead. |
protected java.util.Collection<AbstractQueryFilter> |
FlexibleSearch.getUserFilters(Principal principal,
boolean includeGroups,
java.util.Collection<ComposedType> types)
Deprecated.
|
protected TranslatedQuery |
FlexibleSearch.translate(SessionContext ctx,
Principal principal,
java.lang.String query,
int valueCount,
boolean hasLanguage,
boolean failOnUnknownFields,
boolean disableRestrictions,
boolean disableGrouprestrictions,
java.util.Map values)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Principal> |
Media.getDeniedPrincipals() |
java.util.Collection<Principal> |
Media.getDeniedPrincipals(SessionContext ctx) |
java.util.Collection<Principal> |
Media.getPermittedPrincipals() |
java.util.Collection<Principal> |
Media.getPermittedPrincipals(SessionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
Media.setDeniedPrincipals(java.util.Collection<Principal> value) |
void |
Media.setDeniedPrincipals(SessionContext ctx,
java.util.Collection<Principal> value) |
void |
Media.setPermittedPrincipals(java.util.Collection<Principal> value) |
void |
Media.setPermittedPrincipals(SessionContext ctx,
java.util.Collection<Principal> value) |
| Modifier and Type | Class and Description |
|---|---|
class |
GeneratedPrincipalGroup
Generated class for type
PrincipalGroup. |
class |
PrincipalGroup
This class describes groups of principals.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Principal> |
GeneratedPrincipalGroup.getMembers()
Generated method - Getter of the
PrincipalGroup.members attribute. |
java.util.Set<Principal> |
GeneratedPrincipalGroup.getMembers(SessionContext ctx)
Generated method - Getter of the
PrincipalGroup.members attribute. |
java.util.Set<Principal> |
PrincipalGroup.getMembers(SessionContext ctx)
The group members.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccessManager.addGlobalNegativePermission(Principal caller,
Principal principal,
UserRight permission)
Deprecated.
since ages - please use
addGlobalNegativePermission(UserRight) instead |
void |
AccessManager.addGlobalPermissions(Principal caller,
java.util.Collection permissions)
Assigns a list of global rights
|
void |
AccessManager.addGlobalPositivePermission(Principal caller,
Principal principal,
UserRight permission)
Deprecated.
since ages - please use
addGlobalPositivePermission(UserRight) instead |
boolean |
PrincipalGroup.addMember(Principal p)
Deprecated.
since ages - use
GeneratedPrincipalGroup.addToMembers(Principal) instead |
boolean |
PrincipalGroup.addMember(SessionContext ctx,
Principal p)
Deprecated.
since ages - use
GeneratedPrincipalGroup.addToMembers(SessionContext, Principal) instead |
void |
AccessManager.addNegativePermissionOn(Item item,
Principal caller,
Principal principal,
UserRight permission)
Negatively assigns a right for a user to a item (prohibition).
|
void |
AccessManager.addPositivePermissionOn(Item item,
Principal caller,
Principal principal,
UserRight permission)
Positively assigns a right for a user to a item.
|
void |
GeneratedPrincipalGroup.addToMembers(Principal value)
Generated method - Adds
value to members. |
void |
GeneratedPrincipalGroup.addToMembers(SessionContext ctx,
Principal value)
Generated method - Adds
value to members. |
boolean |
AccessManager.checkPermission(Principal principal,
java.lang.String permissionCode)
Same as
AccessManager.checkPermission(Principal,UserRight) but with the permissions code instead of passing the whole
UserRight object. |
boolean |
AccessManager.checkPermission(Principal principal,
UserRight permission)
Checks a global permission for a user and a right.
|
boolean |
AccessManager.checkPermissionOn(Item item,
Principal principal,
java.lang.String permissionCode)
Same as
AccessManager.checkPermissionOn(Item,Principal,UserRight) but with the permissions code instead of passing the
whole UserRight object. |
boolean |
AccessManager.checkPermissionOn(Item item,
Principal principal,
UserRight permission)
Checks permission on an item.
|
boolean |
PrincipalGroup.containsMember(Principal p)
Deprecated.
since ages - use
UserService.isMemberOfGroup(UserModel, UserGroupModel, boolean) |
boolean |
PrincipalGroup.containsMember(SessionContext ctx,
Principal p)
Deprecated.
since ages - use
UserService.isMemberOfGroup(UserModel, UserGroupModel, boolean) |
java.util.Collection |
AccessManager.getAllGlobalNegativePermissions(Principal principal)
Returns all globally negatively assigned rights of a user.
|
java.util.Collection |
AccessManager.getAllGlobalPositivePermissions(Principal principal)
Returns all globally positively assigned rights of a user.
|
java.util.Collection |
AccessManager.getGlobalNegativePermissions(Principal principal)
Returns all globally negatively assigned rights of a user.
|
java.util.Collection |
AccessManager.getGlobalPositivePermissions(Principal principal)
Returns all globally positively assigned rights of a user.
|
java.util.Map |
AccessManager.getRestrictedItemsMapForPrincipal(Principal p,
java.util.List permissionList) |
void |
GeneratedPrincipalGroup.removeFromMembers(Principal value)
Generated method - Removes
value from members. |
void |
GeneratedPrincipalGroup.removeFromMembers(SessionContext ctx,
Principal value)
Generated method - Removes
value from members. |
void |
AccessManager.removeGlobalPermission(Principal caller,
Principal principal,
UserRight permission)
Deprecated.
since ages - please use
clearGlobalPermission(UserRight) instead |
boolean |
PrincipalGroup.removeMember(Principal p)
Deprecated.
since ages - use
GeneratedPrincipalGroup.removeFromMembers(Principal) instead |
boolean |
PrincipalGroup.removeMember(SessionContext ctx,
Principal p)
Deprecated.
since ages - use
GeneratedPrincipalGroup.removeFromMembers(SessionContext, Principal) instead |
void |
AccessManager.removePermissionOn(Item item,
Principal caller,
Principal principal,
UserRight permission)
Removes the local assignment of a userright for a user on a specific item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedPrincipalGroup.setMembers(SessionContext ctx,
java.util.Set<Principal> value)
Generated method - Setter of the
PrincipalGroup.members attribute. |
void |
GeneratedPrincipalGroup.setMembers(java.util.Set<Principal> value)
Generated method - Setter of the
PrincipalGroup.members attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
TestEmployee
Test class.
|
class |
TestUserGroup
Test class.
|
| Modifier and Type | Method and Description |
|---|---|
Principal |
SearchRestriction.getPrincipal() |
Principal |
SearchRestriction.SearchRestrictionImpl.getPrincipal() |
Principal |
SearchRestriction.getPrincipal(SessionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
ComposedType.checkItemPermission(Principal principal,
UserRight right)
Allow type package to see this method
|
boolean |
ComposedType.checkTypePermission(Principal p,
UserRight right)
Checks the type permission of a given user.
|
boolean |
AttributeDescriptor.checkTypePermission(Principal p,
UserRight right)
Checks the type permission upon this attribute of the given principal.
|
static void |
SearchRestriction.checkUniqueCodeTypePrincipal(Principal principal,
ComposedType type,
java.lang.String code)
Check that the code-type-principal combination is unique.
|
protected SearchRestriction |
SearchRestrictionTest.create(java.lang.String code,
Principal principal,
ComposedType type,
java.lang.String query) |
protected SearchRestriction |
SearchRestriction.createEntity(Principal principal,
ComposedType restrictedType,
java.lang.String query,
java.lang.String code,
java.lang.Boolean active) |
SearchRestriction |
TypeManager.createRestriction(java.lang.String code,
Principal principal,
ComposedType restrictedType,
java.lang.String query)
Deprecated.
since ages - use ModelService.create to create instances
|
java.util.Collection |
TypeManager.getRestrictions(Principal principal,
ComposedType type)
Deprecated.
since ages - use SearchRestrictionService or FlexibleSearch instead
|
java.util.Collection |
TypeManager.getSearchRestrictions(Principal principal,
ComposedType restrictedType)
Deprecated.
since ages - replaced by
FlexibleSearch.getQueryFilters(Principal, ComposedType, boolean, boolean, boolean) |
java.util.Collection<SearchRestriction> |
TypeManager.getSearchRestrictions(Principal principal,
ComposedType type,
boolean includeGroups,
boolean includeSuperTypes,
boolean includeSubtypes)
Deprecated.
since ages - replaced by
FlexibleSearch.getQueryFilters(Principal, ComposedType, boolean, boolean, boolean) |
void |
SearchRestriction.setPrincipal(Principal p) |
void |
SearchRestriction.SearchRestrictionImpl.setPrincipal(Principal principal) |
void |
SearchRestriction.setPrincipal(SessionContext ctx,
Principal p) |
| Modifier and Type | Class and Description |
|---|---|
class |
Customer
The hybris Platform customer item.
|
class |
Employee
The hybris Platform employee item.
|
class |
GeneratedCustomer
Generated class for type
Customer. |
class |
GeneratedEmployee
Generated class for type
Employee. |
class |
GeneratedUser
Generated class for type
User. |
class |
GeneratedUserGroup
Generated class for type
UserGroup. |
class |
User
Superclass of all hybris platform user types.
|
class |
UserGroup
The user group item in the hybris platform.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
GeneratedLDAPManager.getCN(Principal item)
Generated method - Getter of the
Principal.CN attribute. |
java.lang.String |
GeneratedLDAPManager.getCN(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.CN attribute. |
java.lang.String |
GeneratedLDAPManager.getDN(Principal item)
Generated method - Getter of the
Principal.DN attribute. |
java.lang.String |
GeneratedLDAPManager.getDN(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.DN attribute. |
java.lang.String |
GeneratedLDAPManager.getLdapsearchbase(Principal item)
Generated method - Getter of the
Principal.ldapsearchbase attribute. |
java.lang.String |
GeneratedLDAPManager.getLdapsearchbase(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.ldapsearchbase attribute. |
void |
GeneratedLDAPManager.setCN(Principal item,
java.lang.String value)
Generated method - Setter of the
Principal.CN attribute. |
void |
GeneratedLDAPManager.setCN(SessionContext ctx,
Principal item,
java.lang.String value)
Generated method - Setter of the
Principal.CN attribute. |
void |
GeneratedLDAPManager.setDN(Principal item,
java.lang.String value)
Generated method - Setter of the
Principal.DN attribute. |
void |
GeneratedLDAPManager.setDN(SessionContext ctx,
Principal item,
java.lang.String value)
Generated method - Setter of the
Principal.DN attribute. |
void |
GeneratedLDAPManager.setLdapsearchbase(Principal item,
java.lang.String value)
Generated method - Setter of the
Principal.ldapsearchbase attribute. |
void |
GeneratedLDAPManager.setLdapsearchbase(SessionContext ctx,
Principal item,
java.lang.String value)
Generated method - Setter of the
Principal.ldapsearchbase attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
GeneratedVendorUser
Generated class for type
VendorUser. |
class |
VendorUser |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Principal> |
GeneratedAbstractLinkEntry.getReadPrincipals()
Generated method - Getter of the
AbstractLinkEntry.readPrincipals attribute. |
java.util.List<Principal> |
GeneratedAbstractLinkEntry.getReadPrincipals(SessionContext ctx)
Generated method - Getter of the
AbstractLinkEntry.readPrincipals attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedMccManager.addToReadAbstractLinkEntry(Principal item,
AbstractLinkEntry value)
Generated method - Adds
value to readAbstractLinkEntry. |
void |
GeneratedMccManager.addToReadAbstractLinkEntry(SessionContext ctx,
Principal item,
AbstractLinkEntry value)
Generated method - Adds
value to readAbstractLinkEntry. |
void |
GeneratedAbstractLinkEntry.addToReadPrincipals(Principal value)
Generated method - Adds
value to readPrincipals. |
void |
GeneratedAbstractLinkEntry.addToReadPrincipals(SessionContext ctx,
Principal value)
Generated method - Adds
value to readPrincipals. |
java.util.List<AbstractLinkEntry> |
GeneratedMccManager.getReadAbstractLinkEntry(Principal item)
Generated method - Getter of the
Principal.readAbstractLinkEntry attribute. |
java.util.List<AbstractLinkEntry> |
GeneratedMccManager.getReadAbstractLinkEntry(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.readAbstractLinkEntry attribute. |
long |
GeneratedMccManager.getReadAbstractLinkEntryCount(Principal item) |
long |
GeneratedMccManager.getReadAbstractLinkEntryCount(SessionContext ctx,
Principal item) |
void |
GeneratedMccManager.removeFromReadAbstractLinkEntry(Principal item,
AbstractLinkEntry value)
Generated method - Removes
value from readAbstractLinkEntry. |
void |
GeneratedMccManager.removeFromReadAbstractLinkEntry(SessionContext ctx,
Principal item,
AbstractLinkEntry value)
Generated method - Removes
value from readAbstractLinkEntry. |
void |
GeneratedAbstractLinkEntry.removeFromReadPrincipals(Principal value)
Generated method - Removes
value from readPrincipals. |
void |
GeneratedAbstractLinkEntry.removeFromReadPrincipals(SessionContext ctx,
Principal value)
Generated method - Removes
value from readPrincipals. |
void |
GeneratedMccManager.setReadAbstractLinkEntry(Principal item,
java.util.List<AbstractLinkEntry> value)
Generated method - Setter of the
Principal.readAbstractLinkEntry attribute. |
void |
GeneratedMccManager.setReadAbstractLinkEntry(SessionContext ctx,
Principal item,
java.util.List<AbstractLinkEntry> value)
Generated method - Setter of the
Principal.readAbstractLinkEntry attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedAbstractLinkEntry.setReadPrincipals(java.util.List<Principal> value)
Generated method - Setter of the
AbstractLinkEntry.readPrincipals attribute. |
void |
GeneratedAbstractLinkEntry.setReadPrincipals(SessionContext ctx,
java.util.List<Principal> value)
Generated method - Setter of the
AbstractLinkEntry.readPrincipals attribute. |
| Modifier and Type | Method and Description |
|---|---|
Principal |
GeneratedOrderModificationRecordEntry.getPrincipal()
Generated method - Getter of the
OrderModificationRecordEntry.principal attribute. |
Principal |
GeneratedOrderModificationRecordEntry.getPrincipal(SessionContext ctx)
Generated method - Getter of the
OrderModificationRecordEntry.principal attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedOrderModificationRecordEntry.setPrincipal(Principal value)
Generated method - Setter of the
OrderModificationRecordEntry.principal attribute. |
void |
GeneratedOrderModificationRecordEntry.setPrincipal(SessionContext ctx,
Principal value)
Generated method - Setter of the
OrderModificationRecordEntry.principal attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
MyTestUser |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemEJBImpl.setPermissionMap(java.util.List<UserRight> userRights,
java.util.Map<Principal,java.util.List<java.lang.Boolean>> permissionMap) |
| Modifier and Type | Method and Description |
|---|---|
Principal |
ParsedQuery.getPrincipal() |
| Modifier and Type | Method and Description |
|---|---|
TranslatedQuery |
QueryParser.translateQuery(Principal principal,
java.lang.String query,
int valueCount,
boolean hasLanguage,
boolean failOnUnknownFields,
boolean disableRestrictions,
boolean disablePrincipalGroupRestrictions,
java.util.Collection<ContextQueryFilter> dynamicRestrictions,
java.util.Map values)
translates a flexible query.
|
| Modifier and Type | Method and Description |
|---|---|
Principal |
SearchRestrictionEJBImpl.getPrincipal() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRestrictionEJBImpl.setPrincipal(Principal principal) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Principal> |
GeneratedPromotionUserRestriction.getUsers()
Generated method - Getter of the
PromotionUserRestriction.users attribute. |
java.util.Collection<Principal> |
GeneratedPromotionUserRestriction.getUsers(SessionContext ctx)
Generated method - Getter of the
PromotionUserRestriction.users attribute. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
PromotionUserRestriction.isInUserCollectionRecursive(SessionContext ctx,
Principal principal,
User user) |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedPromotionUserRestriction.setUsers(java.util.Collection<Principal> value)
Generated method - Setter of the
PromotionUserRestriction.users attribute. |
void |
GeneratedPromotionUserRestriction.setUsers(SessionContext ctx,
java.util.Collection<Principal> value)
Generated method - Setter of the
PromotionUserRestriction.users attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
CsAgentGroup |
class |
GeneratedCsAgentGroup
Generated class for type
CsAgentGroup. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Principal> |
GeneratedUserRestriction.getUsers()
Generated method - Getter of the
UserRestriction.users attribute. |
java.util.Collection<Principal> |
GeneratedUserRestriction.getUsers(SessionContext ctx)
Generated method - Getter of the
UserRestriction.users attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedUserRestriction.setUsers(java.util.Collection<Principal> value)
Generated method - Setter of the
UserRestriction.users attribute. |
void |
GeneratedUserRestriction.setUsers(SessionContext ctx,
java.util.Collection<Principal> value)
Generated method - Setter of the
UserRestriction.users attribute. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Principal> |
OpenIDExternalScopes.getPermittedPrincipals()
Generated method - Getter of the
OpenIDExternalScopes.permittedPrincipals attribute. |
java.util.Collection<Principal> |
OpenIDExternalScopes.getPermittedPrincipals(SessionContext ctx)
Generated method - Getter of the
OpenIDExternalScopes.permittedPrincipals attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
OpenIDExternalScopes.setPermittedPrincipals(java.util.Collection<Principal> value)
Generated method - Setter of the
OpenIDExternalScopes.permittedPrincipals attribute. |
void |
OpenIDExternalScopes.setPermittedPrincipals(SessionContext ctx,
java.util.Collection<Principal> value)
Generated method - Setter of the
OpenIDExternalScopes.permittedPrincipals attribute. |
| Modifier and Type | Method and Description |
|---|---|
Principal |
GeneratedAbstractWorkflowAction.getPrincipalAssigned()
Generated method - Getter of the
AbstractWorkflowAction.principalAssigned attribute. |
Principal |
GeneratedAbstractWorkflowAction.getPrincipalAssigned(SessionContext ctx)
Generated method - Getter of the
AbstractWorkflowAction.principalAssigned attribute. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Principal> |
GeneratedWorkflowTemplate.getVisibleForPrincipals()
Generated method - Getter of the
WorkflowTemplate.visibleForPrincipals attribute. |
java.util.Collection<Principal> |
GeneratedWorkflowTemplate.getVisibleForPrincipals(SessionContext ctx)
Generated method - Getter of the
WorkflowTemplate.visibleForPrincipals attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedWorkflowTemplate.addToVisibleForPrincipals(Principal value)
Generated method - Adds
value to visibleForPrincipals. |
void |
GeneratedWorkflowTemplate.addToVisibleForPrincipals(SessionContext ctx,
Principal value)
Generated method - Adds
value to visibleForPrincipals. |
void |
GeneratedWorkflowManager.addToVisibleTemplates(Principal item,
WorkflowTemplate value)
Generated method - Adds
value to visibleTemplates. |
void |
GeneratedWorkflowManager.addToVisibleTemplates(SessionContext ctx,
Principal item,
WorkflowTemplate value)
Generated method - Adds
value to visibleTemplates. |
java.util.Collection<WorkflowTemplate> |
GeneratedWorkflowManager.getVisibleTemplates(Principal item)
Generated method - Getter of the
Principal.visibleTemplates attribute. |
java.util.Collection<WorkflowTemplate> |
GeneratedWorkflowManager.getVisibleTemplates(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.visibleTemplates attribute. |
long |
GeneratedWorkflowManager.getVisibleTemplatesCount(Principal item) |
long |
GeneratedWorkflowManager.getVisibleTemplatesCount(SessionContext ctx,
Principal item) |
void |
GeneratedWorkflowTemplate.removeFromVisibleForPrincipals(Principal value)
Generated method - Removes
value from visibleForPrincipals. |
void |
GeneratedWorkflowTemplate.removeFromVisibleForPrincipals(SessionContext ctx,
Principal value)
Generated method - Removes
value from visibleForPrincipals. |
void |
GeneratedWorkflowManager.removeFromVisibleTemplates(Principal item,
WorkflowTemplate value)
Generated method - Removes
value from visibleTemplates. |
void |
GeneratedWorkflowManager.removeFromVisibleTemplates(SessionContext ctx,
Principal item,
WorkflowTemplate value)
Generated method - Removes
value from visibleTemplates. |
void |
GeneratedAbstractWorkflowAction.setPrincipalAssigned(Principal value)
Generated method - Setter of the
AbstractWorkflowAction.principalAssigned attribute. |
void |
GeneratedAbstractWorkflowAction.setPrincipalAssigned(SessionContext ctx,
Principal value)
Generated method - Setter of the
AbstractWorkflowAction.principalAssigned attribute. |
void |
AbstractWorkflowAction.setPrincipalAssigned(SessionContext ctx,
Principal value) |
void |
GeneratedWorkflowManager.setVisibleTemplates(Principal item,
java.util.Collection<WorkflowTemplate> value)
Generated method - Setter of the
Principal.visibleTemplates attribute. |
void |
GeneratedWorkflowManager.setVisibleTemplates(SessionContext ctx,
Principal item,
java.util.Collection<WorkflowTemplate> value)
Generated method - Setter of the
Principal.visibleTemplates attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedWorkflowTemplate.setVisibleForPrincipals(java.util.Collection<Principal> value)
Generated method - Setter of the
WorkflowTemplate.visibleForPrincipals attribute. |
void |
GeneratedWorkflowTemplate.setVisibleForPrincipals(SessionContext ctx,
java.util.Collection<Principal> value)
Generated method - Setter of the
WorkflowTemplate.visibleForPrincipals attribute. |
Copyright © 2018 SAP SE. All Rights Reserved.