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, OrderByComparator orderByComparator)
           
 PluginSetting findByC_I_T(long companyId, java.lang.String pluginId, java.lang.String pluginType)
           
 PluginSetting findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 PluginSetting findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 PluginSetting[] findByCompanyId_PrevAndNext(long pluginSettingId, long companyId, 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, 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 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,
                            SystemException
Throws:
NoSuchPluginSettingException
SystemException

updateImpl

PluginSetting updateImpl(PluginSetting pluginSetting,
                         boolean merge)
                         throws SystemException
Throws:
SystemException

findByPrimaryKey

PluginSetting findByPrimaryKey(long pluginSettingId)
                               throws NoSuchPluginSettingException,
                                      SystemException
Throws:
NoSuchPluginSettingException
SystemException

fetchByPrimaryKey

PluginSetting fetchByPrimaryKey(long pluginSettingId)
                                throws SystemException
Throws:
SystemException

findByCompanyId

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

findByCompanyId

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

findByCompanyId

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

findByCompanyId_First

PluginSetting findByCompanyId_First(long companyId,
                                    OrderByComparator orderByComparator)
                                    throws NoSuchPluginSettingException,
                                           SystemException
Throws:
NoSuchPluginSettingException
SystemException

findByCompanyId_Last

PluginSetting findByCompanyId_Last(long companyId,
                                   OrderByComparator orderByComparator)
                                   throws NoSuchPluginSettingException,
                                          SystemException
Throws:
NoSuchPluginSettingException
SystemException

findByCompanyId_PrevAndNext

PluginSetting[] findByCompanyId_PrevAndNext(long pluginSettingId,
                                            long companyId,
                                            OrderByComparator orderByComparator)
                                            throws NoSuchPluginSettingException,
                                                   SystemException
Throws:
NoSuchPluginSettingException
SystemException

findByC_I_T

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

fetchByC_I_T

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

fetchByC_I_T

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

findAll

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

findAll

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

findAll

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

removeByCompanyId

void removeByCompanyId(long companyId)
                       throws SystemException
Throws:
SystemException

removeByC_I_T

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

removeAll

void removeAll()
               throws SystemException
Throws:
SystemException

countByCompanyId

int countByCompanyId(long companyId)
                     throws SystemException
Throws:
SystemException

countByC_I_T

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

countAll

int countAll()
             throws SystemException
Throws:
SystemException