Beispiel #1
0
 protected function getStoreId($id = '')
 {
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.location');
     $id .= ':' . $this->getState('filter.e_type');
     return parent::getStoreId($id);
 }
Beispiel #2
0
 /**
  * Method to get a store id based on model configuration state.
  *
  * @param string $id a prefix for the store id.
  * @return string a store id.
  */
 protected function getStoreId($id = '')
 {
     foreach ($this->filter as $name => $type) {
         $id .= sprintf(':%s', JoomDOCView::getStateName($name));
     }
     return parent::getStoreId($id);
 }
Beispiel #3
0
 /**
  * Method to get a store id based on model configuration state.
  *
  * This is necessary because the model is used by the component and
  * different modules that might need different sets of data or different
  * ordering requirements.
  *
  * @param   string  $id    A prefix for the store id.
  *
  * @return  string  A store id.
  */
 protected function getStoreID($id = '')
 {
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.category_id');
     $id .= ':' . $this->getState('filter.author_id');
     return parent::getStoreId($id);
 }
Beispiel #4
0
 /**
  * Filters
  */
 protected function getStoreId($id = '')
 {
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.state');
     $id .= ':' . $this->getState('filter.language');
     return parent::getStoreId($id);
 }
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('category.id');
     $id .= ':' . $this->getState('filter.published');
     return parent::getStoreId($id);
 }
Beispiel #6
0
 /**
  * Method to get a store id based on model configuration state.
  *
  * This is necessary because the model is used by the component and
  * different modules that might need different sets of data or different
  * ordering requirements.
  *
  * @param	string		$id	A prefix for the store id.
  * @return	string		A store id.
  * @since	1.6
  */
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.state');
     return parent::getStoreId($id);
 }
 protected function getStoreId($id = '')
 {
     $id .= ':' . $this->getState('list.access');
     $id .= ':' . $this->getState('list.language');
     $id .= ':' . $this->getState('list.category');
     $id .= ':' . $this->getState('list.searchword');
     return parent::getStoreId($id);
 }
Beispiel #8
0
 /**
  * Method to get a store id based on model configuration state.
  *
  * This is necessary because the model is used by the component and
  * different modules that might need different sets of data or different
  * ordering requirements.
  *
  * @param   string $id A prefix for the store id.
  *
  * @return  string      A store id.
  * @since   1.6
  */
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState($this->context . '.project_id');
     $id .= ':' . $this->getState('list.ordering');
     $id .= ':' . $this->getState('list.direction');
     return parent::getStoreId($id);
 }
 /**
  * Метод для получения store id, которое основывается на состоянии модели.
  *
  * @param   string  $id  Идентификационная строка для генерации store id.
  *
  * @return  string  Store id.
  */
 protected function getStoreId($id = '')
 {
     // Компилируем store id.
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.state');
     $id .= ':' . $this->getState('filter.category_id');
     return parent::getStoreId($id);
 }
Beispiel #10
0
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.title');
     $id .= ':' . $this->getState('filter.special');
     $id .= ':' . $this->getState('filter.min');
     return parent::getStoreId($id);
 }
Beispiel #11
0
 /**
  * Method to get a store id based on model configuration state.
  *
  * This is necessary because the model is used by the component and
  * different modules that might need different sets of data or different
  * ordering requirements.
  *
  * @param	string		$id	A prefix for the store id.
  * @return	string		A store id.
  * @since	1.6
  */
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.extension_number');
     $id .= ':' . $this->getState('filter.published');
     $id .= ':' . $this->getState('filter.extension_name');
     $id .= ':' . $this->getState('filter.id');
     return parent::getStoreId($id);
 }
Beispiel #12
0
 /**
  * Method to get a store id based on model configuration state.
  *
  * This is necessary because the model is used by the component and
  * different modules that might need different sets of data or different
  * ordering requirements.
  *
  * @param	string		$id	A prefix for the store id.
  *
  * @return	string		A store id.
  * @since	1.6
  */
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.title');
     $id .= ':' . $this->getState('filter.artist');
     $id .= ':' . $this->getState('filter.category_id');
     $id .= ':' . $this->getState('filter.search');
     return parent::getStoreId($id);
 }
