|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Transactional(rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.SystemException.class})
public interface PluginSettingPersistence
| Method Summary | |
|---|---|
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 |
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 obc)
|
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 obc)
|
PluginSetting |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
PluginSetting[] |
findByCompanyId_PrevAndNext(long pluginSettingId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
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 obc)
|
PluginSetting |
findByPrimaryKey(long pluginSettingId)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
void |
registerListener(ModelListener listener)
|
PluginSetting |
remove(long pluginSettingId)
|
PluginSetting |
remove(PluginSetting pluginSetting)
|
void |
removeAll()
|
void |
removeByC_I_T(long companyId,
java.lang.String pluginId,
java.lang.String pluginType)
|
void |
removeByCompanyId(long companyId)
|
void |
unregisterListener(ModelListener listener)
|
PluginSetting |
update(PluginSetting pluginSetting)
Deprecated. Use update(PluginSetting pluginSetting, boolean merge). |
PluginSetting |
update(PluginSetting pluginSetting,
boolean merge)
Add, update, or merge, the entity. |
PluginSetting |
updateImpl(PluginSetting pluginSetting,
boolean merge)
|
| Method Detail |
|---|
PluginSetting create(long pluginSettingId)
PluginSetting remove(long pluginSettingId)
throws NoSuchPluginSettingException,
com.liferay.portal.SystemException
NoSuchPluginSettingException
com.liferay.portal.SystemException
PluginSetting remove(PluginSetting pluginSetting)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
PluginSetting update(PluginSetting pluginSetting)
throws com.liferay.portal.SystemException
update(PluginSetting pluginSetting, boolean merge).
com.liferay.portal.SystemException
PluginSetting update(PluginSetting pluginSetting,
boolean merge)
throws com.liferay.portal.SystemException
pluginSetting - the entity to add, update, or mergemerge - boolean value for whether to merge the entity. The
default value is false. Setting merge to true is more
expensive and should only be true when pluginSetting is
transient. See LEP-5473 for a detailed discussion of this
method.
com.liferay.portal.SystemException
PluginSetting updateImpl(PluginSetting pluginSetting,
boolean merge)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
PluginSetting findByPrimaryKey(long pluginSettingId)
throws NoSuchPluginSettingException,
com.liferay.portal.SystemException
NoSuchPluginSettingException
com.liferay.portal.SystemException
PluginSetting fetchByPrimaryKey(long pluginSettingId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<PluginSetting> findByCompanyId(long companyId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<PluginSetting> findByCompanyId(long companyId,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<PluginSetting> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
PluginSetting findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchPluginSettingException,
com.liferay.portal.SystemException
NoSuchPluginSettingException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
PluginSetting findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchPluginSettingException,
com.liferay.portal.SystemException
NoSuchPluginSettingException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
PluginSetting[] findByCompanyId_PrevAndNext(long pluginSettingId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchPluginSettingException,
com.liferay.portal.SystemException
NoSuchPluginSettingException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
PluginSetting findByC_I_T(long companyId,
java.lang.String pluginId,
java.lang.String pluginType)
throws NoSuchPluginSettingException,
com.liferay.portal.SystemException
NoSuchPluginSettingException
com.liferay.portal.SystemException
PluginSetting fetchByC_I_T(long companyId,
java.lang.String pluginId,
java.lang.String pluginType)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<PluginSetting> findAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<PluginSetting> findAll(int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<PluginSetting> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByCompanyId(long companyId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByC_I_T(long companyId,
java.lang.String pluginId,
java.lang.String pluginType)
throws NoSuchPluginSettingException,
com.liferay.portal.SystemException
NoSuchPluginSettingException
com.liferay.portal.SystemException
void removeAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByCompanyId(long companyId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByC_I_T(long companyId,
java.lang.String pluginId,
java.lang.String pluginType)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemExceptionvoid registerListener(ModelListener listener)
void unregisterListener(ModelListener listener)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||