|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.go.nict.langrid.foundation.AbstractLangridService
public class AbstractLangridService
Langridで提供するサービスのベースクラス。
コンストラクタの概要 | |
---|---|
AbstractLangridService()
コンストラクタ。 |
|
AbstractLangridService(ServiceContext serviceContext)
コンストラクタ。 |
メソッドの概要 | ||
---|---|---|
protected void |
adjustDateFieldName(MatchingCondition[] conditions)
|
|
protected void |
adjustDateFieldName(Order[] orders)
|
|
protected
|
convert(Object value,
Class<T> target)
|
|
protected static ServiceConfigurationException |
convertException(DaoException e)
例外をクライアントに返すのに適切な例外に変換する。 |
|
protected static UnknownException |
convertException(IOException e)
例外をクライアントに返すのに適切な例外に変換する。 |
|
protected static NodeNotFoundException |
convertException(NodeNotFoundException e)
例外をクライアントに返すのに適切な例外に変換する。 |
|
protected static ResourceNotFoundException |
convertException(ResourceNotFoundException e)
例外をクライアントに返すのに適切な例外に変換する。 |
|
protected static UnknownException |
convertException(SAXException e)
例外をクライアントに返すのに適切な例外に変換する。 |
|
protected static ServiceAlreadyExistsException |
convertException(ServiceAlreadyExistsException e)
例外をクライアントに返すのに適切な例外に変換する。 |
|
protected static ServiceNotFoundException |
convertException(ServiceNotFoundException e)
例外をクライアントに返すのに適切な例外に変換する。 |
|
protected static UserAlreadyExistsException |
convertException(UserAlreadyExistsException e)
例外をクライアントに返すのに適切な例外に変換する。 |
|
protected static UserNotFoundException |
convertException(UserNotFoundException e)
例外をクライアントに返すのに適切な例外に変換する。 |
|
protected Order[] |
convertUserOrder(String parameterName,
Order[] orders)
|
|
protected
|
copyAttributes(AttributedElement<T> element,
Attribute[] attrs,
AttributeName[]... ignoreAttrs)
|
|
protected
|
copyAttributes(AttributedElement<T> element,
Attribute[] attrs,
String... ignoreAttrs)
|
|
protected void |
copyProperties(Object target,
Object source)
|
|
protected AccessLimitDao |
getAccessLimitDao()
AccessRightDaoを返す。 |
|
protected AccessLogDao |
getAccessLogDao()
AccessLogDaoを返す。 |
|
protected AccessRightDao |
getAccessRightDao()
AccessRightDaoを返す。 |
|
protected AccessStatDao |
getAccessStateDao()
AccessStateDaoを返す。 |
|
protected Converter |
getConverter()
|
|
protected String |
getCoreNodeUrl()
|
|
protected DaoContext |
getDaoContext()
DaoContextを取得する。 |
|
protected DaoFactory |
getDaoFactory()
DaoFactoryを取得する。 |
|
protected String |
getDefaultGridId()
|
|
protected FederationDao |
getFederationDao()
FederationDaoを返す。 |
|
protected GridDao |
getGridDao()
GridDaoを返す。 |
|
protected String |
getGridId()
|
|
protected NodeDao |
getNodeDao()
NodeDaoを返す。 |
|
protected OverUseLimitDao |
getOverUseLimitDao()
OverUseLimitDaoを返す。 |
|
protected OverUseStateDao |
getOverUseStateDao()
OverUseStateDaoを返す。 |
|
protected ResourceDao |
getResourceDao()
LanguageResourceDaoを返す。 |
|
protected ServiceContext |
getServiceContext()
ServiceContextを返す。 |
|
protected ServiceDao |
getServiceDao()
ServiceDaoを返す。 |
|
protected ServiceDeploymentDao |
getServiceDeploymentDao()
ServiceDeploymentDaoを返す。 |
|
protected ServiceLogic |
getServiceLogic()
|
|
protected SubscriptionLogic |
getSubscriptionLogic()
|
|
protected SystemPropertyDao |
getSystemPropertyDao()
SystemPropertyDaoを返す。 |
|
protected String[] |
getTargetServiceIds(String serviceId)
処理対象のサービスID配列を求める。 |
|
protected TemporaryUserDao |
getTemporaryUserDao()
TemporaryUserDaoを返す。 |
|
protected UserChecker |
getUserChecker()
ユーザ検証処理のためのUserCheckerを返す。 |
|
protected UserDao |
getUserDao()
UserDaoを返す。 |
|
protected UserLogic |
getUserLogic()
|
|
protected static void |
unsetFactory()
staticなファクトリをリセットする デバッグ用のため,リリース時に削除すること!! |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public AbstractLangridService()
public AbstractLangridService(ServiceContext serviceContext)
serviceContext
- サービスコンテキストメソッドの詳細 |
---|
protected String getGridId()
protected String getDefaultGridId()
protected DaoContext getDaoContext() throws DaoException
DaoException
- 取得に失敗したprotected ServiceContext getServiceContext()
protected SystemPropertyDao getSystemPropertyDao() throws DaoException
DaoException
- 処理に失敗した。protected GridDao getGridDao() throws DaoException
DaoException
- 処理に失敗した。protected FederationDao getFederationDao() throws DaoException
DaoException
- 処理に失敗した。protected UserDao getUserDao() throws DaoException
DaoException
- 処理に失敗した。protected TemporaryUserDao getTemporaryUserDao() throws DaoException
DaoException
- 処理に失敗した。protected ServiceDao getServiceDao() throws DaoException
DaoException
- 処理に失敗した。protected ServiceDeploymentDao getServiceDeploymentDao() throws DaoException
DaoException
- 処理に失敗した。protected NodeDao getNodeDao() throws DaoException
DaoException
- 処理に失敗した。protected AccessLogDao getAccessLogDao() throws DaoException
DaoException
- 処理に失敗した。protected AccessRightDao getAccessRightDao() throws DaoException
DaoException
- 処理に失敗した。protected AccessLimitDao getAccessLimitDao() throws DaoException
DaoException
- 処理に失敗した。protected AccessStatDao getAccessStateDao() throws DaoException
DaoException
- 処理に失敗した。protected OverUseLimitDao getOverUseLimitDao() throws DaoException
DaoException
- 処理に失敗した。protected OverUseStateDao getOverUseStateDao() throws DaoException
DaoException
- 処理に失敗した。protected ResourceDao getResourceDao() throws DaoException
DaoException
- 処理に失敗した。protected UserChecker getUserChecker() throws DaoException
DaoException
- 処理に失敗した。protected DaoFactory getDaoFactory() throws DaoException
DaoException
- ファクトリの取得に失敗したprotected static void unsetFactory()
protected String[] getTargetServiceIds(String serviceId) throws DaoException, ServiceConfigurationException, UserNotFoundException
serviceId
- サービスID
DaoException
- Dao処理に失敗した
ServiceConfigurationException
- サービスの設定が適切に行われていない
UserNotFoundException
- 指定されたユーザは存在しないprotected static ServiceConfigurationException convertException(DaoException e)
e
- IOException
protected static ServiceAlreadyExistsException convertException(ServiceAlreadyExistsException e)
e
- ServiceAlreadyExistsException
protected static ServiceNotFoundException convertException(ServiceNotFoundException e)
e
- ServiceNotFoundException
protected static NodeNotFoundException convertException(NodeNotFoundException e)
e
- ServiceNotFoundException
protected static UserAlreadyExistsException convertException(UserAlreadyExistsException e)
e
- UserAlreadyExistsException
protected static UserNotFoundException convertException(UserNotFoundException e)
e
- UserNotFoundException
protected static ResourceNotFoundException convertException(ResourceNotFoundException e)
e
- UserNotFoundException
protected static UnknownException convertException(IOException e)
e
- IOException
protected static UnknownException convertException(SAXException e)
e
- SAXException
protected Converter getConverter()
protected void copyProperties(Object target, Object source)
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
ConversionException
protected void adjustDateFieldName(MatchingCondition[] conditions) throws InvalidParameterException
InvalidParameterException
protected void adjustDateFieldName(Order[] orders) throws InvalidParameterException
InvalidParameterException
protected Order[] convertUserOrder(String parameterName, Order[] orders) throws InvalidParameterException
InvalidParameterException
protected ServiceLogic getServiceLogic()
protected SubscriptionLogic getSubscriptionLogic()
protected UserLogic getUserLogic()
protected String getCoreNodeUrl()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |