Liferay 6.2-ce-ga5

com.liferay.portlet.flags.service.base
Class FlagsEntryServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portlet.flags.service.base.FlagsEntryServiceBaseImpl
All Implemented Interfaces:
IdentifiableBean, BaseService, FlagsEntryService
Direct Known Subclasses:
FlagsEntryServiceImpl

public abstract class FlagsEntryServiceBaseImpl
extends BaseServiceImpl
implements FlagsEntryService, IdentifiableBean

Provides the base implementation for the flags 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 FlagsEntryServiceImpl.

See Also:
FlagsEntryServiceImpl, FlagsEntryServiceUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
protected  AssetEntryFinder assetEntryFinder
           
protected  AssetEntryLocalService assetEntryLocalService
           
protected  AssetEntryPersistence assetEntryPersistence
           
protected  AssetEntryService assetEntryService
           
protected  CompanyLocalService companyLocalService
           
protected  CompanyPersistence companyPersistence
           
protected  CompanyService companyService
           
protected  CounterLocalService counterLocalService
           
protected  FlagsEntryService flagsEntryService
           
protected  GroupFinder groupFinder
           
protected  GroupLocalService groupLocalService
           
protected  GroupPersistence groupPersistence
           
protected  GroupService groupService
           
protected  LayoutFinder layoutFinder
           
protected  LayoutLocalService layoutLocalService
           
protected  LayoutPersistence layoutPersistence
           
protected  LayoutService layoutService
           
protected  MailService mailService
           
protected  ResourceLocalService resourceLocalService
           
protected  RoleFinder roleFinder
           
protected  RoleLocalService roleLocalService
           
protected  RolePersistence rolePersistence
           
protected  RoleService roleService
           
protected  UserFinder userFinder
           
protected  UserGroupFinder userGroupFinder
           
protected  UserGroupLocalService userGroupLocalService
           
protected  UserGroupPersistence userGroupPersistence
           
protected  UserGroupRoleFinder userGroupRoleFinder
           
protected  UserGroupRoleLocalService userGroupRoleLocalService
           
protected  UserGroupRolePersistence userGroupRolePersistence
           
protected  UserGroupRoleService userGroupRoleService
           
