Liferay 6.2.0

Uses of Class
com.liferay.portal.kernel.spring.aop.Skip

Packages that use Skip
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.spring.aop   
 

Uses of Skip in com.liferay.portal.service
 

Methods in com.liferay.portal.service with annotations of type Skip
abstract  void PortletLocalService.addPortletCategory(long companyId, String categoryName)
           
abstract  void PortletLocalService.clearCache()
           
abstract  Portlet PortletLocalService.clonePortlet(long companyId, String portletId)
          Deprecated. As of 6.1.0, replaced by PortletLocalService.clonePortlet(String)
abstract  Portlet PortletLocalService.clonePortlet(String portletId)
           
abstract  void PortletLocalService.destroyPortlet(Portlet portlet)
           
abstract  void PortletLocalService.destroyRemotePortlet(Portlet portlet)
           
abstract  ClassName ClassNameLocalService.fetchClassName(String value)
           
abstract  long ClassNameLocalService.fetchClassNameId(Class<?> clazz)
           
abstract  long ClassNameLocalService.fetchClassNameId(String value)
           
abstract  Group GroupLocalService.fetchGroup(long companyId, String name)
          Returns the group with the matching group name by first searching the system groups and then using the finder cache.
abstract  ResourceAction ResourceActionLocalService.fetchResourceAction(String name, String actionId)
           
abstract  Role RoleLocalService.fetchRole(long companyId, String name)
          Returns the role with the name in the company.
abstract  ClassName ClassNameLocalService.getClassName(String value)
           
abstract  long ClassNameLocalService.getClassNameId(Class<?> clazz)
           
abstract  long ClassNameLocalService.getClassNameId(String value)
           
abstract  List<CustomAttributesDisplay> PortletLocalService.getCustomAttributesDisplays()
           
abstract  PortletPreferences PortletPreferencesLocalService.getDefaultPreferences(long companyId, String portletId)
           
abstract  User UserLocalService.getDefaultUser(long companyId)
          Returns the default user for the company.
abstract  long UserLocalService.getDefaultUserId(long companyId)
          Returns the primary key of the default user for the company.
abstract  PortletCategory PortletLocalService.getEARDisplay(String xml)
           
abstract  List<Portlet> PortletLocalService.getFriendlyURLMapperPortlets()
           
abstract  List<FriendlyURLMapper> PortletLocalService.getFriendlyURLMappers()
           
abstract  Group GroupLocalService.getGroup(long companyId, String name)
          Returns the group with the matching group name.
abstract  PortletApp PortletLocalService.getPortletApp(String servletContextName)
           
abstract  Portlet PortletLocalService.getPortletById(long companyId, String portletId)
           
abstract  Portlet PortletLocalService.getPortletById(String portletId)
           
abstract  Portlet PortletLocalService.getPortletByStrutsPath(long companyId, String strutsPath)
           
abstract  List<Portlet> PortletLocalService.getPortlets()
           
abstract  List<Portlet> PortletLocalService.getPortlets(long companyId)
           
abstract  List<Portlet> PortletLocalService.getPortlets(long companyId, boolean showSystem, boolean showPortal)
           
abstract  ResourceAction ResourceActionLocalService.getResourceAction(String name, String actionId)
           
abstract  Role RoleLocalService.getRole(long companyId, String name)
          Returns the role with the name in the company.
abstract  List<Portlet> PortletLocalService.getScopablePortlets()
           
abstract  PortletCategory PortletLocalService.getWARDisplay(String servletContextName, String xml)
           
abstract  boolean PortletLocalService.hasPortlet(long companyId, String portletId)
           
abstract  boolean WorkflowDefinitionLinkLocalService.hasWorkflowDefinitionLink(long companyId, long groupId, String className)
           
abstract  boolean WorkflowDefinitionLinkLocalService.hasWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK)
           
abstract  boolean WorkflowDefinitionLinkLocalService.hasWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK)
           
