Méthode | Description | |
---|---|---|
CustomerTagService ( IRepository |
Ctor
|
|
DeleteCustomerTag ( |
Delete a customer tag
|
|
DeleteTagFromCustomer ( int customerTagId, int customerId ) : void |
Delete tag from a customer
|
|
GetAllCustomerTags ( ) : IList |
Gets all customer tags
|
|
GetCustomerCount ( int customerTagId ) : int |
Get number of customers
|
|
GetCustomerTagById ( int customerTagId ) : |
Gets customer tag
|
|
GetCustomerTagByName ( string name ) : |
Gets customer tag by name
|
|
GetCustomerTagsByName ( string name ) : IList |
Gets customer tags search by name
|
|
GetCustomersByTag ( int customerTagId, int pageIndex, int pageSize = 2147483647 ) : IPagedList |
Gets all customer for tag id
|
|
InsertCustomerTag ( |
Inserts a customer tag
|
|
InsertTagToCustomer ( int customerTagId, int customerId ) : void |
Insert tag to a customer
|
|
UpdateCustomerTag ( |
Updates the customer tag
|
public CustomerTagService ( IRepository |
||
customerTagRepository | IRepository |
Customer tag repository |
customerRepository | IRepository |
|
commonSettings | Common settings | |
eventPublisher | IEventPublisher | Event published |
Résultat | System |
public DeleteCustomerTag ( |
||
customerTag | Customer tag | |
Résultat | void |
public DeleteTagFromCustomer ( int customerTagId, int customerId ) : void | ||
customerTagId | int | |
customerId | int | |
Résultat | void |
public GetCustomerCount ( int customerTagId ) : int | ||
customerTagId | int | Customer tag identifier |
Résultat | int |
public GetCustomerTagById ( int customerTagId ) : |
||
customerTagId | int | Customer tag identifier |
Résultat |
public GetCustomerTagByName ( string name ) : |
||
name | string | Customer tag name |
Résultat |
public GetCustomerTagsByName ( string name ) : IList |
||
name | string | Customer tags name |
Résultat | IList |
public GetCustomersByTag ( int customerTagId, int pageIndex, int pageSize = 2147483647 ) : IPagedList |
||
customerTagId | int | |
pageIndex | int | |
pageSize | int | |
Résultat | IPagedList |
public InsertCustomerTag ( |
||
customerTag | Customer tag | |
Résultat | void |
public InsertTagToCustomer ( int customerTagId, int customerId ) : void | ||
customerTagId | int | |
customerId | int | |
Résultat | void |
public UpdateCustomerTag ( |
||
customerTag | Customer tag | |
Résultat | void |