public class AbstractLangridService extends Object
| Constructor and Description |
|---|
AbstractLangridService() |
AbstractLangridService(ServiceContext serviceContext) |
public AbstractLangridService()
public AbstractLangridService(ServiceContext serviceContext)
protected String getGridId()
protected String getDefaultGridId()
protected DaoContext getDaoContext() throws DaoException
DaoExceptionprotected ServiceContext getServiceContext()
protected SystemPropertyDao getSystemPropertyDao() throws DaoException
DaoExceptionprotected GridDao getGridDao() throws DaoException
DaoExceptionprotected FederationDao getFederationDao() throws DaoException
DaoExceptionprotected UserDao getUserDao() throws DaoException
DaoExceptionprotected TemporaryUserDao getTemporaryUserDao() throws DaoException
DaoExceptionprotected ServiceDao getServiceDao() throws DaoException
DaoExceptionprotected ServiceDeploymentDao getServiceDeploymentDao() throws DaoException
DaoExceptionprotected NodeDao getNodeDao() throws DaoException
DaoExceptionprotected AccessLogDao getAccessLogDao() throws DaoException
DaoExceptionprotected AccessRightDao getAccessRightDao() throws DaoException
DaoExceptionprotected AccessLimitDao getAccessLimitDao() throws DaoException
DaoExceptionprotected AccessStatDao getAccessStateDao() throws DaoException
DaoExceptionprotected OverUseLimitDao getOverUseLimitDao() throws DaoException
DaoExceptionprotected OverUseStateDao getOverUseStateDao() throws DaoException
DaoExceptionprotected ResourceDao getResourceDao() throws DaoException
DaoExceptionprotected UserChecker getUserChecker() throws DaoException
DaoExceptionprotected DaoFactory getDaoFactory() throws DaoException
DaoExceptionprotected static void unsetFactory()
protected String[] getTargetServiceIds(String serviceId) throws DaoException, ServiceConfigurationException, UserNotFoundException
protected static ServiceConfigurationException convertException(DaoException e)
protected static ServiceAlreadyExistsException convertException(ServiceAlreadyExistsException e)
protected static ServiceNotFoundException convertException(ServiceNotFoundException e)
protected static NodeNotFoundException convertException(NodeNotFoundException e)
protected static UserAlreadyExistsException convertException(UserAlreadyExistsException e)
protected static UserNotFoundException convertException(UserNotFoundException e)
protected static ResourceNotFoundException convertException(ResourceNotFoundException e)
protected static UnknownException convertException(IOException e)
protected static UnknownException convertException(SAXException e)
protected Converter getConverter()
protected <T extends Attribute> void copyAttributes(AttributedElement<T> element, Attribute[] attrs, AttributeName[]... ignoreAttrs)
protected <T extends Attribute> void copyAttributes(AttributedElement<T> element, Attribute[] attrs, String... ignoreAttrs)
protected <T> T convert(Object value, Class<T> target) throws ConversionException
ConversionExceptionprotected void adjustDateFieldName(MatchingCondition[] conditions) throws InvalidParameterException
InvalidParameterExceptionprotected void adjustDateFieldName(Order[] orders) throws InvalidParameterException
InvalidParameterExceptionprotected Order[] convertUserOrder(String parameterName, Order[] orders) throws InvalidParameterException
InvalidParameterExceptionprotected ServiceLogic getServiceLogic()
protected UserLogic getUserLogic()
protected String getCoreNodeUrl()