===== Basket product ===== === sets / Baskets === == visibility == All possible values can be find in the variable **publicationStatusList** * private - set can only be read by the user * hidden - set can be read by everyone, but is not displayed in any overview list * open_intern - set can be read by everyone and the set can be found in the internal overview list * open - set can be read by everyone and the set can be found in the public overview list, this status can only be set by an **admin** of the vlp. * group - not implemented, yet === User permissions === The method **checkPermission(modus)** of a basket object gives true or false depending on the rights granted to the actual user. Modus can have the following values: * private - User is member of the admin group of the basket * admin - User is member of the admin group (disctinction between private and admin shall be implemented in an later version of the product, private shall then only be true for owners of a basket) * edit - User is memeber of the edit group * publish - User is allowed to publish the document visible for all visitors (i.e. setting the status **open**)