Beispiel #13
0
 /**
  * Method to get a store id based on model configuration state.
  *
  * This is necessary because the model is used by the component and
  * different modules that might need different sets of data or different
  * ordering requirements.
  *
  * @param	string		$id	A prefix for the store id.
  *
  * @return	string		A store id.
  * @since	1.6
  */
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.school');
     $id .= ':' . $this->getState('filter.class');
     $id .= ':' . $this->getState('filter.hasRegistered');
     return parent::getStoreId($id);
 }
Beispiel #14
0
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     //$id	.= ':'.$this->getState('filter.search');
     //$id	.= ':'.$this->getState('filter.published');
     $id .= ':' . $this->getState('list.ordering');
     $id .= ':' . $this->getState('list.direction');
     return parent::getStoreId($id);
 }
Beispiel #15
0
 /**
  * Method to get a store id based on model configuration state.
  *
  * This is necessary because the model is used by the component and
  * different modules that might need different sets of data or different
  * ordering requirements.
  *
  * @param	string		$id	A prefix for the store id.
  *
  * @return	string		A store id.
  */
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.extension');
     $id .= ':' . $this->getState('filter.published');
     $id .= ':' . $this->getState('filter.access');
     $id .= ':' . $this->getState('filter.parentId');
     return parent::getStoreId($id);
 }
Beispiel #16
0
 /**
  * Method to get a store id based on model configuration state.
  *
  * This is necessary because the model is used by the component and
  * different modules that might need different sets of data or different
  * ordering requirements.
  *
  * @param	string		$id	A prefix for the store id.
  *
  * @return	string		A store id.
  * @since	1.6
  */
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.access');
     $id .= ':' . $this->getState('filter.jfoobar_id');
     $id .= ':' . $this->getState('filter.category_id');
     $id .= ':' . $this->getState('filter.author_id');
     return parent::getStoreId($id);
 }
Beispiel #17
0
 /**
  * Method to get a store id based on model configuration state.
  *
  * This is necessary because the model is used by the component and
  * different modules that might need different sets of data or different
  * ordering requirements.
  *
  * @param   string $id A prefix for the store id.
  *
  * @return  string      A store id.
  * @since   1.6
  */
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.payment_service');
     $id .= ':' . $this->getState('filter.reward_state');
     $id .= ':' . $this->getState('filter.payment_status');
     return parent::getStoreId($id);
 }
Beispiel #18
0
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.access');
     $id .= ':' . $this->getState('filter.published');
     $id .= ':' . $this->getState('filter.language');
     return parent::getStoreId($id);
 }
 /**
  * Method to get a store id based on model configuration state.
  *
  * This is necessary because the model is used by the component and
  * different modules that might need different sets of data or different
  * ordering requirements.
  *
  * @param   string      $id A prefix for the store id.
  *
  * @return  string      A store id.
  * @since   1.6
  */
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.published');
     $id .= ':' . $this->getState('filter.category_id');
     $id .= ':' . $this->getState('filter.tourismtype_id');
     return parent::getStoreId($id);
 }
Beispiel #20
0
	/**
	 * Method to get a store id based on model configuration state.
	 *
	 * This is necessary because the model is used by the component and
	 * different modules that might need different sets of data or different
	 * ordering requirements.
	 *
	 * @param	string		$id	A prefix for the store id.
	 * @return	string		A store id.
	 *
	 */
	protected function getStoreId($id = '')
	{
		// Compile the store id.
		$id .= ':' . $this->getState('filter_search');
		$id .= ':' . $this->getState('filter_published');
	//	$id .= ':' . $this->getState('filter_type');

		return parent::getStoreId($id);
	}
 protected function getStoreId($id = '')
 {
     $id .= ':' . serialize($this->getState('filter.published'));
     $id .= ':' . $this->getState('filter.access');
     $id .= ':' . serialize($this->getState('filter.author_id'));
     $id .= ':' . $this->getState('filter.date_filtering');
     $id .= ':' . serialize($this->getState('filter.category_id'));
     $id .= ':' . $this->getState('filter.category_id.include');
     return parent::getStoreId($id);
 }
