| Package | Description |
|---|---|
| de.hybris.platform.b2b.company | |
| de.hybris.platform.b2b.company.impl | |
| de.hybris.platform.b2b.dao.impl | |
| de.hybris.platform.b2b.model |
Contains generated models for each type of de.hybris.platform.b2b.jalo package.
|
| de.hybris.platform.b2b.resource | |
| de.hybris.platform.b2b.services | |
| de.hybris.platform.b2b.services.impl | |
| de.hybris.platform.b2badmincockpit.wizards.impl | |
| de.hybris.platform.b2bapprovalprocessfacades.company.converters.populators | |
| de.hybris.platform.b2bcommercefacades.company.converters.populators | |
| de.hybris.platform.b2bcommercefacades.company.impl |
| Modifier and Type | Method and Description |
|---|---|
B2BUserGroupModel |
B2BCommerceUserService.addB2BUserGroupToCustomer(String user,
String usergroup)
Add Usergroups
B2BCustomerModel object for a given unique id of a customer |
B2BUserGroupModel |
B2BCommerceUserService.deselectB2BUserGroupFromCustomer(String user,
String usergroup)
Deselects (removes) usergroup from a customer.
|
| Modifier and Type | Method and Description |
|---|---|
SearchPageData<B2BUserGroupModel> |
B2BCommerceB2BUserGroupService.getPagedB2BUserGroups(PageableData pageableData)
Gets list of
SearchPageData for pagination given the required pagination parameters with
PageableData |
| Modifier and Type | Method and Description |
|---|---|
B2BUserGroupModel |
DefaultB2BCommerceUserService.addB2BUserGroupToCustomer(String user,
String usergroup) |
B2BUserGroupModel |
DefaultB2BCommerceUserService.deselectB2BUserGroupFromCustomer(String user,
String usergroup) |
| Modifier and Type | Method and Description |
|---|---|
protected List<B2BUserGroupModel> |
DefaultB2BCommerceB2BUserGroupServiceTest.createResults(PageableData pageableData) |
protected SearchPageData<B2BUserGroupModel> |
DefaultB2BCommerceB2BUserGroupServiceTest.createSearchPageData(PageableData pageableData) |
protected List<B2BUserGroupModel> |
DefaultB2BCommerceB2BUserGroupServiceTest.createUserGroupResults() |
SearchPageData<B2BUserGroupModel> |
DefaultB2BCommerceB2BUserGroupService.getPagedB2BUserGroups(PageableData pageableData) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultB2BCommerceB2BUserGroupService.addMemberToUserGroup(B2BUserGroupModel usergroup,
B2BCustomerModel user) |
protected void |
DefaultB2BCommerceB2BUserGroupService.removeMemberFromUserGroup(B2BUserGroupModel usergroup,
B2BCustomerModel user) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultB2BCommerceB2BUserGroupServiceTest.assertPagination(SearchPageData<B2BUserGroupModel> pagedB2BUserGroups,
PageableData pageableData) |
protected void |
DefaultB2BCommerceB2BUserGroupServiceTest.assertResults(SearchPageData<B2BUserGroupModel> pagedB2BUserGroups,
int expectedSize) |
| Modifier and Type | Method and Description |
|---|---|
B2BUserGroupModel |
B2BDaoTestUtils.createUserGroup(String name,
B2BUnitModel unit) |
| Modifier and Type | Method and Description |
|---|---|
SearchPageData<B2BUserGroupModel> |
DefaultPagedB2BUserGroupDao.find(PageableData pageableData) |
| Modifier and Type | Method and Description |
|---|---|
Set<B2BUserGroupModel> |
B2BCustomerModel.getApproverGroups()
Generated method - Getter of the
B2BCustomer.ApproverGroups attribute defined at extension b2bapprovalprocess. |
Set<B2BUserGroupModel> |
B2BUnitModel.getApproverGroups()
Generated method - Getter of the
B2BUnit.ApproverGroups attribute defined at extension b2bapprovalprocess. |
Set<B2BUserGroupModel> |
B2BCustomerModel.getPermissionGroups()
Generated method - Getter of the
B2BCustomer.PermissionGroups attribute defined at extension b2bapprovalprocess. |
List<B2BUserGroupModel> |
B2BPermissionModel.getUserGroups()
Generated method - Getter of the
B2BPermission.UserGroups attribute defined at extension b2bapprovalprocess. |
Set<B2BUserGroupModel> |
B2BUnitModel.getUserGroups()
Generated method - Getter of the
B2BUnit.UserGroups attribute defined at extension b2bcommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BCustomerModel.setApproverGroups(Set<B2BUserGroupModel> value)
Generated method - Setter of
B2BCustomer.ApproverGroups attribute defined at extension b2bapprovalprocess. |
void |
B2BUnitModel.setApproverGroups(Set<B2BUserGroupModel> value)
Generated method - Setter of
B2BUnit.ApproverGroups attribute defined at extension b2bapprovalprocess. |
void |
B2BCustomerModel.setPermissionGroups(Set<B2BUserGroupModel> value)
Generated method - Setter of
B2BCustomer.PermissionGroups attribute defined at extension b2bapprovalprocess. |
void |
B2BPermissionModel.setUserGroups(List<B2BUserGroupModel> value)
Generated method - Setter of
B2BPermission.UserGroups attribute defined at extension b2bapprovalprocess. |
void |
B2BUnitModel.setUserGroups(Set<B2BUserGroupModel> value)
Generated method - Setter of
B2BUnit.UserGroups attribute defined at extension b2bcommerce. |
| Modifier and Type | Method and Description |
|---|---|
B2BUserGroupModel |
B2BUserGroupResource.getB2BUserGroupModel()
Convenience method which just delegates to
#getResourceValue() |
protected B2BUserGroupModel |
B2BUserGroupResource.readResource(String resourceId)
Gets the
B2BUserGroupModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<B2BUserGroupModel> |
B2BUserGroupsResource.getB2BUserGroupsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BUserGroupResource.setB2BUserGroupModel(B2BUserGroupModel value)
Convenience method which just delegates to
#setResourceValue(B2BUserGroupModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BUserGroupsResource.setB2BUserGroupsCollection(Collection<B2BUserGroupModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
B2BUserGroupModel |
B2BItemService.findB2BUserGroupByCode(String code)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Set<B2BUserGroupModel> |
B2BItemService.findAllB2BUserGroups()
Deprecated.
|
List<B2BUserGroupModel> |
B2BCustomerService.getAllB2BUserGroups()
Gets all b2b user groups
|
| Modifier and Type | Method and Description |
|---|---|
B2BUserGroupModel |
DefaultB2BItemService.findB2BUserGroupByCode(String code)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Set<B2BUserGroupModel> |
DefaultB2BItemService.findAllB2BUserGroups()
Deprecated.
|
List<B2BUserGroupModel> |
DefaultB2BCustomerService.getAllB2BUserGroups() |
| Modifier and Type | Field and Description |
|---|---|
protected B2BUserGroupModel |
B2BCommonOrganizationWizardPage.b2bUserGroup |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BUserGroupPermissionPopulator.populate(B2BUserGroupModel source,
B2BUserGroupData target) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
B2BUserGroupEditPermissionsPopulator.isUserGroupAllowedToEditByCurrentUser(B2BUserGroupData userGroupToCheck,
List<B2BUserGroupModel> editableUserGroupsForCurrentUser) |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BUserGroupPopulator.populate(B2BUserGroupModel source,
B2BUserGroupData target) |
protected void |
B2BUserGroupPopulator.populateMembers(B2BUserGroupModel source,
B2BUserGroupData target) |
protected void |
B2BUserGroupPopulator.populateUnit(B2BUserGroupModel source,
B2BUserGroupData target) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<B2BUserGroupModel,B2BUserGroupData> |
DefaultB2BUserFacade.getB2BUserGroupConverter() |
protected Converter<B2BUserGroupModel,B2BUserGroupData> |
DefaultB2BUserGroupFacade.getB2BUserGroupConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultB2BUserFacade.setB2BUserGroupConverter(Converter<B2BUserGroupModel,B2BUserGroupData> b2BUserGroupConverter) |
void |
DefaultB2BUserGroupFacade.setB2BUserGroupConverter(Converter<B2BUserGroupModel,B2BUserGroupData> b2BUserGroupConverter) |
Copyright © 2017 SAP SE. All Rights Reserved.