Diglin\Ricardo\Managers\SellerAccount
Class SellerAccount
Synopsis
- // members
- protected $_serviceName;
- protected $_templates;
- // Inherited members from ManagerAbstract
- protected $_serviceName;
- protected Service $_serviceManager;
- protected Helper $_helper;
- // methods
- public array addCardPaymentOption()
- public bool getArticleModificationAllowed()
- public array getArticle()
- public array getArticles()
- public array getClosedArticles()
- public void getOpenArticle()
- public array getOpenArticles()
- public array getPaymentOptions()
- public array getPlannedArticle()
- public array getPlannedArticles()
- public void getPlannedPictures()
- public array getSellerPackages()
- public array getSoldArticle()
- public array getSoldArticles()
- public array getTemplates()
- public void getUnsoldArticle()
- public array getUnsoldArticles()
- public void insertAnswer()
- public void insertSellerPackage()
- public void removeCardPaymentOption()
- public void setCumulativeShipping()
- public void setPremiumPackageAutomaticReactivation()
- // Inherited methods from ManagerAbstract
- public void __construct()
- public Helper getHelper()
- protected array _proceed()
- protected void extractError()
- public Service getServiceManager()
- public string getTypeOfToken()
Hierarchy
Members
protected
- $_helper — Diglin\Ricardo\Core\Helper
- $_serviceManager — Diglin\Ricardo\Service
- $_serviceName — string
- $_serviceName — string
- $_templates — array
Methods
public
- addCardPaymentOption() — Add Card payment options to one or more articles
- getArticle() — Get Article Information for NOT planned article
- getArticleModificationAllowed() — Get if an article is allowed to be modified or not
- getArticles() — Get all auctions by date and type
- getClosedArticles()
- getOpenArticle() — Gets an open article.
- getOpenArticles() — Gets the open articles.
- getPaymentOptions() — Gets the payment options for a seller.
- getPlannedArticle() — Gets a planned articles
- getPlannedArticles() — Gets the planned articles.
- getPlannedPictures() — Gets the planned pictures.
- getSellerPackages() — Gets list of customer's listing packages(normally should be just one item)
- getSoldArticle() — Gets the sold article.
- getSoldArticles()
- getTemplates()
- getUnsoldArticle() — Gets the unsold article.
- getUnsoldArticles() — Gets the unsold articles
- insertAnswer() — Inserts the answer.
- insertSellerPackage() — Inserts selected by customer listing package
- removeCardPaymentOption() — Removes the card payment option from specified articles.
- setCumulativeShipping() — Sets if the article has cumulative shipping.
- setPremiumPackageAutomaticReactivation() — Change the automatic reactivation for a premium package
Inherited from Diglin\Ricardo\Managers\ManagerAbstract
protected
- _proceed()
- extractError() — Extract code error and type from API call
public
History
-
2014-09-28T11:30:57+02:00 (commit #00fcad2)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
[RIC-38] For sellerAccount service, implement in a clean way parameter to send to the service
-
2014-09-28T11:22:59+02:00 (commit #3e11a2c)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
Update the License to OSL v3.0, add license file, change code header and composer.json
-
2014-09-18T14:18:38+02:00 (commit #0593ee8)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
[RIC-76] Implement the logic to know if the credit card is available for an account. Update unit test
-
2014-08-14T00:05:50+02:00 (commit #0588216)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
[RIC-38] Add additional methods to services and their test
-
2014-08-09T12:47:21+02:00 (commit #f472deb)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
[RIC-38] Implements getSellerPackages Service
-
2014-07-30T22:51:54+02:00 (commit #bf0e20f)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
[RIC-38] Some small refactoring/improvements and cleanup
-
2014-07-30T20:54:56+02:00 (commit #63608a6)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
[RIC-38] Simplify date format, work on timestamp base UTC+0
-
2014-07-07T18:37:00+02:00 (commit #b901694)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
[RIC-38] [FEATURE|WIP] Add SellerAccount Service Ricardo API, SellerAccount Manager for the PHP library & Tests - Not all methods are implemented because it's quite long and we may not need all methods at the moment
-
2014-06-22T17:08:27+02:00 (commit #61fc8b6)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
Add PhpUnit Tests for Security, SellerAccount (in progress) and System (in progress) Services. Add a way to configure the unit test, documentation exist to configure it thanks to a readme file Implement the security protocol at the manager level