Public Member Functions | Protected Member Functions | Protected Attributes

Article_Main Class Reference

Inheritance diagram for Article_Main:
Collaboration diagram for Article_Main:

List of all members.

Public Member Functions

 render ()
 save ()
 addToCategory ($sCatID, $sOXID)
 copyArticle ($sOldId=null, $sNewId=null, $sParentId=null)
 saveinnlang ()
 addDefaultValues ($aParams)
 getCategoryList ()
 getVendorList ()
 getManufacturerList ()

Protected Member Functions

 _copyCategories ($sOldId, $sNewId)
 _copyAttributes ($sOldId, $sNewId)
 _copySelectlists ($sOldId, $sNewId)
 _copyCrossseling ($sOldId, $sNewId)
 _copyAccessoires ($sOldId, $sNewId)
 _copyStaffelpreis ($sOldId, $sNewId)
 _copyArtExtends ($sOldId, $sNewId)
 _formJumpList ($oArticle, $oParentArticle)
 _getTitle ($oObj)

Protected Attributes

 $_sSavedId = null

Detailed Description

Admin article main manager. Collects and updates (on user submit) article base parameters data ( such as title, article No., short Description and etc.). Admin Menu: Manage Products -> Articles -> Main.

Definition at line 9 of file article_main.php.


Member Function Documentation

Article_Main._copyAccessoires ( sOldId,
sNewId 
) [protected]

Copying accessoires assignments

Parameters:
string $sOldId Id from old article
string $sNewId Id from new article
Returns:
null

Definition at line 474 of file article_main.php.

Article_Main._copyArtExtends ( sOldId,
sNewId 
) [protected]

Copying article extends

Parameters:
string $sOldId Id from old article
string $sNewId Id from new article
Returns:
null

Definition at line 523 of file article_main.php.

Article_Main._copyAttributes ( sOldId,
sNewId 
) [protected]

Copying attributes assignments

Parameters:
string $sOldId Id from old article
string $sNewId Id from new article
Returns:
null

Definition at line 395 of file article_main.php.

Article_Main._copyCategories ( sOldId,
sNewId 
) [protected]

Copying category assignments

Parameters:
string $sOldId Id from old article
string $sNewId Id from new article
Returns:
null

Definition at line 361 of file article_main.php.

Article_Main._copyCrossseling ( sOldId,
sNewId 
) [protected]

Copying crossseling assignments

Parameters:
string $sOldId Id from old article
string $sNewId Id from new article
Returns:
null

Definition at line 449 of file article_main.php.

Article_Main._copySelectlists ( sOldId,
sNewId 
) [protected]

Copying selectlists assignments

Parameters:
string $sOldId Id from old article
string $sNewId Id from new article
Returns:
null

Definition at line 424 of file article_main.php.

Article_Main._copyStaffelpreis ( sOldId,
sNewId 
) [protected]

Copying staffelpreis assignments

Parameters:
string $sOldId Id from old article
string $sNewId Id from new article
Returns:
null

Definition at line 499 of file article_main.php.

Article_Main._formJumpList ( oArticle,
oParentArticle 
) [protected]

Function forms article variants jump list.

Parameters:
object $oArticle article object
object $oParentArticle article parent object
Returns:
null

Definition at line 649 of file article_main.php.

Article_Main._getTitle ( oObj  )  [protected]

Returns formed variant title

Parameters:
object $oObj product object
Returns:
string

Definition at line 689 of file article_main.php.

Article_Main.addDefaultValues ( aParams  ) 

Sets default values for empty article (currently does nothing), returns array with parameters.

Parameters:
array $aParams Parameters, to set default values
Returns:
array

Definition at line 636 of file article_main.php.

Article_Main.addToCategory ( sCatID,
sOXID 
)

Add article to category.

Parameters:
string $sCatID Category id
string $sOXID Article id
Returns:
null

Definition at line 235 of file article_main.php.

Article_Main.copyArticle ( sOldId = null,
sNewId = null,
sParentId = null 
)

Copies article (with all parameters) to new articles.

Parameters:
string $sOldId old product id (default null)
string $sNewId new product id (default null)
string $sParentId product parent id
Returns:
null

Definition at line 260 of file article_main.php.

Article_Main.getCategoryList (  ) 

Returns shop manufacturers list

Returns:
oxmanufacturerlist

Definition at line 704 of file article_main.php.

Article_Main.getManufacturerList (  ) 

Returns shop manufacturers list

Returns:
oxmanufacturerlist

Definition at line 729 of file article_main.php.

Article_Main.getVendorList (  ) 

Returns shop manufacturers list

Returns:
oxmanufacturerlist

Definition at line 716 of file article_main.php.

Article_Main.render (  ) 

Loads article parameters and passes them to Smarty engine, returns name of template file "article_main.tpl".

Returns:
string

Reimplemented from oxAdminDetails.

Definition at line 24 of file article_main.php.

Article_Main.save (  ) 

Saves changes of article parameters.

Returns:
null

Reimplemented from oxAdminView.

Definition at line 104 of file article_main.php.

Article_Main.saveinnlang (  ) 

Saves article parameters in different language.

Returns:
null

Definition at line 538 of file article_main.php.


Member Data Documentation

Article_Main.$_sSavedId = null [protected]

Definition at line 16 of file article_main.php.


The documentation for this class was generated from the following file: