PHP 클래스 Sylius\Bundle\CoreBundle\Doctrine\ORM\OrderRepository

상속: extends Sylius\Bundle\CartBundle\Doctrine\ORM\CartRepository, implements Sylius\Component\Core\Repository\OrderRepositoryInterface
파일 보기 프로젝트 열기: sylius/sylius

공개 메소드들

메소드 설명
countByChannel ( Sylius\Component\Core\Model\ChannelInterface $channel ) {@inheritDoc}
countByCustomer ( Sylius\Component\Core\Model\CustomerInterface $customer )
countByCustomerAndCoupon ( Sylius\Component\Core\Model\CustomerInterface $customer, Sylius\Component\Core\Model\PromotionCouponInterface $coupon )
createByCustomerIdQueryBuilder ( $customerId )
createListQueryBuilder ( )
findByCustomer ( Sylius\Component\Core\Model\CustomerInterface $customer )
findCartByChannel ( $id, Sylius\Component\Core\Model\ChannelInterface $channel )
findLatestCartByChannelAndCustomer ( Sylius\Component\Core\Model\ChannelInterface $channel, Sylius\Component\Core\Model\CustomerInterface $customer )
findLatestInChannel ( $count, Sylius\Component\Core\Model\ChannelInterface $channel )
findOneByNumberAndCustomer ( $number, Sylius\Component\Core\Model\CustomerInterface $customer )
findOneForPayment ( $id )
getTotalSalesForChannel ( Sylius\Component\Core\Model\ChannelInterface $channel ) {@inheritDoc}

메소드 상세

countByChannel() 공개 메소드

{@inheritDoc}
public countByChannel ( Sylius\Component\Core\Model\ChannelInterface $channel )
$channel Sylius\Component\Core\Model\ChannelInterface

countByCustomer() 공개 메소드

public countByCustomer ( Sylius\Component\Core\Model\CustomerInterface $customer )
$customer Sylius\Component\Core\Model\CustomerInterface

countByCustomerAndCoupon() 공개 메소드

public countByCustomerAndCoupon ( Sylius\Component\Core\Model\CustomerInterface $customer, Sylius\Component\Core\Model\PromotionCouponInterface $coupon )
$customer Sylius\Component\Core\Model\CustomerInterface
$coupon Sylius\Component\Core\Model\PromotionCouponInterface

createByCustomerIdQueryBuilder() 공개 메소드

public createByCustomerIdQueryBuilder ( $customerId )

createListQueryBuilder() 공개 메소드

findByCustomer() 공개 메소드

public findByCustomer ( Sylius\Component\Core\Model\CustomerInterface $customer )
$customer Sylius\Component\Core\Model\CustomerInterface

findCartByChannel() 공개 메소드

public findCartByChannel ( $id, Sylius\Component\Core\Model\ChannelInterface $channel )
$channel Sylius\Component\Core\Model\ChannelInterface

findLatestCartByChannelAndCustomer() 공개 메소드

public findLatestCartByChannelAndCustomer ( Sylius\Component\Core\Model\ChannelInterface $channel, Sylius\Component\Core\Model\CustomerInterface $customer )
$channel Sylius\Component\Core\Model\ChannelInterface
$customer Sylius\Component\Core\Model\CustomerInterface

findLatestInChannel() 공개 메소드

public findLatestInChannel ( $count, Sylius\Component\Core\Model\ChannelInterface $channel )
$channel Sylius\Component\Core\Model\ChannelInterface

findOneByNumberAndCustomer() 공개 메소드

public findOneByNumberAndCustomer ( $number, Sylius\Component\Core\Model\CustomerInterface $customer )
$customer Sylius\Component\Core\Model\CustomerInterface

findOneForPayment() 공개 메소드

public findOneForPayment ( $id )

getTotalSalesForChannel() 공개 메소드

{@inheritDoc}
public getTotalSalesForChannel ( Sylius\Component\Core\Model\ChannelInterface $channel )
$channel Sylius\Component\Core\Model\ChannelInterface