|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.service.BaseServiceImpl com.liferay.portlet.trash.service.base.TrashEntryServiceBaseImpl
public abstract class TrashEntryServiceBaseImpl
Provides the base implementation for the trash entry remote service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in TrashEntryServiceImpl
.
TrashEntryServiceImpl
,
TrashEntryServiceUtil
Field Summary | |
---|---|
protected CounterLocalService |
counterLocalService
|
protected GroupFinder |
groupFinder
|
protected GroupLocalService |
groupLocalService
|
protected GroupPersistence |
groupPersistence
|
protected GroupService |
groupService
|
protected ResourceLocalService |
resourceLocalService
|
protected SystemEventLocalService |
systemEventLocalService
|
protected SystemEventPersistence |
systemEventPersistence
|
protected TrashEntryLocalService |
trashEntryLocalService
|
protected TrashEntryPersistence |
trashEntryPersistence
|
protected TrashEntryService |
trashEntryService
|
protected TrashVersionLocalService |
trashVersionLocalService
|
protected TrashVersionPersistence |
trashVersionPersistence
|
protected UserFinder |
userFinder
|
protected UserLocalService |
userLocalService
|
protected UserPersistence |
userPersistence
|
protected UserService |
userService
|
Fields inherited from class com.liferay.portal.service.BaseServiceImpl |
---|
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
Constructor Summary | |
---|---|
TrashEntryServiceBaseImpl()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
GroupFinder |
getGroupFinder()
Returns the group finder. |
GroupLocalService |
getGroupLocalService()
Returns the group local service. |
GroupPersistence |
getGroupPersistence()
Returns the group persistence. |
GroupService |
getGroupService()
Returns the group remote service. |
protected Class<?> |
getModelClass()
|
protected String |
getModelClassName()
|
ResourceLocalService |
getResourceLocalService()
Returns the resource local service. |
SystemEventLocalService |
getSystemEventLocalService()
Returns the system event local service. |
SystemEventPersistence |
getSystemEventPersistence()
Returns the system event persistence. |
TrashEntryLocalService |
getTrashEntryLocalService()
Returns the trash entry local service. |
TrashEntryPersistence |
getTrashEntryPersistence()
Returns the trash entry persistence. |
TrashEntryService |
getTrashEntryService()
Returns the trash entry remote service. |
TrashVersionLocalService |
getTrashVersionLocalService()
Returns the trash version local service. |
TrashVersionPersistence |
getTrashVersionPersistence()
Returns the trash version persistence. |
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 |
setGroupFinder(GroupFinder groupFinder)
Sets the group finder. |
void |
setGroupLocalService(GroupLocalService groupLocalService)
Sets the group local service. |
void |
setGroupPersistence(GroupPersistence groupPersistence)
Sets the group persistence. |
void |
setGroupService(GroupService groupService)
Sets the group remote service. |
void |
setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource local service. |
void |
setSystemEventLocalService(SystemEventLocalService systemEventLocalService)
Sets the system event local service. |
void |
setSystemEventPersistence(SystemEventPersistence systemEventPersistence)
Sets the system event persistence. |
void |
setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
Sets the trash entry local service. |
void |
setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
Sets the trash entry persistence. |
void |
setTrashEntryService(TrashEntryService trashEntryService)
Sets the trash entry remote service. |
void |
setTrashVersionLocalService(TrashVersionLocalService trashVersionLocalService)
Sets the trash version local service. |
void |
setTrashVersionPersistence(TrashVersionPersistence trashVersionPersistence)
Sets the trash version persistence. |
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. |
Methods inherited from class com.liferay.portal.service.BaseServiceImpl |
---|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId |
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.trash.service.TrashEntryService |
---|
deleteEntries, deleteEntries, deleteEntry, deleteEntry, getEntries, getEntries, moveEntry, restoreEntry, restoreEntry |
Field Detail |
---|
@BeanReference(type=TrashEntryLocalService.class) protected TrashEntryLocalService trashEntryLocalService
@BeanReference(type=TrashEntryService.class) protected TrashEntryService trashEntryService
@BeanReference(type=TrashEntryPersistence.class) protected TrashEntryPersistence trashEntryPersistence
@BeanReference(type=TrashVersionLocalService.class) protected TrashVersionLocalService trashVersionLocalService
@BeanReference(type=TrashVersionPersistence.class) protected TrashVersionPersistence trashVersionPersistence
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=GroupLocalService.class) protected GroupLocalService groupLocalService
@BeanReference(type=GroupService.class) protected GroupService groupService
@BeanReference(type=GroupPersistence.class) protected GroupPersistence groupPersistence
@BeanReference(type=GroupFinder.class) protected GroupFinder groupFinder
@BeanReference(type=ResourceLocalService.class) protected ResourceLocalService resourceLocalService
@BeanReference(type=SystemEventLocalService.class) protected SystemEventLocalService systemEventLocalService
@BeanReference(type=SystemEventPersistence.class) protected SystemEventPersistence systemEventPersistence
@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
Constructor Detail |
---|
public TrashEntryServiceBaseImpl()
Method Detail |
---|
public TrashEntryLocalService getTrashEntryLocalService()
public void setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
trashEntryLocalService
- the trash entry local servicepublic TrashEntryService getTrashEntryService()
public void setTrashEntryService(TrashEntryService trashEntryService)
trashEntryService
- the trash entry remote servicepublic TrashEntryPersistence getTrashEntryPersistence()
public void setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
trashEntryPersistence
- the trash entry persistencepublic TrashVersionLocalService getTrashVersionLocalService()
public void setTrashVersionLocalService(TrashVersionLocalService trashVersionLocalService)
trashVersionLocalService
- the trash version local servicepublic TrashVersionPersistence getTrashVersionPersistence()
public void setTrashVersionPersistence(TrashVersionPersistence trashVersionPersistence)
trashVersionPersistence
- the trash version persistencepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic GroupLocalService getGroupLocalService()
public void setGroupLocalService(GroupLocalService groupLocalService)
groupLocalService
- the group local servicepublic GroupService getGroupService()
public void setGroupService(GroupService groupService)
groupService
- the group remote servicepublic GroupPersistence getGroupPersistence()
public void setGroupPersistence(GroupPersistence groupPersistence)
groupPersistence
- the group persistencepublic GroupFinder getGroupFinder()
public void setGroupFinder(GroupFinder groupFinder)
groupFinder
- the group finderpublic ResourceLocalService getResourceLocalService()
public void setResourceLocalService(ResourceLocalService resourceLocalService)
resourceLocalService
- the resource local servicepublic SystemEventLocalService getSystemEventLocalService()
public void setSystemEventLocalService(SystemEventLocalService systemEventLocalService)
systemEventLocalService
- the system event local servicepublic SystemEventPersistence getSystemEventPersistence()
public void setSystemEventPersistence(SystemEventPersistence systemEventPersistence)
systemEventPersistence
- the system event persistencepublic 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 TrashEntryService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface IdentifiableBean
setBeanIdentifier
in interface TrashEntryService
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.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |