Liferay 6.2-ce-ga5

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
 void PortletLocalService.addPortletCategory(long companyId, String categoryName)
           
 void PortletLocalService.clearCache()
           
 Portlet PortletLocalService.clonePortlet(long companyId, String portletId)
          Deprecated. As of 6.1.0, replaced by PortletLocalService.clonePortlet(String)
 Portlet PortletLocalService.clonePortlet(String portletId)
           
 void PortletLocalService.destroyPortlet(Portlet portlet)
           
 void PortletLocalService.destroyRemotePortlet(Portlet portlet)
           
 ClassName ClassNameLocalService.fetchClassName(String value)
           
 long ClassNameLocalService.fetchClassNameId(Class<?> clazz)
           
 long ClassNameLocalService.fetchClassNameId(String value)
           
 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.
 ResourceAction ResourceActionLocalService.fetchResourceAction(String name, String actionId)
           
 Role RoleLocalService.fetchRole(long companyId, String name)
          Returns the role with the name in the company.
 ClassName ClassNameLocalService.getClassName(String value)
           
 long ClassNameLocalService.getClassNameId(Class<?> clazz)
           
 long ClassNameLocalService.getClassNameId(String value)
           
 List<CustomAttributesDisplay> PortletLocalService.getCustomAttributesDisplays()
           
 PortletPreferences PortletPreferencesLocalService.getDefaultPreferences(long companyId, String portletId)
           
 User UserLocalService.getDefaultUser(long companyId)
          Returns the default user for the company.
 long UserLocalService.getDefaultUserId(long companyId)
          Returns the primary key of the default user for the company.
 PortletCategory PortletLocalService.getEARDisplay(String xml)
           
 List<Portlet> PortletLocalService.getFriendlyURLMapperPortlets()
           
 List<FriendlyURLMapper> PortletLocalService.getFriendlyURLMappers()
           
 Group GroupLocalService.getGroup(long companyId, String name)
          Returns the group with the matching group name.
 PortletApp PortletLocalService.getPortletApp(String servletContextName)
           
 Portlet PortletLocalService.getPortletById(long companyId, String portletId)
           
 Portlet PortletLocalService.getPortletById(String portletId)
           
 Portlet PortletLocalService.getPortletByStrutsPath(long companyId, String strutsPath)
           
 List<Portlet> PortletLocalService.getPortlets()
           
 List<Portlet> PortletLocalService.getPortlets(long companyId)
           
 List<Portlet> PortletLocalService.getPortlets(long companyId, boolean showSystem, boolean showPortal)
           
 ResourceAction ResourceActionLocalService.getResourceAction(String name, String actionId)
           
 Role RoleLocalService.getRole(long companyId, String name)
          Returns the role with the name in the company.
 List<Portlet> PortletLocalService.getScopablePortlets()
           
 PortletCategory PortletLocalService.getWARDisplay(String servletContextName, String xml)
           
 boolean PortletLocalService.hasPortlet(long companyId, String portletId)
           
 boolean WorkflowDefinitionLinkLocalService.hasWorkflowDefinitionLink(long companyId, long groupId, String className)
           
 boolean WorkflowDefinitionLinkLocalService.hasWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK)
           
 boolean WorkflowDefinitionLinkLocalService.hasWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK)
           
 void PortletLocalService.initEAR(javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 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-ce-ga5