Liferay 6.1.2-ce-ga3

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

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

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. 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.
 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)
           
 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)
           
 


Liferay 6.1.2-ce-ga3