protected  UserGroupService userGroupService
           
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
FlagsEntryServiceBaseImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 AssetEntryFinder getAssetEntryFinder()
          Returns the asset entry finder.
 AssetEntryLocalService getAssetEntryLocalService()
          Returns the asset entry local service.
 AssetEntryPersistence getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryService getAssetEntryService()
          Returns the asset entry remote service.
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 CompanyLocalService getCompanyLocalService()
          Returns the company local service.
 CompanyPersistence getCompanyPersistence()
          Returns the company persistence.
 CompanyService getCompanyService()
          Returns the company remote service.
 CounterLocalService getCounterLocalService()
          Returns the counter local service.
 FlagsEntryService getFlagsEntryService()
          Returns the flags entry remote 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.
 LayoutFinder getLayoutFinder()
          Returns the layout finder.
 LayoutLocalService getLayoutLocalService()
          Returns the layout local service.
 LayoutPersistence getLayoutPersistence()
          Returns the layout persistence.
 LayoutService getLayoutService()
          Returns the layout remote service.
 MailService getMailService()
          Returns the mail remote service.
 ResourceLocalService getResourceLocalService()
          Returns the resource local service.
 RoleFinder getRoleFinder()
          Returns the role finder.
 RoleLocalService getRoleLocalService()
          Returns the role local service.
 RolePersistence getRolePersistence()
          Returns the role persistence.
 RoleService getRoleService()
          Returns the role remote service.
 UserFinder getUserFinder()
          Returns the user finder.
 UserGroupFinder getUserGroupFinder()
          Returns the user group finder.
 UserGroupLocalService getUserGroupLocalService()
          Returns the user group local service.
 UserGroupPersistence getUserGroupPersistence()
          Returns the user group persistence.
 UserGroupRoleFinder getUserGroupRoleFinder()
          Returns the user group role finder.
 UserGroupRoleLocalService getUserGroupRoleLocalService()
          Returns the user group role local service.
 UserGroupRolePersistence getUserGroupRolePersistence()
          Returns the user group role persistence.
 UserGroupRoleService getUserGroupRoleService()
          Returns the user group role remote service.
 UserGroupService getUserGroupService()
          Returns the user group remote service.
 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 setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
          Sets the asset entry finder.
 void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setCompanyLocalService(CompanyLocalService companyLocalService)
          Sets the company local service.
 void setCompanyPersistence(CompanyPersistence companyPersistence)
          Sets the company persistence.
 void setCompanyService(CompanyService companyService)
          Sets the company remote service.
 void setCounterLocalService(CounterLocalService counterLocalService)
          Sets the counter local service.
 void setFlagsEntryService(FlagsEntryService flagsEntryService)
          Sets the flags entry remote 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 setLayoutFinder(LayoutFinder layoutFinder)
          Sets the layout finder.
 void setLayoutLocalService(LayoutLocalService layoutLocalService)
          Sets the layout local service.
 void setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void setMailService(MailService mailService)
          Sets the mail remote service.
 void setResourceLocalService(ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setRoleFinder(RoleFinder roleFinder)
          Sets the role finder.
 void setRoleLocalService(RoleLocalService roleLocalService)
          Sets the role local service.
 void setRolePersistence(RolePersistence rolePersistence)
          Sets the role persistence.
 void setRoleService(RoleService roleService)
          Sets the role remote service.
 void setUserFinder(UserFinder userFinder)
          Sets the user finder.
 void setUserGroupFinder(UserGroupFinder userGroupFinder)
          Sets the user group finder.
 void setUserGroupLocalService(UserGroupLocalService userGroupLocalService)
          Sets the user group local service.
 void setUserGroupPersistence(UserGroupPersistence userGroupPersistence)
          Sets the user group persistence.
 void setUserGroupRoleFinder(UserGroupRoleFinder userGroupRoleFinder)
          Sets the user group role finder.
 void setUserGroupRoleLocalService(UserGroupRoleLocalService userGroupRoleLocalService)
          Sets the user group role local service.
 void setUserGroupRolePersistence(UserGroupRolePersistence userGroupRolePersistence)
          Sets the user group role persistence.
 void setUserGroupRoleService(UserGroupRoleService userGroupRoleService)
          Sets the user group role remote service.
 void setUserGroupService(UserGroupService userGroupService)
          Sets the user group remote service.
 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.flags.service.FlagsEntryService
addEntry
 

Field Detail

flagsEntryService

@BeanReference(type=FlagsEntryService.class)
protected FlagsEntryService flagsEntryService

counterLocalService

@BeanReference(type=CounterLocalService.class)
protected CounterLocalService counterLocalService

mailService

@BeanReference(type=MailService.class)
protected MailService mailService

companyLocalService

@BeanReference(type=CompanyLocalService.class)
protected CompanyLocalService companyLocalService

companyService

@BeanReference(type=CompanyService.class)
protected CompanyService companyService

companyPersistence

@BeanReference(type=CompanyPersistence.class)
protected CompanyPersistence companyPersistence

groupLocalService

@BeanReference(type=GroupLocalService.class)
protected GroupLocalService groupLocalService

groupService

@BeanReference(type=GroupService.class)
protected GroupService groupService

groupPersistence

@BeanReference(type=GroupPersistence.class)
protected GroupPersistence groupPersistence

groupFinder

@BeanReference(type=GroupFinder.class)
protected GroupFinder groupFinder

layoutLocalService

@BeanReference(type=LayoutLocalService.class)
protected LayoutLocalService layoutLocalService

layoutService

@BeanReference(type=LayoutService.class)
protected LayoutService layoutService

layoutPersistence

@BeanReference(type=LayoutPersistence.class)
protected LayoutPersistence layoutPersistence

layoutFinder

@BeanReference(type=LayoutFinder.class)
protected LayoutFinder layoutFinder

resourceLocalService

@BeanReference(type=ResourceLocalService.class)
protected ResourceLocalService resourceLocalService

roleLocalService

@BeanReference(type=RoleLocalService.class)
protected RoleLocalService roleLocalService

roleService

@BeanReference(type=RoleService.class)
protected RoleService roleService

rolePersistence

@BeanReference(type=RolePersistence.class)
protected RolePersistence rolePersistence

roleFinder

@BeanReference(type=RoleFinder.class)
protected RoleFinder roleFinder

userLocalService

@BeanReference(type=UserLocalService.class)
protected UserLocalService userLocalService

userService

@BeanReference(type=UserService.class)
protected UserService userService

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence

userFinder

@BeanReference(type=UserFinder.class)
protected UserFinder userFinder

userGroupLocalService

@BeanReference(type=UserGroupLocalService.class)
protected UserGroupLocalService userGroupLocalService

userGroupService

@BeanReference(type=UserGroupService.class)
protected UserGroupService userGroupService

userGroupPersistence

@BeanReference(type=UserGroupPersistence.class)
protected UserGroupPersistence userGroupPersistence

userGroupFinder

@BeanReference(type=UserGroupFinder.class)
protected UserGroupFinder userGroupFinder

userGroupRoleLocalService

@BeanReference(type=UserGroupRoleLocalService.class)
protected UserGroupRoleLocalService userGroupRoleLocalService

userGroupRoleService

@BeanReference(type=UserGroupRoleService.class)
protected UserGroupRoleService userGroupRoleService

userGroupRolePersistence

@BeanReference(type=UserGroupRolePersistence.class)
protected UserGroupRolePersistence userGroupRolePersistence

userGroupRoleFinder

@BeanReference(type=UserGroupRoleFinder.class)
protected UserGroupRoleFinder userGroupRoleFinder

assetEntryLocalService

@BeanReference(type=AssetEntryLocalService.class)
protected AssetEntryLocalService assetEntryLocalService

assetEntryService

@BeanReference(type=AssetEntryService.class)
protected AssetEntryService assetEntryService

assetEntryPersistence

@BeanReference(type=AssetEntryPersistence.class)
protected AssetEntryPersistence assetEntryPersistence

assetEntryFinder

@BeanReference(type=AssetEntryFinder.class)
protected AssetEntryFinder assetEntryFinder
Constructor Detail

FlagsEntryServiceBaseImpl

public FlagsEntryServiceBaseImpl()
Method Detail

getFlagsEntryService

public FlagsEntryService getFlagsEntryService()
Returns the flags entry remote service.

Returns:
the flags entry remote service

setFlagsEntryService

public void setFlagsEntryService(FlagsEntryService flagsEntryService)
Sets the flags entry remote service.

Parameters:
flagsEntryService - the flags entry remote service

getCounterLocalService

public CounterLocalService getCounterLocalService()
Returns the counter local service.

Returns:
the counter local service

setCounterLocalService

public void setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service.

Parameters:
counterLocalService - the counter local service

getMailService

public MailService getMailService()
Returns the mail remote service.

Returns:
the mail remote service

setMailService

public void setMailService(MailService mailService)
Sets the mail remote service.

Parameters:
mailService - the mail remote service

getCompanyLocalService

public CompanyLocalService getCompanyLocalService()
Returns the company local service.

Returns:
the company local service

setCompanyLocalService

public void setCompanyLocalService(CompanyLocalService companyLocalService)
Sets the company local service.

Parameters:
companyLocalService - the company local service

getCompanyService

public CompanyService getCompanyService()
Returns the company remote service.

Returns:
the company remote service

setCompanyService

public void setCompanyService(CompanyService companyService)
Sets the company remote service.

Parameters:
companyService - the company remote service

getCompanyPersistence

public CompanyPersistence getCompanyPersistence()
Returns the company persistence.

Returns:
the company persistence

setCompanyPersistence

public void setCompanyPersistence(CompanyPersistence companyPersistence)
Sets the company persistence.

Parameters:
companyPersistence - the company persistence

getGroupLocalService

public GroupLocalService getGroupLocalService()
Returns the group local service.

Returns:
the group local service

setGroupLocalService

public void setGroupLocalService(GroupLocalService groupLocalService)
Sets the group local service.

Parameters:
groupLocalService - the group local service

getGroupService

public GroupService getGroupService()
Returns the group remote service.

Returns:
the group remote service

setGroupService

public void setGroupService(GroupService groupService)
Sets the group remote service.

Parameters:
groupService - the group remote service

getGroupPersistence

public GroupPersistence getGroupPersistence()
Returns the group persistence.

Returns:
the group persistence

setGroupPersistence

public void setGroupPersistence(GroupPersistence groupPersistence)
Sets the group persistence.

Parameters:
groupPersistence - the group persistence

getGroupFinder

public GroupFinder getGroupFinder()
Returns the group finder.

Returns:
the group finder

setGroupFinder

public void setGroupFinder(GroupFinder groupFinder)
Sets the group finder.

Parameters:
groupFinder - the group finder

getLayoutLocalService

public LayoutLocalService getLayoutLocalService()
Returns the layout local service.

Returns:
the layout local service

setLayoutLocalService

public void setLayoutLocalService(LayoutLocalService layoutLocalService)
Sets the layout local service.

Parameters:
layoutLocalService - the layout local service

getLayoutService

public LayoutService getLayoutService()
Returns the layout remote service.

Returns:
the layout remote service

setLayoutService

public void setLayoutService(LayoutService layoutService)
Sets the layout remote service.

Parameters:
layoutService - the layout remote service

getLayoutPersistence

public LayoutPersistence getLayoutPersistence()
Returns the layout persistence.

Returns:
the layout persistence

setLayoutPersistence

public void setLayoutPersistence(LayoutPersistence layoutPersistence)
Sets the layout persistence.

Parameters:
layoutPersistence - the layout persistence

getLayoutFinder

public LayoutFinder getLayoutFinder()
Returns the layout finder.

Returns:
the layout finder

setLayoutFinder

public void setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder.

Parameters:
layoutFinder - the layout finder

getResourceLocalService

public ResourceLocalService getResourceLocalService()
Returns the resource local service.

Returns:
the resource local service

setResourceLocalService

public void setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource local service.

Parameters:
resourceLocalService - the resource local service

getRoleLocalService

public RoleLocalService getRoleLocalService()
Returns the role local service.

Returns:
the role local service

setRoleLocalService

public void setRoleLocalService(RoleLocalService roleLocalService)
Sets the role local service.

Parameters:
roleLocalService - the role local service

getRoleService

public RoleService getRoleService()
Returns the role remote service.

Returns:
the role remote service

setRoleService

public void setRoleService(RoleService roleService)
Sets the role remote service.

Parameters:
roleService - the role remote service

getRolePersistence

public RolePersistence getRolePersistence()
Returns the role persistence.

Returns:
the role persistence

setRolePersistence

public void setRolePersistence(RolePersistence rolePersistence)
Sets the role persistence.

Parameters:
rolePersistence - the role persistence

getRoleFinder

public RoleFinder getRoleFinder()
Returns the role finder.

Returns:
the role finder

setRoleFinder

public void setRoleFinder(RoleFinder roleFinder)
Sets the role finder.

Parameters:
roleFinder - the role finder

getUserLocalService

public UserLocalService getUserLocalService()
Returns the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(UserLocalService userLocalService)
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserService

public UserService getUserService()
Returns the user remote service.

Returns:
the user remote service

setUserService

public void setUserService(UserService userService)
Sets the user remote service.

Parameters:
userService - the user remote service

getUserPersistence

public UserPersistence getUserPersistence()
Returns the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public UserFinder getUserFinder()
Returns the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

getUserGroupLocalService

public UserGroupLocalService getUserGroupLocalService()
Returns the user group local service.

Returns:
the user group local service

setUserGroupLocalService

public void setUserGroupLocalService(UserGroupLocalService userGroupLocalService)
Sets the user group local service.

Parameters:
userGroupLocalService - the user group local service

getUserGroupService

public UserGroupService getUserGroupService()
Returns the user group remote service.

Returns:
the user group remote service

setUserGroupService

public void setUserGroupService(UserGroupService userGroupService)
Sets the user group remote service.

Parameters:
userGroupService - the user group remote service

getUserGroupPersistence

public UserGroupPersistence getUserGroupPersistence()
Returns the user group persistence.

Returns:
the user group persistence

setUserGroupPersistence

public void setUserGroupPersistence(UserGroupPersistence userGroupPersistence)
Sets the user group persistence.

Parameters:
userGroupPersistence - the user group persistence

getUserGroupFinder

public UserGroupFinder getUserGroupFinder()
Returns the user group finder.

Returns:
the user group finder

setUserGroupFinder

public void setUserGroupFinder(UserGroupFinder userGroupFinder)
Sets the user group finder.

Parameters:
userGroupFinder - the user group finder

getUserGroupRoleLocalService

public UserGroupRoleLocalService getUserGroupRoleLocalService()
Returns the user group role local service.

Returns:
the user group role local service

setUserGroupRoleLocalService

public void setUserGroupRoleLocalService(UserGroupRoleLocalService userGroupRoleLocalService)
Sets the user group role local service.

Parameters:
userGroupRoleLocalService - the user group role local service

getUserGroupRoleService

public UserGroupRoleService getUserGroupRoleService()
Returns the user group role remote service.

Returns:
the user group role remote service

setUserGroupRoleService

public void setUserGroupRoleService(UserGroupRoleService userGroupRoleService)
Sets the user group role remote service.

Parameters:
userGroupRoleService - the user group role remote service

getUserGroupRolePersistence

public UserGroupRolePersistence getUserGroupRolePersistence()
Returns the user group role persistence.

Returns:
the user group role persistence

setUserGroupRolePersistence

public void setUserGroupRolePersistence(UserGroupRolePersistence userGroupRolePersistence)
Sets the user group role persistence.

Parameters:
userGroupRolePersistence - the user group role persistence

getUserGroupRoleFinder

public UserGroupRoleFinder getUserGroupRoleFinder()
Returns the user group role finder.

Returns:
the user group role finder

setUserGroupRoleFinder

public void setUserGroupRoleFinder(UserGroupRoleFinder userGroupRoleFinder)
Sets the user group role finder.

Parameters:
userGroupRoleFinder - the user group role finder

getAssetEntryLocalService

public AssetEntryLocalService getAssetEntryLocalService()
Returns the asset entry local service.

Returns:
the asset entry local service

setAssetEntryLocalService

public void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
Sets the asset entry local service.

Parameters:
assetEntryLocalService - the asset entry local service

getAssetEntryService

public AssetEntryService getAssetEntryService()
Returns the asset entry remote service.

Returns:
the asset entry remote service

setAssetEntryService

public void setAssetEntryService(AssetEntryService assetEntryService)
Sets the asset entry remote service.

Parameters:
assetEntryService - the asset entry remote service

getAssetEntryPersistence

public AssetEntryPersistence getAssetEntryPersistence()
Returns the asset entry persistence.

Returns:
the asset entry persistence

setAssetEntryPersistence

public void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
Sets the asset entry persistence.

Parameters:
assetEntryPersistence - the asset entry persistence

getAssetEntryFinder

public AssetEntryFinder getAssetEntryFinder()
Returns the asset entry finder.

Returns:
the asset entry finder

setAssetEntryFinder

public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
Sets the asset entry finder.

Parameters:
assetEntryFinder - the asset entry finder

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface IdentifiableBean
Specified by:
getBeanIdentifier in interface FlagsEntryService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface IdentifiableBean
Specified by:
setBeanIdentifier in interface FlagsEntryService
Parameters:
beanIdentifier - the Spring bean ID for this bean

runSQL

protected void runSQL(String sql)
               throws SystemException
Performs an SQL query.

Parameters:
sql - the sql query
Throws:
SystemException

Liferay 6.2-ce-ga5