Beispiel #22
0
 /**
  * Method to get a store id based on model the configuration state.
  *
  * This is necessary because the model is used by the component and
  * different modules that might need different sets of data or different
  * ordering requirements.
  *
  * @param   string  $id  An identifier string to generate the store id. [optional]
  *
  * @return  string  A store id.
  *
  * @since   2.5
  */
 protected function getStoreId($id = '')
 {
     // Add the search query state.
     $id .= ':' . $this->getState('input');
     $id .= ':' . $this->getState('language');
     // Add the list state.
     $id .= ':' . $this->getState('list.start');
     $id .= ':' . $this->getState('list.limit');
     return parent::getStoreId($id);
 }
Beispiel #23
0
 /**
  * Method to get a store id based on model configuration state.
  *
  * This is necessary because the model is used by the component and
  * different modules that might need different sets of data or different
  * ordering requirements.
  *
  * @param   string  $id    A prefix for the store id.
  * @return  string  A store id.
  * @since   1.6
  */
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.userid');
     $id .= ':' . $this->getState('filter.gender');
     $id .= ':' . $this->getState('filter.blood');
     $id .= ':' . $this->getState('filter.exercise');
     return parent::getStoreId($id);
 }
Beispiel #24
0
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.toaddr');
     $id .= ':' . $this->getState('filter.messageid');
     $id .= ':' . $this->getState('filter.status');
     $id .= ':' . $this->getState('filter.asset');
     return parent::getStoreId($id);
 }
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.search');
     //$id	.= ':'.$this->getState('filter.access');
     $id .= ':' . $this->getState('filter.state');
     $id .= ':' . $this->getState('filter.category_id');
     $id .= ':' . $this->getState('filter.image_id');
     return parent::getStoreId($id);
 }
Beispiel #26
0
 /**
  * Method to get a store id based on model configuration state.
  *
  * This is necessary because the model is used by the component and
  * different modules that might need different sets of data or different
  * ordering requirements.
  *
  * @param	string		$id	A prefix for the store id.
  *
  * @return	string		A store id.
  * @since	1.6
  */
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.tag_search');
     $id .= ':' . $this->getState('filter.client_id');
     $id .= ':' . serialize($this->getState('filter.category_id'));
     $id .= ':' . serialize($this->getState('filter.keywords'));
     return parent::getStoreId($id);
 }
Beispiel #27
0
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.context');
     $id .= ':' . serialize($this->getState('filter.catid'));
     $id .= ':' . $this->getState('filter.published');
     $id .= ':' . $this->getState('filter.language');
     return parent::getStoreId($id);
 }
Beispiel #28
0
 /**
  * Method to get a store id based on model configuration state.
  *
  * This is necessary because the model is used by the component and
  * different modules that might need different sets of data or different
  * ordering requirements.
  *
  * @param   string $id A prefix for the store id.
  *
  * @return  string    A store id.
  */
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.enabled');
     $id .= ':' . $this->getState('filter.name');
     $id .= ':' . $this->getState('filter.element');
     $id .= ':' . $this->getState('filter.access');
     return parent::getStoreId($id);
 }
Beispiel #29
0
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.published');
     $id .= ':' . $this->getState('filter.rating_object_type');
     $id .= ':' . $this->getState('filter.rating_group');
     $id .= ':' . $this->getState('filter.object_id');
     return parent::getStoreId($id);
 }
 /**
  * Method to get a store id based on model configuration state.
  *
  * This is necessary because the model is used by the component and
  * different modules that might need different sets of data or different
  * ordering requirements.
  *
  * @param   string      $id A prefix for the store id.
  *
  * @return  string      A store id.
  */
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.featured');
     $id .= ':' . $this->getState('filter.country_code');
     $id .= ':' . $this->getState('filter.city');
     $id .= ':' . $this->getState('filter.category_id');
     $id .= ':' . $this->getState('filter.tourismtype_id');
     return parent::getStoreId($id);
 }