com.liferay.portlet.bookmarks.service
Class BookmarksEntryServiceFactory

java.lang.Object
  extended by com.liferay.portlet.bookmarks.service.BookmarksEntryServiceFactory

public class BookmarksEntryServiceFactory
extends java.lang.Object

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is responsible for the lookup of the implementation for com.liferay.portlet.bookmarks.service.BookmarksEntryService. Spring manages the lookup and lifecycle of the beans. This means you can modify the Spring configuration files to return a different implementation or to inject additional behavior.

See the spring.configs property in portal.properties for additional information on how to customize the Spring XML files.

Author:
Brian Wing Shun Chan
See Also:
BookmarksEntryService, BookmarksEntryServiceUtil

Constructor Summary
BookmarksEntryServiceFactory()
           
 
Method Summary
static BookmarksEntryService getImpl()
          Deprecated.  
static BookmarksEntryService getService()
          Deprecated.  
static BookmarksEntryService getTxImpl()
          Deprecated.  
 void setService(BookmarksEntryService service)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookmarksEntryServiceFactory

public BookmarksEntryServiceFactory()
Method Detail

getService

public static BookmarksEntryService getService()
Deprecated. 


getImpl

public static BookmarksEntryService getImpl()
Deprecated. 


getTxImpl

public static BookmarksEntryService getTxImpl()
Deprecated. 


setService

public void setService(BookmarksEntryService service)
Deprecated.