com.liferay.portal.service
Interface ClassNameLocalService

All Known Implementing Classes:
ClassNameLocalServiceWrapper

@Transactional(isolation=PORTAL,
               rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.SystemException.class})
public interface ClassNameLocalService

View Source

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

This interface defines the service. The default implementation is com.liferay.portal.service.impl.ClassNameLocalServiceImpl}. Modify methods in that class and rerun ServiceBuilder to populate this class and all other generated classes.

This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.

Author:
Brian Wing Shun Chan
See Also:
ClassNameLocalServiceUtil
Generated:

Method Summary
 ClassName addClassName(ClassName className)
           
 ClassName addClassName(java.lang.String value)
           
 void checkClassNames()
           
 ClassName createClassName(long classNameId)
           
 void deleteClassName(ClassName className)
           
 void deleteClassName(long classNameId)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 ClassName getClassName(long classNameId)
           
 ClassName getClassName(java.lang.String value)
           
 long getClassNameId(java.lang.Class<?> classObj)
           
 long getClassNameId(java.lang.String value)
           
 java.util.List<ClassName> getClassNames(int start, int end)
           
 int getClassNamesCount()
           
 ClassName updateClassName(ClassName className)
           
 ClassName updateClassName(ClassName className, boolean merge)
           
 

Method Detail

addClassName

ClassName addClassName(ClassName className)
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

createClassName

ClassName createClassName(long classNameId)

deleteClassName

void deleteClassName(long classNameId)
                     throws com.liferay.portal.PortalException,
                            com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteClassName

void deleteClassName(ClassName className)
                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                            int start,
                            int end)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                            int start,
                            int end,
                            com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQueryCount

int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getClassName

@Transactional(propagation=SUPPORTS,
               readOnly=true)
ClassName getClassName(long classNameId)
                       throws com.liferay.portal.PortalException,
                              com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getClassNames

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<ClassName> getClassNames(int start,
                                                      int end)
                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getClassNamesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getClassNamesCount()
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateClassName

ClassName updateClassName(ClassName className)
                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateClassName

ClassName updateClassName(ClassName className,
                          boolean merge)
                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

addClassName

ClassName addClassName(java.lang.String value)
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

checkClassNames

void checkClassNames()
                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getClassName

@Transactional(propagation=SUPPORTS,
               readOnly=true)
ClassName getClassName(java.lang.String value)
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getClassNameId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
long getClassNameId(java.lang.Class<?> classObj)

getClassNameId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
long getClassNameId(java.lang.String value)