abstract  void PortletLocalService.initEAR(javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
abstract  List<Portlet> PortletLocalService.initWAR(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 

Uses of Skip in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl with annotations of type Skip
 void PortletLocalServiceImpl.addPortletCategory(long companyId, String categoryName)
           
 void PortletLocalServiceImpl.clearCache()
           
 Portlet PortletLocalServiceImpl.clonePortlet(long companyId, String portletId)
          Deprecated. As of 6.1.0, replaced by PortletLocalServiceImpl.clonePortlet(String)
 Portlet PortletLocalServiceImpl.clonePortlet(String portletId)
           
 void PortletLocalServiceImpl.destroyPortlet(Portlet portlet)
           
 void PortletLocalServiceImpl.destroyRemotePortlet(Portlet portlet)
           
 ClassName ClassNameLocalServiceImpl.fetchClassName(String value)
           
 long ClassNameLocalServiceImpl.fetchClassNameId(Class<?> clazz)
           
 long ClassNameLocalServiceImpl.fetchClassNameId(String value)
           
 Group GroupLocalServiceImpl.fetchGroup(long companyId, String name)
          Returns the group with the matching group name by first searching the system groups and then using the finder cache.
 ResourceAction ResourceActionLocalServiceImpl.fetchResourceAction(String name, String actionId)
           
 Role RoleLocalServiceImpl.fetchRole(long companyId, String name)
          Returns the role with the name in the company.
 ClassName ClassNameLocalServiceImpl.getClassName(String value)
           
 long ClassNameLocalServiceImpl.getClassNameId(Class<?> clazz)
           
 long ClassNameLocalServiceImpl.getClassNameId(String value)
           
 List<CustomAttributesDisplay> PortletLocalServiceImpl.getCustomAttributesDisplays()
           
 PortletPreferences PortletPreferencesLocalServiceImpl.getDefaultPreferences(long companyId, String portletId)
           
 User UserLocalServiceImpl.getDefaultUser(long companyId)
          Returns the default user for the company.
 long UserLocalServiceImpl.getDefaultUserId(long companyId)
          Returns the primary key of the default user for the company.
 PortletCategory PortletLocalServiceImpl.getEARDisplay(String xml)
           
 List<Portlet> PortletLocalServiceImpl.getFriendlyURLMapperPortlets()
           
 List<FriendlyURLMapper> PortletLocalServiceImpl.getFriendlyURLMappers()
           
 Group GroupLocalServiceImpl.getGroup(long companyId, String name)
          Returns the group with the matching group name.
 PortletApp PortletLocalServiceImpl.getPortletApp(String servletContextName)
           
 Portlet PortletLocalServiceImpl.getPortletById(long companyId, String portletId)
           
 Portlet PortletLocalServiceImpl.getPortletById(String portletId)
           
 Portlet PortletLocalServiceImpl.getPortletByStrutsPath(long companyId, String strutsPath)
           
 List<Portlet> PortletLocalServiceImpl.getPortlets()
           
 List<Portlet> PortletLocalServiceImpl.getPortlets(long companyId)
           
 List<Portlet> PortletLocalServiceImpl.getPortlets(long companyId, boolean showSystem, boolean showPortal)
           
 ResourceAction ResourceActionLocalServiceImpl.getResourceAction(String name, String actionId)
           
 Role RoleLocalServiceImpl.getRole(long companyId, String name)
          Returns the role with the name in the company.
 List<Portlet> PortletLocalServiceImpl.getScopablePortlets()
           
 PortletCategory PortletLocalServiceImpl.getWARDisplay(String servletContextName, String xml)
           
 boolean PortletLocalServiceImpl.hasPortlet(long companyId, String portletId)
           
 boolean WorkflowDefinitionLinkLocalServiceImpl.hasWorkflowDefinitionLink(long companyId, long groupId, String className)
           
 boolean WorkflowDefinitionLinkLocalServiceImpl.hasWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK)
           
 boolean WorkflowDefinitionLinkLocalServiceImpl.hasWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK)
           
 void PortletLocalServiceImpl.initEAR(javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<Portlet> PortletLocalServiceImpl.initWAR(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 

Uses of Skip in com.liferay.portal.spring.aop
 

Methods in com.liferay.portal.spring.aop that return Skip
 Skip SkipAdvice.getNullAnnotation()
           
 


Liferay 6.2.0