|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.service.BaseLocalServiceImpl com.liferay.portlet.messageboards.service.base.MBThreadFlagLocalServiceBaseImpl
public abstract class MBThreadFlagLocalServiceBaseImpl
The base implementation of the message boards thread flag local service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in MBThreadFlagLocalServiceImpl
.
MBThreadFlagLocalServiceImpl
,
MBThreadFlagLocalServiceUtil
Constructor Summary | |
---|---|
MBThreadFlagLocalServiceBaseImpl()
|
Method Summary | |
---|---|
MBThreadFlag |
addMBThreadFlag(MBThreadFlag mbThreadFlag)
Adds the message boards thread flag to the database. |
void |
afterPropertiesSet()
|
MBThreadFlag |
createMBThreadFlag(long threadFlagId)
Creates a new message boards thread flag with the primary key. |
MBThreadFlag |
deleteMBThreadFlag(long threadFlagId)
Deletes the message boards thread flag with the primary key from the database. |
MBThreadFlag |
deleteMBThreadFlag(MBThreadFlag mbThreadFlag)
Deletes the message boards thread flag from the database. |
void |
destroy()
|
DynamicQuery |
dynamicQuery()
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
MBThreadFlag |
fetchMBThreadFlag(long threadFlagId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
MBBanLocalService |
getMBBanLocalService()
Returns the message boards ban local service. |
MBBanPersistence |
getMBBanPersistence()
Returns the message boards ban persistence. |
MBBanService |
getMBBanService()
Returns the message boards ban remote service. |
MBCategoryFinder |
getMBCategoryFinder()
Returns the message boards category finder. |
MBCategoryLocalService |
getMBCategoryLocalService()
Returns the message boards category local service. |
MBCategoryPersistence |
getMBCategoryPersistence()
Returns the message boards category persistence. |
MBCategoryService |
getMBCategoryService()
Returns the message boards category remote service. |
MBDiscussionLocalService |
getMBDiscussionLocalService()
Returns the message boards discussion local service. |
MBDiscussionPersistence |
getMBDiscussionPersistence()
Returns the message boards discussion persistence. |
MBMailingListLocalService |
getMBMailingListLocalService()
Returns the message boards mailing list local service. |
MBMailingListPersistence |
getMBMailingListPersistence()
Returns the message boards mailing list persistence. |
MBMessageFinder |
getMBMessageFinder()
Returns the message-boards message finder. |
MBMessageLocalService |
getMBMessageLocalService()
Returns the message-boards message local service. |
MBMessagePersistence |
getMBMessagePersistence()
Returns the message-boards message persistence. |
MBMessageService |
getMBMessageService()
Returns the message-boards message remote service. |
MBStatsUserLocalService |
getMBStatsUserLocalService()
Returns the message boards stats user local service. |
MBStatsUserPersistence |
getMBStatsUserPersistence()
Returns the message boards stats user persistence. |
MBThreadFinder |
getMBThreadFinder()
Returns the message boards thread finder. |
MBThreadFlag |
getMBThreadFlag(long threadFlagId)
Returns the message boards thread flag with the primary key. |
MBThreadFlagLocalService |
getMBThreadFlagLocalService()
Returns the message boards thread flag local service. |
MBThreadFlagPersistence |
getMBThreadFlagPersistence()
Returns the message boards thread flag persistence. |
List<MBThreadFlag> |
getMBThreadFlags(int start,
int end)
Returns a range of all the message boards thread flags. |
int |
getMBThreadFlagsCount()
Returns the number of message boards thread flags. |
MBThreadLocalService |
getMBThreadLocalService()
Returns the message boards thread local service. |
MBThreadPersistence |
getMBThreadPersistence()
Returns the message boards thread persistence. |
MBThreadService |
getMBThreadService()
Returns the message boards thread remote service. |
protected Class<?> |
getModelClass()
|
protected String |
getModelClassName()
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
ResourceFinder |
getResourceFinder()
Returns the resource finder. |
ResourceLocalService |
getResourceLocalService()
Returns the resource local service. |
ResourcePersistence |
getResourcePersistence()
Returns the resource persistence. |
ResourceService |
getResourceService()
Returns the resource remote service. |
UserFinder |
getUserFinder()
Returns the user finder. |
UserLocalService |
getUserLocalService()
Returns the user local service. |
UserPersistence |
getUserPersistence()
Returns the user persistence. |
UserService |
getUserService()
Returns the user remote service. |
protected void |
runSQL(String sql)
Performs an SQL query. |
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
void |
setMBBanLocalService(MBBanLocalService mbBanLocalService)
Sets the message boards ban local service. |
void |
setMBBanPersistence(MBBanPersistence mbBanPersistence)
Sets the message boards ban persistence. |
void |
setMBBanService(MBBanService mbBanService)
Sets the message boards ban remote service. |
void |
setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
Sets the message boards category finder. |
void |
setMBCategoryLocalService(MBCategoryLocalService mbCategoryLocalService)
Sets the message boards category local service. |
void |
setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
Sets the message boards category persistence. |
void |
setMBCategoryService(MBCategoryService mbCategoryService)
Sets the message boards category remote service. |
void |
setMBDiscussionLocalService(MBDiscussionLocalService mbDiscussionLocalService)
Sets the message boards discussion local service. |
void |
setMBDiscussionPersistence(MBDiscussionPersistence mbDiscussionPersistence)
Sets the message boards discussion persistence. |
void |
setMBMailingListLocalService(MBMailingListLocalService mbMailingListLocalService)
Sets the message boards mailing list local service. |
void |
setMBMailingListPersistence(MBMailingListPersistence mbMailingListPersistence)
Sets the message boards mailing list persistence. |
void |
setMBMessageFinder(MBMessageFinder mbMessageFinder)
Sets the message-boards message finder. |
void |
setMBMessageLocalService(MBMessageLocalService mbMessageLocalService)
Sets the message-boards message local service. |
void |
setMBMessagePersistence(MBMessagePersistence mbMessagePersistence)
Sets the message-boards message persistence. |
void |
setMBMessageService(MBMessageService mbMessageService)
Sets the message-boards message remote service. |
void |
setMBStatsUserLocalService(MBStatsUserLocalService mbStatsUserLocalService)
Sets the message boards stats user local service. |
void |
setMBStatsUserPersistence(MBStatsUserPersistence mbStatsUserPersistence)
Sets the message boards stats user persistence. |
void |
setMBThreadFinder(MBThreadFinder mbThreadFinder)
Sets the message boards thread finder. |
void |
setMBThreadFlagLocalService(MBThreadFlagLocalService mbThreadFlagLocalService)
Sets the message boards thread flag local service. |
void |
setMBThreadFlagPersistence(MBThreadFlagPersistence mbThreadFlagPersistence)
Sets the message boards thread flag persistence. |
void |
setMBThreadLocalService(MBThreadLocalService mbThreadLocalService)
Sets the message boards thread local service. |
void |
setMBThreadPersistence(MBThreadPersistence mbThreadPersistence)
Sets the message boards thread persistence. |
void |
setMBThreadService(MBThreadService mbThreadService)
Sets the message boards thread remote service. |
void |
setResourceFinder(ResourceFinder resourceFinder)
Sets the resource finder. |
void |
setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource local service. |
void |
setResourcePersistence(ResourcePersistence resourcePersistence)
Sets the resource persistence. |
void |
setResourceService(ResourceService resourceService)
Sets the resource remote service. |
void |
setUserFinder(UserFinder userFinder)
Sets the user finder. |
void |
setUserLocalService(UserLocalService userLocalService)
Sets the user local service. |
void |
setUserPersistence(UserPersistence userPersistence)
Sets the user persistence. |
void |
setUserService(UserService userService)
Sets the user remote service. |
MBThreadFlag |
updateMBThreadFlag(MBThreadFlag mbThreadFlag)
Updates the message boards thread flag in the database or adds it if it does not yet exist. |
MBThreadFlag |
updateMBThreadFlag(MBThreadFlag mbThreadFlag,
boolean merge)
Updates the message boards thread flag in the database or adds it if it does not yet exist. |
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl |
---|
getClassLoader |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.liferay.portlet.messageboards.service.MBThreadFlagLocalService |
---|
addThreadFlag, deleteThreadFlag, deleteThreadFlag, deleteThreadFlagsByThreadId, deleteThreadFlagsByUserId, getThreadFlag, hasThreadFlag |
Field Detail |
---|
@BeanReference(type=MBBanLocalService.class) protected MBBanLocalService mbBanLocalService
@BeanReference(type=MBBanService.class) protected MBBanService mbBanService
@BeanReference(type=MBBanPersistence.class) protected MBBanPersistence mbBanPersistence
@BeanReference(type=MBCategoryLocalService.class) protected MBCategoryLocalService mbCategoryLocalService
@BeanReference(type=MBCategoryService.class) protected MBCategoryService mbCategoryService
@BeanReference(type=MBCategoryPersistence.class) protected MBCategoryPersistence mbCategoryPersistence
@BeanReference(type=MBCategoryFinder.class) protected MBCategoryFinder mbCategoryFinder
@BeanReference(type=MBDiscussionLocalService.class) protected MBDiscussionLocalService mbDiscussionLocalService
@BeanReference(type=MBDiscussionPersistence.class) protected MBDiscussionPersistence mbDiscussionPersistence
@BeanReference(type=MBMailingListLocalService.class) protected MBMailingListLocalService mbMailingListLocalService
@BeanReference(type=MBMailingListPersistence.class) protected MBMailingListPersistence mbMailingListPersistence
@BeanReference(type=MBMessageLocalService.class) protected MBMessageLocalService mbMessageLocalService
@BeanReference(type=MBMessageService.class) protected MBMessageService mbMessageService
@BeanReference(type=MBMessagePersistence.class) protected MBMessagePersistence mbMessagePersistence
@BeanReference(type=MBMessageFinder.class) protected MBMessageFinder mbMessageFinder
@BeanReference(type=MBStatsUserLocalService.class) protected MBStatsUserLocalService mbStatsUserLocalService
@BeanReference(type=MBStatsUserPersistence.class) protected MBStatsUserPersistence mbStatsUserPersistence
@BeanReference(type=MBThreadLocalService.class) protected MBThreadLocalService mbThreadLocalService
@BeanReference(type=MBThreadService.class) protected MBThreadService mbThreadService
@BeanReference(type=MBThreadPersistence.class) protected MBThreadPersistence mbThreadPersistence
@BeanReference(type=MBThreadFinder.class) protected MBThreadFinder mbThreadFinder
@BeanReference(type=MBThreadFlagLocalService.class) protected MBThreadFlagLocalService mbThreadFlagLocalService
@BeanReference(type=MBThreadFlagPersistence.class) protected MBThreadFlagPersistence mbThreadFlagPersistence
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=ResourceLocalService.class) protected ResourceLocalService resourceLocalService
@BeanReference(type=ResourceService.class) protected ResourceService resourceService
@BeanReference(type=ResourcePersistence.class) protected ResourcePersistence resourcePersistence
@BeanReference(type=ResourceFinder.class) protected ResourceFinder resourceFinder
@BeanReference(type=UserLocalService.class) protected UserLocalService userLocalService
@BeanReference(type=UserService.class) protected UserService userService
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=UserFinder.class) protected UserFinder userFinder
@BeanReference(type=PersistedModelLocalServiceRegistry.class) protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
Constructor Detail |
---|
public MBThreadFlagLocalServiceBaseImpl()
Method Detail |
---|
@Indexable(type=REINDEX) public MBThreadFlag addMBThreadFlag(MBThreadFlag mbThreadFlag) throws SystemException
addMBThreadFlag
in interface MBThreadFlagLocalService
mbThreadFlag
- the message boards thread flag
SystemException
- if a system exception occurredpublic MBThreadFlag createMBThreadFlag(long threadFlagId)
createMBThreadFlag
in interface MBThreadFlagLocalService
threadFlagId
- the primary key for the new message boards thread flag
@Indexable(type=DELETE) public MBThreadFlag deleteMBThreadFlag(long threadFlagId) throws PortalException, SystemException
deleteMBThreadFlag
in interface MBThreadFlagLocalService
threadFlagId
- the primary key of the message boards thread flag
PortalException
- if a message boards thread flag with the primary key could not be found
SystemException
- if a system exception occurred@Indexable(type=DELETE) public MBThreadFlag deleteMBThreadFlag(MBThreadFlag mbThreadFlag) throws SystemException
deleteMBThreadFlag
in interface MBThreadFlagLocalService
mbThreadFlag
- the message boards thread flag
SystemException
- if a system exception occurredpublic DynamicQuery dynamicQuery()
dynamicQuery
in interface MBThreadFlagLocalService
public List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
in interface MBThreadFlagLocalService
dynamicQuery
- the dynamic query
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
dynamicQuery
in interface MBThreadFlagLocalService
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
dynamicQuery
in interface MBThreadFlagLocalService
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQueryCount
in interface MBThreadFlagLocalService
dynamicQuery
- the dynamic query
SystemException
- if a system exception occurredpublic MBThreadFlag fetchMBThreadFlag(long threadFlagId) throws SystemException
fetchMBThreadFlag
in interface MBThreadFlagLocalService
SystemException
public MBThreadFlag getMBThreadFlag(long threadFlagId) throws PortalException, SystemException
getMBThreadFlag
in interface MBThreadFlagLocalService
threadFlagId
- the primary key of the message boards thread flag
PortalException
- if a message boards thread flag with the primary key could not be found
SystemException
- if a system exception occurredpublic PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException, SystemException
getPersistedModel
in interface PersistedModelLocalService
getPersistedModel
in interface MBThreadFlagLocalService
PortalException
SystemException
public List<MBThreadFlag> getMBThreadFlags(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
getMBThreadFlags
in interface MBThreadFlagLocalService
start
- the lower bound of the range of message boards thread flagsend
- the upper bound of the range of message boards thread flags (not inclusive)
SystemException
- if a system exception occurredpublic int getMBThreadFlagsCount() throws SystemException
getMBThreadFlagsCount
in interface MBThreadFlagLocalService
SystemException
- if a system exception occurred@Indexable(type=REINDEX) public MBThreadFlag updateMBThreadFlag(MBThreadFlag mbThreadFlag) throws SystemException
updateMBThreadFlag
in interface MBThreadFlagLocalService
mbThreadFlag
- the message boards thread flag
SystemException
- if a system exception occurred@Indexable(type=REINDEX) public MBThreadFlag updateMBThreadFlag(MBThreadFlag mbThreadFlag, boolean merge) throws SystemException
updateMBThreadFlag
in interface MBThreadFlagLocalService
mbThreadFlag
- the message boards thread flagmerge
- whether to merge the message boards thread flag with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean)
for an explanation.
SystemException
- if a system exception occurredpublic MBBanLocalService getMBBanLocalService()
public void setMBBanLocalService(MBBanLocalService mbBanLocalService)
mbBanLocalService
- the message boards ban local servicepublic MBBanService getMBBanService()
public void setMBBanService(MBBanService mbBanService)
mbBanService
- the message boards ban remote servicepublic MBBanPersistence getMBBanPersistence()
public void setMBBanPersistence(MBBanPersistence mbBanPersistence)
mbBanPersistence
- the message boards ban persistencepublic MBCategoryLocalService getMBCategoryLocalService()
public void setMBCategoryLocalService(MBCategoryLocalService mbCategoryLocalService)
mbCategoryLocalService
- the message boards category local servicepublic MBCategoryService getMBCategoryService()
public void setMBCategoryService(MBCategoryService mbCategoryService)
mbCategoryService
- the message boards category remote servicepublic MBCategoryPersistence getMBCategoryPersistence()
public void setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
mbCategoryPersistence
- the message boards category persistencepublic MBCategoryFinder getMBCategoryFinder()
public void setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
mbCategoryFinder
- the message boards category finderpublic MBDiscussionLocalService getMBDiscussionLocalService()
public void setMBDiscussionLocalService(MBDiscussionLocalService mbDiscussionLocalService)
mbDiscussionLocalService
- the message boards discussion local servicepublic MBDiscussionPersistence getMBDiscussionPersistence()
public void setMBDiscussionPersistence(MBDiscussionPersistence mbDiscussionPersistence)
mbDiscussionPersistence
- the message boards discussion persistencepublic MBMailingListLocalService getMBMailingListLocalService()
public void setMBMailingListLocalService(MBMailingListLocalService mbMailingListLocalService)
mbMailingListLocalService
- the message boards mailing list local servicepublic MBMailingListPersistence getMBMailingListPersistence()
public void setMBMailingListPersistence(MBMailingListPersistence mbMailingListPersistence)
mbMailingListPersistence
- the message boards mailing list persistencepublic MBMessageLocalService getMBMessageLocalService()
public void setMBMessageLocalService(MBMessageLocalService mbMessageLocalService)
mbMessageLocalService
- the message-boards message local servicepublic MBMessageService getMBMessageService()
public void setMBMessageService(MBMessageService mbMessageService)
mbMessageService
- the message-boards message remote servicepublic MBMessagePersistence getMBMessagePersistence()
public void setMBMessagePersistence(MBMessagePersistence mbMessagePersistence)
mbMessagePersistence
- the message-boards message persistencepublic MBMessageFinder getMBMessageFinder()
public void setMBMessageFinder(MBMessageFinder mbMessageFinder)
mbMessageFinder
- the message-boards message finderpublic MBStatsUserLocalService getMBStatsUserLocalService()
public void setMBStatsUserLocalService(MBStatsUserLocalService mbStatsUserLocalService)
mbStatsUserLocalService
- the message boards stats user local servicepublic MBStatsUserPersistence getMBStatsUserPersistence()
public void setMBStatsUserPersistence(MBStatsUserPersistence mbStatsUserPersistence)
mbStatsUserPersistence
- the message boards stats user persistencepublic MBThreadLocalService getMBThreadLocalService()
public void setMBThreadLocalService(MBThreadLocalService mbThreadLocalService)
mbThreadLocalService
- the message boards thread local servicepublic MBThreadService getMBThreadService()
public void setMBThreadService(MBThreadService mbThreadService)
mbThreadService
- the message boards thread remote servicepublic MBThreadPersistence getMBThreadPersistence()
public void setMBThreadPersistence(MBThreadPersistence mbThreadPersistence)
mbThreadPersistence
- the message boards thread persistencepublic MBThreadFinder getMBThreadFinder()
public void setMBThreadFinder(MBThreadFinder mbThreadFinder)
mbThreadFinder
- the message boards thread finderpublic MBThreadFlagLocalService getMBThreadFlagLocalService()
public void setMBThreadFlagLocalService(MBThreadFlagLocalService mbThreadFlagLocalService)
mbThreadFlagLocalService
- the message boards thread flag local servicepublic MBThreadFlagPersistence getMBThreadFlagPersistence()
public void setMBThreadFlagPersistence(MBThreadFlagPersistence mbThreadFlagPersistence)
mbThreadFlagPersistence
- the message boards thread flag persistencepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic ResourceLocalService getResourceLocalService()
public void setResourceLocalService(ResourceLocalService resourceLocalService)
resourceLocalService
- the resource local servicepublic ResourceService getResourceService()
public void setResourceService(ResourceService resourceService)
resourceService
- the resource remote servicepublic ResourcePersistence getResourcePersistence()
public void setResourcePersistence(ResourcePersistence resourcePersistence)
resourcePersistence
- the resource persistencepublic ResourceFinder getResourceFinder()
public void setResourceFinder(ResourceFinder resourceFinder)
resourceFinder
- the resource finderpublic UserLocalService getUserLocalService()
public void setUserLocalService(UserLocalService userLocalService)
userLocalService
- the user local servicepublic UserService getUserService()
public void setUserService(UserService userService)
userService
- the user remote servicepublic UserPersistence getUserPersistence()
public void setUserPersistence(UserPersistence userPersistence)
userPersistence
- the user persistencepublic UserFinder getUserFinder()
public void setUserFinder(UserFinder userFinder)
userFinder
- the user finderpublic void afterPropertiesSet()
public void destroy()
public String getBeanIdentifier()
getBeanIdentifier
in interface IdentifiableBean
getBeanIdentifier
in interface MBThreadFlagLocalService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface IdentifiableBean
setBeanIdentifier
in interface MBThreadFlagLocalService
beanIdentifier
- the Spring bean ID for this beanprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql) throws SystemException
sql
- the sql query
SystemException
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |