Sei sulla pagina 1di 3

Ctrl E = to shaw all open file and also use delete key to close the file

Ctrl O = quick outline


f3 = to open declaration
Ctrl f3 = open structure (show the structure of the selected element)
shift and cursur = to show the source code of the selected item
ctrl space = Content Assist
ctrl space +ctrl = to override the hoghlighted text
ctrl + shift +t / r = to search classes
main space = to create mail method
pr space = private static method
16.42
Alt+Shift+A -- Toggle Block Selection
Ctrl + alt+Down -- Copy lines
Ctrl+alt +down = create duplicate of a selected items
Alt up/down = to move selected items in the editor

Alt+Shift+A = toggle Block Selection


Alt+Shift+Up = Select Enclosing Element
Alt+Shift+Down = restore last selection

266 if (null != orgServicesResponse && null != orgServicesResponse.getServices()


422 =getEligibleServiceForSale ======
testGetServicesWithoutCatalogueDataFailre()

Ctrl + Shift + o = to remove all unused import


185 = orgserviceresponse

AccountUnbilledController done
AccountUnbilledServiceImpl done
ValidatorUtil done 89%
TBCServiceInterfaceImpl done D 85% ? RequestAttributes
AccountBillingUtil done D

RestServiceClient Lav
SamsonBillServiceImpl Lav

-->WebServiceMessageHeaderHandlingCallback done?
-->BaseAccountBillingController ??? catch block problem
-->SecurityRestClient

-->SoapServiceClient - Refer changeplanservice-v2

Authorization
X-Auth-Originator

VALIDATION_BAD_REQUEST_AUTHORIZATION("TFB_ERR_40078", "Bad request - missing


Authorization header"),
VALIDATION_BAD_REQUEST_X_AUTH_ORIGINATOR("TFB_ERR_40079", "Bad request - missing X-
Auth-Originator header"),

public void ValidateToken(HttpHeaders header) {

if(header.getFirst("Authorization")==null&header.getFirst("Authorization").isEmpty(
))
new
}
SVR
SVR.json
TBCSIIT.java
VU.java

Changeplanservicev2 ->
CatalogServiceInterfaceImpl.java = working
ChangePlanUtil.java = Done above 95
MessageConfigUtil.java = Done above 95
ContextAwarePoolExecutor.java
ChangePlanMapper.java = 86

public void ValidateHeader(HttpHeaders header, List<ErrorResponseStatus>


validationErrorList) throws AccountUnbilledException {

if(header.getFirst("Authorization")==null&header.getFirst("Authorization").isEmpty(
))
throw new
AccountUnbilledException(ServiceResponseCodes.VALIDATION_BAD_REQUEST_AUTHORIZATION.
getCode(),
ServiceResponseCodes.VALIDATION_BAD_REQUEST_AUTHORIZATION.getMsg(),validationErrorL
ist);
else if(header.getFirst("X-Auth-Originator")==null&header.getFirst("X-
Auth-Originator").isEmpty())
throw new
AccountUnbilledException(ServiceResponseCodes.VALIDATION_BAD_REQUEST_X_AUTH_ORIGINA
TOR.getCode(),
ServiceResponseCodes.VALIDATION_BAD_REQUEST_X_AUTH_ORIGINATOR.getMsg(),validationEr
rorList);
}

https://qa2.services.tfb.ccp.t-mobile.com/b2b-experience/catalog-service-
v1/v1/services?pagesize=1000&pagenumber=1

ERROR_X_AUTHORIZATION_HEADER_MISSING("TFB_ERR_40023", "Bad Request- Missing


required field(s) X-Authorization"),
ERROR_X_AUTH_ORIGINATOR_HEADER_MISSING("TFB_ERR_40023", "Bad Request- Missing
required field(s) X-Auth-Originator"),

Added
1) OrgServicesResponse.json
respStr.json
git config --global user.name "Lavanya Srinivasan"
git config --global user.email "lavanya.srinivasan@accoliteindia.com"

I was msgng u and it got turned off

Potrebbero piacerti anche