|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.administration.programStrategy.generic.service.RemoteProgram2DepartmentFullServiceBase
public abstract class RemoteProgram2DepartmentFullServiceBase
Spring Service base class for fr.ifremer.allegro.administration.programStrategy.generic.service.RemoteProgram2DepartmentFullService
,
provides access to all services and entities referenced by this service.
RemoteProgram2DepartmentFullService
Constructor Summary | |
---|---|
RemoteProgram2DepartmentFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteProgram2DepartmentFullServiceBase()
Method Detail |
---|
public void setProgram2DepartmentDao(Program2DepartmentDao program2DepartmentDao)
program2Department
's DAO.
protected Program2DepartmentDao getProgram2DepartmentDao()
program2Department
's DAO.
public void setLocationDao(LocationDao locationDao)
location
's DAO.
protected LocationDao getLocationDao()
location
's DAO.
public void setProgramDao(ProgramDao programDao)
program
's DAO.
protected ProgramDao getProgramDao()
program
's DAO.
public void setDepartmentDao(DepartmentDao departmentDao)
department
's DAO.
protected DepartmentDao getDepartmentDao()
department
's DAO.
public void setProgramPrivilegeDao(ProgramPrivilegeDao programPrivilegeDao)
programPrivilege
's DAO.
protected ProgramPrivilegeDao getProgramPrivilegeDao()
programPrivilege
's DAO.
public RemoteProgram2DepartmentFullVO addProgram2Department(RemoteProgram2DepartmentFullVO program2Department)
addProgram2Department
in interface RemoteProgram2DepartmentFullService
RemoteProgram2DepartmentFullService.addProgram2Department(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteProgram2DepartmentFullVO)
protected abstract RemoteProgram2DepartmentFullVO handleAddProgram2Department(RemoteProgram2DepartmentFullVO program2Department) throws java.lang.Exception
addProgram2Department(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteProgram2DepartmentFullVO)
java.lang.Exception
public void updateProgram2Department(RemoteProgram2DepartmentFullVO program2Department)
updateProgram2Department
in interface RemoteProgram2DepartmentFullService
RemoteProgram2DepartmentFullService.updateProgram2Department(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteProgram2DepartmentFullVO)
protected abstract void handleUpdateProgram2Department(RemoteProgram2DepartmentFullVO program2Department) throws java.lang.Exception
updateProgram2Department(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteProgram2DepartmentFullVO)
java.lang.Exception
public void removeProgram2Department(RemoteProgram2DepartmentFullVO program2Department)
removeProgram2Department
in interface RemoteProgram2DepartmentFullService
RemoteProgram2DepartmentFullService.removeProgram2Department(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteProgram2DepartmentFullVO)
protected abstract void handleRemoveProgram2Department(RemoteProgram2DepartmentFullVO program2Department) throws java.lang.Exception
removeProgram2Department(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteProgram2DepartmentFullVO)
java.lang.Exception
public RemoteProgram2DepartmentFullVO[] getAllProgram2Department()
getAllProgram2Department
in interface RemoteProgram2DepartmentFullService
RemoteProgram2DepartmentFullService.getAllProgram2Department()
protected abstract RemoteProgram2DepartmentFullVO[] handleGetAllProgram2Department() throws java.lang.Exception
getAllProgram2Department()
java.lang.Exception
public RemoteProgram2DepartmentFullVO getProgram2DepartmentById(java.lang.Integer id)
getProgram2DepartmentById
in interface RemoteProgram2DepartmentFullService
RemoteProgram2DepartmentFullService.getProgram2DepartmentById(java.lang.Integer)
protected abstract RemoteProgram2DepartmentFullVO handleGetProgram2DepartmentById(java.lang.Integer id) throws java.lang.Exception
getProgram2DepartmentById(java.lang.Integer)
java.lang.Exception
public RemoteProgram2DepartmentFullVO[] getProgram2DepartmentByIds(java.lang.Integer[] id)
getProgram2DepartmentByIds
in interface RemoteProgram2DepartmentFullService
RemoteProgram2DepartmentFullService.getProgram2DepartmentByIds(java.lang.Integer[])
protected abstract RemoteProgram2DepartmentFullVO[] handleGetProgram2DepartmentByIds(java.lang.Integer[] id) throws java.lang.Exception
getProgram2DepartmentByIds(java.lang.Integer[])
java.lang.Exception
public RemoteProgram2DepartmentFullVO[] getProgram2DepartmentByLocationId(java.lang.Integer id)
getProgram2DepartmentByLocationId
in interface RemoteProgram2DepartmentFullService
RemoteProgram2DepartmentFullService.getProgram2DepartmentByLocationId(java.lang.Integer)
protected abstract RemoteProgram2DepartmentFullVO[] handleGetProgram2DepartmentByLocationId(java.lang.Integer id) throws java.lang.Exception
getProgram2DepartmentByLocationId(java.lang.Integer)
java.lang.Exception
public RemoteProgram2DepartmentFullVO[] getProgram2DepartmentByProgramCode(java.lang.String code)
getProgram2DepartmentByProgramCode
in interface RemoteProgram2DepartmentFullService
RemoteProgram2DepartmentFullService.getProgram2DepartmentByProgramCode(java.lang.String)
protected abstract RemoteProgram2DepartmentFullVO[] handleGetProgram2DepartmentByProgramCode(java.lang.String code) throws java.lang.Exception
getProgram2DepartmentByProgramCode(java.lang.String)
java.lang.Exception
public RemoteProgram2DepartmentFullVO[] getProgram2DepartmentByDepartmentId(java.lang.Integer id)
getProgram2DepartmentByDepartmentId
in interface RemoteProgram2DepartmentFullService
RemoteProgram2DepartmentFullService.getProgram2DepartmentByDepartmentId(java.lang.Integer)
protected abstract RemoteProgram2DepartmentFullVO[] handleGetProgram2DepartmentByDepartmentId(java.lang.Integer id) throws java.lang.Exception
getProgram2DepartmentByDepartmentId(java.lang.Integer)
java.lang.Exception
public RemoteProgram2DepartmentFullVO[] getProgram2DepartmentByProgramPrivilegeId(java.lang.Integer id)
getProgram2DepartmentByProgramPrivilegeId
in interface RemoteProgram2DepartmentFullService
RemoteProgram2DepartmentFullService.getProgram2DepartmentByProgramPrivilegeId(java.lang.Integer)
protected abstract RemoteProgram2DepartmentFullVO[] handleGetProgram2DepartmentByProgramPrivilegeId(java.lang.Integer id) throws java.lang.Exception
getProgram2DepartmentByProgramPrivilegeId(java.lang.Integer)
java.lang.Exception
public boolean remoteProgram2DepartmentFullVOsAreEqualOnIdentifiers(RemoteProgram2DepartmentFullVO remoteProgram2DepartmentFullVOFirst, RemoteProgram2DepartmentFullVO remoteProgram2DepartmentFullVOSecond)
remoteProgram2DepartmentFullVOsAreEqualOnIdentifiers
in interface RemoteProgram2DepartmentFullService
RemoteProgram2DepartmentFullService.remoteProgram2DepartmentFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteProgram2DepartmentFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteProgram2DepartmentFullVO)
protected abstract boolean handleRemoteProgram2DepartmentFullVOsAreEqualOnIdentifiers(RemoteProgram2DepartmentFullVO remoteProgram2DepartmentFullVOFirst, RemoteProgram2DepartmentFullVO remoteProgram2DepartmentFullVOSecond) throws java.lang.Exception
remoteProgram2DepartmentFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteProgram2DepartmentFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteProgram2DepartmentFullVO)
java.lang.Exception
public boolean remoteProgram2DepartmentFullVOsAreEqual(RemoteProgram2DepartmentFullVO remoteProgram2DepartmentFullVOFirst, RemoteProgram2DepartmentFullVO remoteProgram2DepartmentFullVOSecond)
remoteProgram2DepartmentFullVOsAreEqual
in interface RemoteProgram2DepartmentFullService
RemoteProgram2DepartmentFullService.remoteProgram2DepartmentFullVOsAreEqual(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteProgram2DepartmentFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteProgram2DepartmentFullVO)
protected abstract boolean handleRemoteProgram2DepartmentFullVOsAreEqual(RemoteProgram2DepartmentFullVO remoteProgram2DepartmentFullVOFirst, RemoteProgram2DepartmentFullVO remoteProgram2DepartmentFullVOSecond) throws java.lang.Exception
remoteProgram2DepartmentFullVOsAreEqual(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteProgram2DepartmentFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteProgram2DepartmentFullVO)
java.lang.Exception
public RemoteProgram2DepartmentNaturalId[] getProgram2DepartmentNaturalIds()
getProgram2DepartmentNaturalIds
in interface RemoteProgram2DepartmentFullService
RemoteProgram2DepartmentFullService.getProgram2DepartmentNaturalIds()
protected abstract RemoteProgram2DepartmentNaturalId[] handleGetProgram2DepartmentNaturalIds() throws java.lang.Exception
getProgram2DepartmentNaturalIds()
java.lang.Exception
public RemoteProgram2DepartmentFullVO getProgram2DepartmentByNaturalId(RemoteProgram2DepartmentNaturalId program2DepartmentNaturalId)
getProgram2DepartmentByNaturalId
in interface RemoteProgram2DepartmentFullService
RemoteProgram2DepartmentFullService.getProgram2DepartmentByNaturalId(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteProgram2DepartmentNaturalId)
protected abstract RemoteProgram2DepartmentFullVO handleGetProgram2DepartmentByNaturalId(RemoteProgram2DepartmentNaturalId program2DepartmentNaturalId) throws java.lang.Exception
getProgram2DepartmentByNaturalId(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteProgram2DepartmentNaturalId)
java.lang.Exception
public RemoteProgram2DepartmentNaturalId getProgram2DepartmentNaturalIdById(java.lang.Integer id)
getProgram2DepartmentNaturalIdById
in interface RemoteProgram2DepartmentFullService
RemoteProgram2DepartmentFullService.getProgram2DepartmentNaturalIdById(java.lang.Integer)
protected abstract RemoteProgram2DepartmentNaturalId handleGetProgram2DepartmentNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getProgram2DepartmentNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterProgram2Department getClusterProgram2DepartmentByIdentifiers(java.lang.Integer id)
getClusterProgram2DepartmentByIdentifiers
in interface RemoteProgram2DepartmentFullService
RemoteProgram2DepartmentFullService.getClusterProgram2DepartmentByIdentifiers(java.lang.Integer)
protected abstract ClusterProgram2Department handleGetClusterProgram2DepartmentByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterProgram2DepartmentByIdentifiers(java.lang.Integer)
java.lang.Exception
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
protected org.springframework.context.MessageSource getMessages()
protected java.lang.String getMessage(java.lang.String key)
key
in the underlying message bundle.
key
- the key of the message in the messages.properties message bundle.protected java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments)
key
and arguments
in the
underlying message bundle.
key
- the key of the message in the messages.properties message bundle.arguments
- any arguments to substitute when resolving the message.protected java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments, java.util.Locale locale)
key
using the given arguments
for the given locale
.
key
- the key of the message in the messages.properties message bundle.arguments
- any arguments to substitute when resolving the message.locale
- the locale of the messages to retrieve.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |