com.liferay.portlet.social.service.persistence
Class SocialEquitySettingPersistenceImpl
java.lang.Object
com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquitySetting>
com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistenceImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialEquitySetting>, com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence
public class SocialEquitySettingPersistenceImpl
- extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquitySetting>
- implements com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence
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:
SocialEquitySettingPersistence
,
SocialEquitySettingUtil
- Generated:
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
COUNT_COLUMN_NAME, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT |
Method Summary |
void |
afterPropertiesSet()
|
void |
cacheResult(java.util.List<com.liferay.portlet.social.model.SocialEquitySetting> socialEquitySettings)
|
void |
cacheResult(com.liferay.portlet.social.model.SocialEquitySetting socialEquitySetting)
|
void |
clearCache()
|
void |
clearCache(com.liferay.portlet.social.model.SocialEquitySetting socialEquitySetting)
|
int |
countAll()
|
int |
countByG_C_A_T(long groupId,
long classNameId,
java.lang.String actionId,
int type)
|
int |
countByG_C_A(long groupId,
long classNameId,
java.lang.String actionId)
|
com.liferay.portlet.social.model.SocialEquitySetting |
create(long equitySettingId)
|
com.liferay.portlet.social.model.SocialEquitySetting |
fetchByG_C_A_T(long groupId,
long classNameId,
java.lang.String actionId,
int type)
|
com.liferay.portlet.social.model.SocialEquitySetting |
fetchByG_C_A_T(long groupId,
long classNameId,
java.lang.String actionId,
int type,
boolean retrieveFromCache)
|
com.liferay.portlet.social.model.SocialEquitySetting |
fetchByPrimaryKey(long equitySettingId)
|
com.liferay.portlet.social.model.SocialEquitySetting |
fetchByPrimaryKey(java.io.Serializable primaryKey)
|
java.util.List<com.liferay.portlet.social.model.SocialEquitySetting> |
findAll()
|
java.util.List<com.liferay.portlet.social.model.SocialEquitySetting> |
findAll(int start,
int end)
|
java.util.List<com.liferay.portlet.social.model.SocialEquitySetting> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.social.model.SocialEquitySetting |
findByG_C_A_First(long groupId,
long classNameId,
java.lang.String actionId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.social.model.SocialEquitySetting |
findByG_C_A_Last(long groupId,
long classNameId,
java.lang.String actionId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.social.model.SocialEquitySetting[] |
findByG_C_A_PrevAndNext(long equitySettingId,
long groupId,
long classNameId,
java.lang.String actionId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.social.model.SocialEquitySetting |
findByG_C_A_T(long groupId,
long classNameId,
java.lang.String actionId,
int type)
|
java.util.List<com.liferay.portlet.social.model.SocialEquitySetting> |
findByG_C_A(long groupId,
long classNameId,
java.lang.String actionId)
|
java.util.List<com.liferay.portlet.social.model.SocialEquitySetting> |
findByG_C_A(long groupId,
long classNameId,
java.lang.String actionId,
int start,
int end)
|
java.util.List<com.liferay.portlet.social.model.SocialEquitySetting> |
findByG_C_A(long groupId,
long classNameId,
java.lang.String actionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.social.model.SocialEquitySetting |
findByPrimaryKey(long equitySettingId)
|
com.liferay.portlet.social.model.SocialEquitySetting |
findByPrimaryKey(java.io.Serializable primaryKey)
|
protected com.liferay.portlet.social.model.SocialEquitySetting |
getByG_C_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.social.model.SocialEquitySetting socialEquitySetting,
long groupId,
long classNameId,
java.lang.String actionId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
|
com.liferay.portlet.social.model.SocialEquitySetting |
remove(long equitySettingId)
|
com.liferay.portlet.social.model.SocialEquitySetting |
remove(java.io.Serializable primaryKey)
|
com.liferay.portlet.social.model.SocialEquitySetting |
remove(com.liferay.portlet.social.model.SocialEquitySetting socialEquitySetting)
|
void |
removeAll()
|
void |
removeByG_C_A_T(long groupId,
long classNameId,
java.lang.String actionId,
int type)
|
void |
removeByG_C_A(long groupId,
long classNameId,
java.lang.String actionId)
|
protected com.liferay.portlet.social.model.SocialEquitySetting |
removeImpl(com.liferay.portlet.social.model.SocialEquitySetting socialEquitySetting)
|
protected com.liferay.portlet.social.model.SocialEquitySetting |
toUnwrappedModel(com.liferay.portlet.social.model.SocialEquitySetting socialEquitySetting)
|
com.liferay.portlet.social.model.SocialEquitySetting |
updateImpl(com.liferay.portlet.social.model.SocialEquitySetting socialEquitySetting,
boolean merge)
|
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, setDataSource, setSessionFactory, unregisterListener, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, setDataSource, unregisterListener, update |
FINDER_CLASS_NAME_ENTITY
public static final java.lang.String FINDER_CLASS_NAME_ENTITY
FINDER_CLASS_NAME_LIST
public static final java.lang.String FINDER_CLASS_NAME_LIST
FINDER_PATH_FIND_BY_G_C_A
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_G_C_A
FINDER_PATH_COUNT_BY_G_C_A
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_G_C_A
FINDER_PATH_FETCH_BY_G_C_A_T
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_G_C_A_T
FINDER_PATH_COUNT_BY_G_C_A_T
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_G_C_A_T
FINDER_PATH_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_ALL
FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
socialActivityPersistence
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialActivityPersistence.class)
protected com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence
socialEquityAssetEntryPersistence
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialEquityAssetEntryPersistence.class)
protected com.liferay.portlet.social.service.persistence.SocialEquityAssetEntryPersistence socialEquityAssetEntryPersistence
socialEquityHistoryPersistence
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialEquityHistoryPersistence.class)
protected com.liferay.portlet.social.service.persistence.SocialEquityHistoryPersistence socialEquityHistoryPersistence
socialEquityLogPersistence
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence.class)
protected com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence socialEquityLogPersistence
socialEquitySettingPersistence
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence.class)
protected com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence socialEquitySettingPersistence
socialEquityUserPersistence
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialEquityUserPersistence.class)
protected com.liferay.portlet.social.service.persistence.SocialEquityUserPersistence socialEquityUserPersistence
socialRelationPersistence
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialRelationPersistence.class)
protected com.liferay.portlet.social.service.persistence.SocialRelationPersistence socialRelationPersistence
socialRequestPersistence
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialRequestPersistence.class)
protected com.liferay.portlet.social.service.persistence.SocialRequestPersistence socialRequestPersistence
groupPersistence
@BeanReference(type=com.liferay.portal.service.persistence.GroupPersistence.class)
protected com.liferay.portal.service.persistence.GroupPersistence groupPersistence
resourcePersistence
@BeanReference(type=com.liferay.portal.service.persistence.ResourcePersistence.class)
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
userPersistence
@BeanReference(type=com.liferay.portal.service.persistence.UserPersistence.class)
protected com.liferay.portal.service.persistence.UserPersistence userPersistence
SocialEquitySettingPersistenceImpl
public SocialEquitySettingPersistenceImpl()
cacheResult
public void cacheResult(com.liferay.portlet.social.model.SocialEquitySetting socialEquitySetting)
- Specified by:
cacheResult
in interface com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence
cacheResult
public void cacheResult(java.util.List<com.liferay.portlet.social.model.SocialEquitySetting> socialEquitySettings)
- Specified by:
cacheResult
in interface com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence
clearCache
public void clearCache()
- Specified by:
clearCache
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialEquitySetting>
- Overrides:
clearCache
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquitySetting>
clearCache
public void clearCache(com.liferay.portlet.social.model.SocialEquitySetting socialEquitySetting)
- Specified by:
clearCache
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialEquitySetting>
- Overrides:
clearCache
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquitySetting>
create
public com.liferay.portlet.social.model.SocialEquitySetting create(long equitySettingId)
- Specified by:
create
in interface com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence
remove
public com.liferay.portlet.social.model.SocialEquitySetting remove(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchModelException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
remove
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialEquitySetting>
- Overrides:
remove
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquitySetting>
- Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.kernel.exception.SystemException
remove
public com.liferay.portlet.social.model.SocialEquitySetting remove(long equitySettingId)
throws com.liferay.portlet.social.NoSuchEquitySettingException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
remove
in interface com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence
- Throws:
com.liferay.portlet.social.NoSuchEquitySettingException
com.liferay.portal.kernel.exception.SystemException
remove
public com.liferay.portlet.social.model.SocialEquitySetting remove(com.liferay.portlet.social.model.SocialEquitySetting socialEquitySetting)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
remove
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialEquitySetting>
- Overrides:
remove
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquitySetting>
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeImpl
protected com.liferay.portlet.social.model.SocialEquitySetting removeImpl(com.liferay.portlet.social.model.SocialEquitySetting socialEquitySetting)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateImpl
public com.liferay.portlet.social.model.SocialEquitySetting updateImpl(com.liferay.portlet.social.model.SocialEquitySetting socialEquitySetting,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateImpl
in interface com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence
- Overrides:
updateImpl
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquitySetting>
- Throws:
com.liferay.portal.kernel.exception.SystemException
toUnwrappedModel
protected com.liferay.portlet.social.model.SocialEquitySetting toUnwrappedModel(com.liferay.portlet.social.model.SocialEquitySetting socialEquitySetting)
findByPrimaryKey
public com.liferay.portlet.social.model.SocialEquitySetting findByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchModelException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByPrimaryKey
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialEquitySetting>
- Overrides:
findByPrimaryKey
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquitySetting>
- Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
public com.liferay.portlet.social.model.SocialEquitySetting findByPrimaryKey(long equitySettingId)
throws com.liferay.portlet.social.NoSuchEquitySettingException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByPrimaryKey
in interface com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence
- Throws:
com.liferay.portlet.social.NoSuchEquitySettingException
com.liferay.portal.kernel.exception.SystemException
fetchByPrimaryKey
public com.liferay.portlet.social.model.SocialEquitySetting fetchByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
fetchByPrimaryKey
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialEquitySetting>
- Overrides:
fetchByPrimaryKey
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquitySetting>
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByPrimaryKey
public com.liferay.portlet.social.model.SocialEquitySetting fetchByPrimaryKey(long equitySettingId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
fetchByPrimaryKey
in interface com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_C_A
public java.util.List<com.liferay.portlet.social.model.SocialEquitySetting> findByG_C_A(long groupId,
long classNameId,
java.lang.String actionId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_C_A
in interface com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_C_A
public java.util.List<com.liferay.portlet.social.model.SocialEquitySetting> findByG_C_A(long groupId,
long classNameId,
java.lang.String actionId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_C_A
in interface com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_C_A
public java.util.List<com.liferay.portlet.social.model.SocialEquitySetting> findByG_C_A(long groupId,
long classNameId,
java.lang.String actionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_C_A
in interface com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_C_A_First
public com.liferay.portlet.social.model.SocialEquitySetting findByG_C_A_First(long groupId,
long classNameId,
java.lang.String actionId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchEquitySettingException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_C_A_First
in interface com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence
- Throws:
com.liferay.portlet.social.NoSuchEquitySettingException
com.liferay.portal.kernel.exception.SystemException
findByG_C_A_Last
public com.liferay.portlet.social.model.SocialEquitySetting findByG_C_A_Last(long groupId,
long classNameId,
java.lang.String actionId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchEquitySettingException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_C_A_Last
in interface com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence
- Throws:
com.liferay.portlet.social.NoSuchEquitySettingException
com.liferay.portal.kernel.exception.SystemException
findByG_C_A_PrevAndNext
public com.liferay.portlet.social.model.SocialEquitySetting[] findByG_C_A_PrevAndNext(long equitySettingId,
long groupId,
long classNameId,
java.lang.String actionId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchEquitySettingException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_C_A_PrevAndNext
in interface com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence
- Throws:
com.liferay.portlet.social.NoSuchEquitySettingException
com.liferay.portal.kernel.exception.SystemException
getByG_C_A_PrevAndNext
protected com.liferay.portlet.social.model.SocialEquitySetting getByG_C_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.social.model.SocialEquitySetting socialEquitySetting,
long groupId,
long classNameId,
java.lang.String actionId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
findByG_C_A_T
public com.liferay.portlet.social.model.SocialEquitySetting findByG_C_A_T(long groupId,
long classNameId,
java.lang.String actionId,
int type)
throws com.liferay.portlet.social.NoSuchEquitySettingException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_C_A_T
in interface com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence
- Throws:
com.liferay.portlet.social.NoSuchEquitySettingException
com.liferay.portal.kernel.exception.SystemException
fetchByG_C_A_T
public com.liferay.portlet.social.model.SocialEquitySetting fetchByG_C_A_T(long groupId,
long classNameId,
java.lang.String actionId,
int type)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
fetchByG_C_A_T
in interface com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByG_C_A_T
public com.liferay.portlet.social.model.SocialEquitySetting fetchByG_C_A_T(long groupId,
long classNameId,
java.lang.String actionId,
int type,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
fetchByG_C_A_T
in interface com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public java.util.List<com.liferay.portlet.social.model.SocialEquitySetting> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public java.util.List<com.liferay.portlet.social.model.SocialEquitySetting> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public java.util.List<com.liferay.portlet.social.model.SocialEquitySetting> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_C_A
public void removeByG_C_A(long groupId,
long classNameId,
java.lang.String actionId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByG_C_A
in interface com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_C_A_T
public void removeByG_C_A_T(long groupId,
long classNameId,
java.lang.String actionId,
int type)
throws com.liferay.portlet.social.NoSuchEquitySettingException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByG_C_A_T
in interface com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence
- Throws:
com.liferay.portlet.social.NoSuchEquitySettingException
com.liferay.portal.kernel.exception.SystemException
removeAll
public void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeAll
in interface com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_C_A
public int countByG_C_A(long groupId,
long classNameId,
java.lang.String actionId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByG_C_A
in interface com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_C_A_T
public int countByG_C_A_T(long groupId,
long classNameId,
java.lang.String actionId,
int type)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByG_C_A_T
in interface com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countAll
public int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countAll
in interface com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
afterPropertiesSet
public void afterPropertiesSet()