com.liferay.portal.service.persistence
Interface PluginSettingPersistence

All Superinterfaces:
BasePersistence<PluginSetting>

public interface PluginSettingPersistence
extends BasePersistence<PluginSetting>

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Author:
Brian Wing Shun Chan
See Also:
PluginSettingPersistenceImpl, PluginSettingUtil
Generated:

Method Summary
 void cacheResult(java.util.List<PluginSetting> pluginSettings)
           
 void cacheResult(PluginSetting pluginSetting)
           
 int countAll()
           
 int countByC_I_T(long companyId, java.lang.String pluginId, java.lang.String pluginType)
           
 int countByCompanyId(long companyId)
           
 PluginSetting create(long pluginSettingId)
           
 PluginSetting fetchByC_I_T(long companyId, java.lang.String pluginId, java.lang.String pluginType)
           
 PluginSetting fetchByC_I_T(long companyId, java.lang.String pluginId, java.lang.String pluginType, boolean retrieveFromCache)
           
 PluginSetting fetchByPrimaryKey(long pluginSettingId)
           
 java.util.List<PluginSetting> findAll()
           
 java.util.List<PluginSetting> findAll(int start, int end)
           
 java.util.List<PluginSetting> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 PluginSetting findByC_I_T(long companyId, java.lang.String pluginId, java.lang.String pluginType)
           
 PluginSetting findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 PluginSetting findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 PluginSetting[] findByCompanyId_PrevAndNext(long pluginSettingId, long companyId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 java.util.List<PluginSetting> findByCompanyId(long companyId)
           
 java.util.List<PluginSetting> findByCompanyId(long companyId, int start, int end)
           
 java.util.List<PluginSetting> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 PluginSetting findByPrimaryKey(long pluginSettingId)
           
 PluginSetting remove(long pluginSettingId)
           
 void removeAll()
           
 void removeByC_I_T(long companyId, java.lang.String pluginId, java.lang.String pluginType)
           
 void removeByCompanyId(long companyId)
           
 PluginSetting update(PluginSetting pluginSetting)
          Deprecated. Use BasePersistence.update(com.liferay.portal.model.BaseModel, boolean).
 PluginSetting updateImpl(PluginSetting pluginSetting, boolean merge)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update
 

Method Detail

cacheResult

void cacheResult(PluginSetting pluginSetting)

cacheResult

void cacheResult(java.util.List<PluginSetting> pluginSettings)

create

PluginSetting create(long pluginSettingId)

remove

PluginSetting remove(long pluginSettingId)
                     throws NoSuchPluginSettingException,
                            com.liferay.portal.SystemException
Throws:
NoSuchPluginSettingException
com.liferay.portal.SystemException

update

PluginSetting update(PluginSetting pluginSetting)
                     throws com.liferay.portal.SystemException
Deprecated. Use BasePersistence.update(com.liferay.portal.model.BaseModel, boolean).

Throws:
com.liferay.portal.SystemException

updateImpl

PluginSetting updateImpl(PluginSetting pluginSetting,
                         boolean merge)
                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByPrimaryKey

PluginSetting findByPrimaryKey(long pluginSettingId)
                               throws NoSuchPluginSettingException,
                                      com.liferay.portal.SystemException
Throws:
NoSuchPluginSettingException
com.liferay.portal.SystemException

fetchByPrimaryKey

PluginSetting fetchByPrimaryKey(long pluginSettingId)
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByCompanyId

java.util.List<PluginSetting> findByCompanyId(long companyId)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByCompanyId

java.util.List<PluginSetting> findByCompanyId(long companyId,
                                              int start,
                                              int end)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByCompanyId

java.util.List<PluginSetting> findByCompanyId(long companyId,
                                              int start,
                                              int end,
                                              com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByCompanyId_First

PluginSetting findByCompanyId_First(long companyId,
                                    com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                    throws NoSuchPluginSettingException,
                                           com.liferay.portal.SystemException
Throws:
NoSuchPluginSettingException
com.liferay.portal.SystemException

findByCompanyId_Last

PluginSetting findByCompanyId_Last(long companyId,
                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                   throws NoSuchPluginSettingException,
                                          com.liferay.portal.SystemException
Throws:
NoSuchPluginSettingException
com.liferay.portal.SystemException

findByCompanyId_PrevAndNext

PluginSetting[] findByCompanyId_PrevAndNext(long pluginSettingId,
                                            long companyId,
                                            com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                            throws NoSuchPluginSettingException,
                                                   com.liferay.portal.SystemException
Throws:
NoSuchPluginSettingException
com.liferay.portal.SystemException

findByC_I_T

PluginSetting findByC_I_T(long companyId,
                          java.lang.String pluginId,
                          java.lang.String pluginType)
                          throws NoSuchPluginSettingException,
                                 com.liferay.portal.SystemException
Throws:
NoSuchPluginSettingException
com.liferay.portal.SystemException

fetchByC_I_T

PluginSetting fetchByC_I_T(long companyId,
                           java.lang.String pluginId,
                           java.lang.String pluginType)
                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

fetchByC_I_T

PluginSetting fetchByC_I_T(long companyId,
                           java.lang.String pluginId,
                           java.lang.String pluginType,
                           boolean retrieveFromCache)
                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

java.util.List<PluginSetting> findAll()
                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

java.util.List<PluginSetting> findAll(int start,
                                      int end)
                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

java.util.List<PluginSetting> findAll(int start,
                                      int end,
                                      com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByCompanyId

void removeByCompanyId(long companyId)
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByC_I_T

void removeByC_I_T(long companyId,
                   java.lang.String pluginId,
                   java.lang.String pluginType)
                   throws NoSuchPluginSettingException,
                          com.liferay.portal.SystemException
Throws:
NoSuchPluginSettingException
com.liferay.portal.SystemException

removeAll

void removeAll()
               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByCompanyId

int countByCompanyId(long companyId)
                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByC_I_T

int countByC_I_T(long companyId,
                 java.lang.String pluginId,
                 java.lang.String pluginType)
                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countAll

int countAll()
             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException